Axes Docs

Get Market Prices Request Body

Get best prices for many tokens

POST
/prices

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