Get currency transfer history
GET /v2/treasury/wallet/{walletId}/transfer/{currencyName}/history
Get the transfer history for a specific wallet and currency with filters and pagination
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The wallet ID
Example
e271bc5c-f870-44cd-8462-54280d0411f6The currency name
Example
USDCQuery Parameters
Section titled “Query Parameters ”The status of the transaction
Example
PENDINGThe action type of the transaction
Example
DEPOSITThe start date of the transaction
Example
2025-01-01T00:00:00.000ZThe end date of the transaction
Example
2025-01-01T00:00:00.000ZThe sort order by Date
Example
descPage number (starts at 1)
Example
1Items per page
Example
10Total number of items
Example
100Total number of pages
Example
10Whether there is a next page
Example
trueWhether there is a previous page
Page number (starts at 1)
Example
1Items per page
Example
10Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”List of transfer history entries
object
List of transfer history items
object
The history entry ID
e271bc5c-f870-44cd-8462-54280d0411f6The currency ID
e271bc5c-f870-44cd-8462-54280d0411f6The currency symbol
USDCThe wallet ID
e271bc5c-f870-44cd-8462-54280d0411f6The source address
0x1234...The destination address
0x5678...The transaction query ID
e271bc5c-f870-44cd-8462-54280d0411f6The action type
The transfer amount
100.123456The transaction status
Balance before the transaction
1000.123456Balance after the transaction
900.123456The transaction timestamp
2024-03-20T10:30:00.000ZLast update timestamp
2024-03-20T10:30:00.000ZPagination information
object
Page number (starts at 1)
1Items per page
10Total number of items
100Total number of pages
10Whether there is a next page
trueWhether there is a previous page
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error