Refer friends and earn rewards this week
Kongo Docs

Get Market Price

Get the best price for a side

Get Help
GET
/price

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"}