UnifyAPI
← Back to catalog

aster.order_book

mock data$0.003 / call

AsterDEX Order Book

Get order book depth for a trading pair on AsterDEX

Data & Analyticsprovider: Aster#aster#data

Input schema

limit

Depth limit (default 20)

integer
symbolrequired

Trading pair symbol (e.g. BTCUSDT)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.