Get the spot orderbook on Aster DEX.
cURL
curl --request GET \ --url https://api.example.com/v1/spot/aster/orderbook/{symbol}
GET /api/v1/depth?symbol=<SYMBOL>&limit=<depth>
curl -H "X-API-Key: $API_KEY" \ "https://api.perps.studio/v1/spot/aster/orderbook/BTC%2FUSDC?depth=10"