Get account history

Retrieves the trading history and account events for a specified smart account address.
Returns a flat array of all events (trades, deposits, withdrawals, settlements, and funding payments) sorted by timestamp in ascending order. Each event has an action field indicating its type.

For advanced filtering, cursor-based pagination, and sorting options, use the GET /v2/account_history endpoint instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
^0x[a-fA-F0-9]{40}$

The smart account address to retrieve history for

integer
1704067200 to 2019686400

Start timestamp (Unix seconds) for the history query.
Must be between 2024-01-01 and 2034-01-01.
Defaults to 2 weeks ago if not specified.

integer
1704067200 to 2019686400

End timestamp (Unix seconds) for the history query.
Must be between 2024-01-01 and 2034-01-01.
Defaults to current time if not specified.

integer
≥ 1
Defaults to 100

Maximum number of records to return per event type. Defaults to 100.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json