Get Market Prices Query Parameters
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).
Response Body
application/json
application/json
curl -X GET "https://example.com/price?token_id=string&side=BUY"{
"price": "string"
}{
"error": "string"
}