API ReferencePolymarket Markets
Get Orderbook
Authorization
api_key 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"
}
]
}