Get transfer history
GET /v2/treasury/wallet/{walletId}/transfer/{currencyName}/history
Get currency transfer history for a wallet with filters and pagination
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The wallet ID
Example
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The currency name
Example
USDC
Query Parameters
Section titled “Query Parameters ”The status of the transaction
The action type of the transaction
Start date in YYYY-MM-DDTHH:mm:ss format (UTC timezone, no offset allowed)
End date in YYYY-MM-DDTHH:mm:ss format (UTC timezone, no offset allowed)
The sort order by Date
Page number (starts at 1)
Example
1
Items per page
Example
10
Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”List of transfer history entries
object
object
The history entry ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The currency ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The currency symbol
USDC
The wallet ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The source address
0x1234...
The destination address
0x5678...
The transaction query ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The action type
The transfer amount
100.123456
The transaction status
Balance before the transaction
1000.123456
Balance after the transaction
900.123456
The transaction timestamp
2024-03-20T10:30:00.000Z
Last update timestamp
2024-03-20T10:30:00.000Z
object
The current page number.
1
The number of items per page.
10
The total number of pages available.
100
The total number of items available.
1000
Indicates whether there is a next page available.
true
Indicates whether there is a previous page available.
true