Axes Docs

Get Midpoint Prices Request Body

Get midpoints for many tokens

POST
/midpoints

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://clob.axes.co/midpoints" \  -H "Content-Type: application/json" \  -d '[    {      "token_id": "string"    }  ]'
{
  "property1": "string",
  "property2": "string"
}
{
  "error": "string"
}