PAPI
API ReferencePolymarket Markets

Get Orderbook

GET
/polymarket/orderbooks
X-API-Key<token>

In: header

Path Parameters

token_id*string

Response Body

application/json

curl -X GET "https://loading/polymarket/orderbooks"
{
  "asks": [
    {
      "price": "string",
      "size": "string"
    }
  ],
  "bids": [
    {
      "price": "string",
      "size": "string"
    }
  ]
}