List transfers for an account
Returns all transfers for the specified account.
Path parameters
ID of the resource
Account ID
Query parameters
Paging query parameters
On-chain transaction hash
Filter transfers created by a specific automation
Filter transfers by status
Filter transfers by address ID
Filter transfers by blockchain chain (e.g. solana, base, ethereum). Fiat payment types (e.g. same_day_ach_credit, wire) are not supported as filter values.
Filter transfers by token ticker (e.g. USDC, SBC)
Response
OK
Example response
{
"transfers": [
{
"amount": {
"currency": "USD",
"value": "11234.88"
},
"created_at": "2020-01-01T12:00:00Z",
"failure": {
"errors": [
{
"code": "ValidationError",
"source": {
"parameter": "page[cursor]",
"pointer": "/body/data/attributes"
},
"status": "400",
"title": "A validation error occurred"
}
]
},
"id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
"updated_at": "2020-01-01T12:00:00Z"
}
]
}Changes
Changed in 1 of the 9 revisions of this API.3
- ●
added the new
compliance reviewenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
compliance reviewenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
compliance reviewenum value to the////response property for the response statusresponse-property-enum-value-added
- ●