GET
/
v1
/
perps
/
aster
/
account
/
{address}
/
positions
Get Positions
curl --request GET \
  --url https://api.example.com/v1/perps/aster/account/{address}/positions

Upstream Mapping

Maps to Aster’s GET /fapi/v1/positionRisk with EIP-712 signed request.

Request

address
string
required
Wallet address

Example

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