Перейти к основному содержимому

Transactions API (v1.0)

Operations to retrieve account transactions.

Transactions

Operations with account transactions.

List transactions

The transaction history shows all transactions that affected the account balance.

Authorizations:
static_token
query Parameters
created_from
required
string <date-time>
Example: created_from=2025-09-01T00:00:00

Start of the period in ISO 8601 format.

created_to
required
string <date-time>
Example: created_to=2025-09-11T23:59:59

End of the period in ISO 8601 format.

balances
string
Example: balances=main,bonus

Comma-separated list of balance types to filter (e.g., main, bonus).

offset
integer >= 0

Offset for pagination.

limit
required
integer [ 1 .. 500 ]
Example: limit=200

Number of records per page.

without_removed
boolean
Example: without_removed=true

Exclude removed transactions if true.

Responses

Response samples

Content type
application/json
{
  • "status": "success",
  • "data": [
    ]
}