v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBFunding
Retrieve List of Transfers for an Account.
You can query a list of transfers for an account.
You can filter requested transfers by values such as direction and status.
Returns a list of transfer entities ordered by created_at
get/v1/accounts/{account_id}/transfers
Query parameters
direction'INCOMING' | 'OUTGOING'
INCOMING or OUTGOING
limitinteger
offsetinteger
Response
Success.
Example response
[
{
"direction": "INCOMING",
"ira": {
"distribution_reason": "normal",
"fed_withholding_amount": "102.5",
"fed_withholding_pct": "10.25",
"state_withholding_amount": "97.5",
"state_withholding_pct": "9.75",
"tax_year": "2024"
},
"status": "QUEUED",
"type": "ach"
}
]