Skip to main content
GET
Get transaction list

Authorizations

token
string
header
required

Pass your API token in the token request header.

Query Parameters

created_from
string<date-time>

Start date filter in ISO 8601 format. Example: 2025-05-01T00:00:19.662Z.

created_to
string<date-time>

End date filter in ISO 8601 format. Example: 2025-05-01T00:00:19.662Z.

currency
string

Currency/token filter. Use one of the supported currency codes.

Example:

"USDT"

direction
enum<string>

Transaction direction filter.

Available options:
in,
out
transaction_id
string

Transaction ID filter.

limit
integer
default:100

Pagination limit. Maximum value is 300. Default value is 100.

Required range: 1 <= x <= 300
network
string

Network filter. Use one of the supported network codes.

Example:

"trx"

offset
integer
default:0

Pagination offset. Must be greater than or equal to 0.

Required range: x >= 0
sort_by
enum<string>

Sort field.

Available options:
status,
created_at
sort_direction
enum<string>

Sort direction.

Available options:
asc,
desc
status
enum<string>

Transaction status filter.

Available options:
in_progress,
completed,
error

Search by transaction_id, sender_wallet, recipient_wallet or hash.

Response

OK - transaction list was returned successfully

code
string
required

Response code.

Example:

"200"

error_code
string | null
required

Application-level error code. Null for successful responses.

Example:

null

error_message
string | null
required

Human-readable error message. Null for successful responses.

Example:

null

data
object
required