Refer friends and earn rewards this week
Kongo Docs

Get Spreads

Calculate bid/ask spreads

Get Help
POST
/spreads

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/spreads" \  -H "Content-Type: application/json" \  -d '[    {      "token_id": "string"    }  ]'
{  "property1": "string",  "property2": "string"}
{  "error": "string"}