Skip to main content
GET
List the user's balance journal, newest first.

Authorizations

Authorization
string
header
required

Session token from POST /auth/login.

Query Parameters

account
enum<string> | null

Only entries on this sub-account.

Available options:
available,
pending
asset_id
string | null

Only entries against this market asset.

direction
enum<string> | null

Only credits, or only debits.

Available options:
credit,
debit
from
string<date-time> | null

Only entries at or after this instant.

last_cursor
string | null

The last cursor, emitted by the previous response.

limit
integer<uint32> | null

The maximum number of items to return.

Required range: x >= 0
max_amount
string | null

Maximum absolute delta, in native token units, as a decimal string.

min_amount
string | null

Minimum absolute delta, in native token units, as a decimal string.

reasons
string | null

Comma-separated list of reasons

to
string<date-time> | null

Only entries at or before this instant.

usdc
boolean | null

true keeps only USDC entries; false keeps only market-asset entries.

Response

items
object[]
required
next_cursor
string | null