Get account
Retrieves the authenticated account, including its subaccount count.
Endpoint
GET /api/v1/account
Authentication
Requires X-API-KEY header.
Returns
200 OKwith theAccountResponse(subaccount indices are dense, so the count is sufficient for clients to enumerate them as0..subaccount_count).404 Not Foundif the account does not exist.500 Internal Server Errorif an internal error occurs.
Authorizations
Base64-encoded API key issued by POST /api/v1/api-keys.
Response
The authenticated account
Response for an account query.
Fee tier index (0–5)
0
The unique identifier of the account
x >= 0Maker fee rate as a decimal fraction (e.g. 0.00020 for 2.0 bps)
"0.00020"
The current status of the account (Active, Suspended, etc.)
ACTIVE, CLOSED Number of subaccounts on this account. Indices are dense, so clients can enumerate them
as 0..subaccount_count.
x >= 00
Taker fee rate as a decimal fraction (e.g. 0.00045 for 4.5 bps)
"0.00045"
14-day trailing trading volume in USDC
"125000.00"
An optional user-defined label for the account
"Main"