Get transaction list
Authorizations
Pass your API token in the token request header.
Query Parameters
Start date filter in ISO 8601 format. Example: 2025-05-01T00:00:19.662Z.
End date filter in ISO 8601 format. Example: 2025-05-01T00:00:19.662Z.
Currency/token filter. Use one of the supported currency codes.
"USDT"
Transaction direction filter.
in, out Transaction ID filter.
Pagination limit. Maximum value is 300. Default value is 100.
1 <= x <= 300Network filter. Use one of the supported network codes.
"trx"
Pagination offset. Must be greater than or equal to 0.
x >= 0Sort field.
status, created_at Sort direction.
asc, desc Transaction status filter.
in_progress, completed, error Search by transaction_id, sender_wallet, recipient_wallet or hash.
Response
OK - transaction list was returned successfully