Skip to main content
GET
List movements

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Query Parameters

page
integer
default:1
Required range: x >= 1
page_size
integer
default:50
Required range: x <= 200
asset
enum<string>

Filter by balance currency.

Available options:
USDT,
USDC,
BTC,
GOLD
Example:

"USDT"

type
enum<string>

Filter by ledger entry type.

Available options:
payout_debit,
payout_refund,
payin_credit,
adjustment,
transfer_in,
transfer_out,
funding,
withdrawal_debit,
withdrawal_refund,
compliance_fee,
compliance_refund,
wallet_creation_fee,
wallet_creation_refund,
card_debit,
card_refund,
card_fee,
card_fee_refund
from
string<date>

Filter from this date (YYYY-MM-DD, UTC, inclusive).

to
string<date>

Filter up to this date (YYYY-MM-DD, UTC, inclusive).

format
enum<string>

Export the same rows as a file: csv or xlsx (accounting-grade download, up to 10,000 rows; same filters and date range). Omit for the JSON view.

Available options:
csv,
xlsx

Response

Paged movements.

account_id
string<uuid>
page
integer
page_size
integer
movements
object[]
Last modified on July 19, 2026