GET
/
v1
/
spot
/
aster
/
orderbook
/
{symbol}
Get Orderbook
curl --request GET \
  --url https://api.example.com/v1/spot/aster/orderbook/{symbol}

Upstream Mapping

Maps to Aster’s GET /api/v1/depth?symbol=<SYMBOL>&limit=<depth>.

Request

symbol
string
required
Market symbol
depth
number
Levels per side. Default 20.

Example

curl -H "X-API-Key: $API_KEY" \
  "https://api.perps.studio/v1/spot/aster/orderbook/BTC%2FUSDC?depth=10"