Get the Level 2 orderbook for a perpetual market on Aster DEX.
cURL
curl --request GET \ --url https://api.example.com/v1/perps/aster/markets/{symbol}/orderbook
GET /fapi/v1/depth?symbol=<SYMBOL>USDT&limit=<depth>
BTC
curl -H "X-API-Key: $API_KEY" \ "https://api.perps.studio/v1/perps/aster/markets/BTC/orderbook?depth=5"