Get exchange transaction list
Authorizations
Pass your API token in the token request header.
Query Parameters
Exchange transaction ID filter.
Pagination limit. Maximum value is 300. Default value is 100.
1 <= x <= 300Source network filter. Use one of the supported network codes.
"eth"
Destination network filter. Use one of the supported network codes.
"trx"
Pagination offset. Must be greater than or equal to 0.
x >= 0Exchange transaction status filter.
"completed"
Source currency/token filter. Use one of the supported currency codes.
"USDC"
Destination currency/token filter. Use one of the supported currency codes.
"USDT"
Sort direction.
asc, desc Sort field.
"created_at"
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.
Response
OK - exchange transaction list was returned successfully