Operation History

GET /api/v3/accounts/activity

Query Parameters

ParameterTypeDescription
limitintegerlimit of records (default 100, max 1000)
offsetintegeroffset for pagination (default 0)
private_api.accounts().history()

Response

[{
    "balance": 500.0,
    "reserve": 0,
    "currency": "USDT",
    "wallet_type": "SPOT",
    "last_update_at": "2023-09-04T12:00:00Z",
    "account_id": 0,
    "op_type": 1
}...]

Response Fields

FieldTypeDescription
balancefloatoperation amount
reservefloatreserve change
currencystringcurrency code
wallet_typestringSPOT, MARGIN_CROSS, MARGIN_ISOLATED
last_update_atstringoperation date
account_idintegeraccount ID
op_typeintegeroperation type code (see Constants — Operation Types)