cURL
curl --request GET \ --url https://gateway.architect.exchange/api/liquidations \ --header 'Authorization: Bearer <token>'
{ "fills": [ { "fee": "<string>", "is_taker": true, "price": "<string>", "quantity": 1, "side": "B", "symbol": "<string>", "timestamp": "2023-11-07T05:31:56Z", "trade_id": "<string>", "user_id": "<string>", "order_id": "<string>", "realized_pnl": "<string>" } ], "limit": 1, "next_cursor": "<string>", "total_count": 1 }
User session token
Optional symbol filter. If provided, only fills for this symbol will be returned.
x >= 0
Timestamp sort direction (defaults to desc).
desc
asc
List of liquidations
Page metadata for cursor-paged responses.
This is intended for response bodies (not query params).
Show child attributes