Refer friends and earn rewards this week
Kongo Docs

Get Last Trade Prices Request Body

Get last trade prices

Get Help
POST
/last-trades-prices

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[index: integer]?

Response Body

application/json

application/json

curl -X POST "https://example.com/last-trades-prices" \  -H "Content-Type: application/json" \  -d '[    {      "token_id": "string"    }  ]'
[  {    "token_id": "string",    "price": "string",    "side": "BUY"  }]
{  "error": "string"}