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

Upstream Mapping

Maps to Aster’s GET /fapi/v1/userTrades 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.../fills
Response format matches the Hyperliquid fills endpoint.