Refer friends and earn rewards this week
Kongo Docs

Get Batch Prices History

Get historical midpoint prices for many markets

Get Help
POST
/batch-prices-history

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/batch-prices-history" \  -H "Content-Type: application/json" \  -d '{    "markets": [      "string"    ]  }'
{  "history": {    "property1": [      {        "t": 0,        "p": 0      }    ],    "property2": [      {        "t": 0,        "p": 0      }    ]  }}
{  "error": "string"}