API Reference

Get transactions

get

Retrieve a paginated list of transactions for the authenticated user

Authorizations
x-api-keystringRequired

API key for authentication.

Query parameters
statusstringOptional

Filter by transaction status

Example: completed
keystringOptional

Search by tx ID, hash, customOrderId, or wallet address

from_datestring · date-timeOptional
to_datestring · date-timeOptional
pagenumberOptionalDefault: 1
limitnumberOptionalDefault: 20
Responses
chevron-right
200

Transactions retrieved successfully

application/json
totalintegerOptional
pageintegerOptional
totalPagesintegerOptional
get
/wallet/transactions
200

Transactions retrieved successfully

Last updated

Was this helpful?