GET
/
v1
/
perps
/
aster
/
prices
Get All Prices
curl --request GET \
  --url https://api.example.com/v1/perps/aster/prices

Upstream Mapping

Maps to Aster’s GET /fapi/v1/ticker/price.

Example

curl -H "X-API-Key: $API_KEY" \
  https://api.perps.studio/v1/perps/aster/prices
Response format matches the Hyperliquid prices endpoint.