curl --request GET \
--url https://api.copilot.markets/clob/price{
"price": 0.45
}Retrieves the best market price for a specific token ID and side (bid or ask). Returns the best bid price for BUY side or best ask price for SELL side.
curl --request GET \
--url https://api.copilot.markets/clob/price{
"price": 0.45
}Was this page helpful?