Skip to main content
GET
Balance History

Balance History

Returns every movement of your account balance, newest first — purchases, deposits, refunds and fees in one list. Orders, invoices and activations each show only their own slice, so this is the only endpoint where the arithmetic closes: the sum of delta_trx over a period equals the balance change over that period.
Scope note. The view scope returns purchases, refunds and fees. Deposit movements additionally require the deposit_view scope and withdrawals require withdraw; without them those rows are simply absent from the list and from total, and filtering by such a reason returns an empty page rather than an error.

Query parameters

number
default:"1"
Page number, starting at 1.
number
default:"50"
Items per page (max 100).
string
Return only movements with this exact reason, e.g. energy_order.

Response

array
number
Total number of movements matching the filter.
number
Page number, starting at 1.
number
Items per page (max 100).

Common reasons

Example

Response