Orderbook
Full orderbook depth for a position
GET
Full orderbook depth for a position
Last modified on July 7, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Need an API key? Sign in to the dashboard to get started.
curl --request GET \
--url https://api.radion.app/v1/polymarket/orderbook \
--header 'X-API-Key: <api-key>'{
"asks": [
{
"price": 123,
"size": 123
}
],
"bids": [
{
"price": 123,
"size": 123
}
],
"tokenId": "<string>",
"lastTradePrice": 123
}Was this page helpful?
curl --request GET \
--url https://api.radion.app/v1/polymarket/orderbook \
--header 'X-API-Key: <api-key>'{
"asks": [
{
"price": 123,
"size": 123
}
],
"bids": [
{
"price": 123,
"size": 123
}
],
"tokenId": "<string>",
"lastTradePrice": 123
}