List Transfers
Lists an account's transfers.
Query parameters
Filter to transfers sent from this account. Provide this or destination_id.
Filter to transfers received by this account. Provide this or origin_id.
Sort column. Defaults to created_at.
Sort direction. Defaults to desc.
Only transfers created strictly before this ISO 8601 timestamp.
Only transfers created strictly after this ISO 8601 timestamp.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
Response
transfers listed
Example response
{
"data": [
{
"amount": 25,
"created_at": "2026-01-01T12:00:00.000Z",
"created_by_user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Marcus Webb",
"username": "marcuswebb"
},
"currency": "usd",
"destination_ledger_account_id": "ldgr_xxxxxxxxxxxxxx",
"fee_amount": 0.5,
"id": "ctt_xxxxxxxxxxxxxx",
"metadata": {
"order_id": "SHINE-1042"
},
"notes": "Refund for the rescheduled interior detail",
"object": "transfer",
"origin_ledger_account_id": "ldgr_xxxxxxxxxxxxxx",
"status": "succeeded"
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 6 of the 74 revisions of this API.19
- ▲
for the
queryrequest parameterfirst, default value was changed from50to20request-parameter-default-value-changed
- ○
for the
queryrequest parameterfirst, the max was increased from50.00to100.00request-parameter-max-increased
- ○
for the
queryrequest parameterlast, the max was increased from50.00to100.00request-parameter-max-increased
- ▲
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
Of the 74 revisions, 1 has no diff computed.