List account transfers
Authentication
x-api-keystring
RootPay API key sent in the x-api-key header. Keys are environment-scoped: live_* for production, test_* for sandbox.
Query parameters
cursor
Cursor for pagination. Use the next_cursor from the previous response to get the next page.
limit
Number of items to return per page. Maximum is 500.
order
Sort order for results by creation time.
Allowed values:
account_id
Filter by main account ID; repeat the parameter to match any listed account as from or to (OR).
amount_in_minor_units_gte
Inclusive lower bound for transfer amount in minor units.
amount_in_minor_units_lte
Inclusive upper bound for transfer amount in minor units.
created_at_gte
Created on or after this timestamp.
created_at_lte
Created on or before this timestamp.
rail
Filter by rail; repeat the parameter for multiple rails (OR).
status
Filter by status; repeat the parameter for multiple statuses (OR).
Response
Successful Response
data
has_more
total_count
next_cursor
previous_cursor