Get Market Price
Get the best price for a side
Query Parameters
token_id*string
Token identifier.
side*string
Market side to quote (BUY fetches the best ask, SELL fetches the best bid).
Value in
"BUY" | "SELL"Response Body
application/json
application/json
curl -X GET "https://clob.axes.co/price?token_id=string&side=BUY"{
"price": "string"
}{
"error": "string"
}