cURL
curl --request GET \ --url https://api.shuriken.trade/api/v2/perp/fills \ --header 'Authorization: Bearer <token>'
{ "data": [ { "closedPnl": "<string>", "coin": "<string>", "direction": "<string>", "fee": "<string>", "oid": 1, "px": "<string>", "side": "<string>", "startPosition": "<string>", "sz": "<string>", "time": 1, "cloid": "<string>" } ], "requestId": "<string>", "pagination": { "hasMore": true, "limit": 1, "page": 1, "total": 1 } }
Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.
Authorization: Bearer <jwt>
Authorization: Bearer sk_{keyId}_{secret}
Wallet ID (uses default HL wallet if omitted)
Start time (unix millis)
x >= 0
End time (unix millis)
Filter by coin
Trade fills
V2 success response envelope
Show child attributes
Page-based pagination info (per RFC)