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://example.com/price?token_id=string&side=BUY"{ "price": "string"}{ "error": "string"}