v3
latestOpenAPI 3.0.32026-07-31489099.0 KBOrders
List transfers for an account
Returns all transfers for the specified account.
get/accounts/{account_id}/transfers
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
Query parameters
Paging query parameters
transaction_idstring
On-chain transaction hash
automation_idstring
Filter transfers created by a specific automation
status'pending' | 'processing' | 'complete' | 'canceled'
Filter transfers by status
address_idstring
Filter transfers by address ID
transfer_typestring
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.
value_typestring
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"
}
]
}