Account (Unsigned)
Query account (unsigned)
Query account information. No signature required - read-only operation.
Accepts a JSON body with POST request.
Query types:
| type | Returns |
|---|---|
| fullAccount | Complete state (margin + positions + orders + leverage settings) |
| openOrders | Resting live orders (includes conditional orders parked in conditional books) |
| fills | Trade history (last 5000 fills) |
| positions | Closed position history (last 5000 positions) |
| fundingHistory | Funding payment history (last 5000 payments) |
| orderHistory | Terminal order history (last 5000 orders) |
| activityHistory | Account activity history (last 5000; transfers/deposits) |
| riskHistory | Liquidation and ADL risk events (last 5000) |
| feeTier | Account-only fee-tier quote snapshot (symbol optional). For global fee state use GET /feeState. |
post/account
Request body
Example request
{
"user": "FuueqefENiGEW6uMqZQgmwjzgpnb85EgUcZa5Em4PQh7",
"symbol": "BTC-USD"
}Response
Successful response