curl --request GET \
--url https://api.copilot.markets/clob/last-trade-price{
"price": "0.45",
"side": "BUY"
}Retrieves the last trade price and side for a specific token ID. Returns default values of “0.5” for price and empty string for side if no trades found.
curl --request GET \
--url https://api.copilot.markets/clob/last-trade-price{
"price": "0.45",
"side": "BUY"
}Was this page helpful?