← Back to catalog
aster.order_book
mock data$0.003 / callAsterDEX Order Book
Get order book depth for a trading pair on AsterDEX
Input schema
limit
integerDepth limit (default 20)
symbolrequired
stringTrading pair symbol (e.g. BTCUSDT)
Call via REST
curl -X POST https://unifyapi.pro/api/call/aster.order_book \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"symbol":"<symbol>"}'