transfer
List transfers
Retrieves a list of transfers.
GET
/
transfer
/
list
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
created_at.after
string
Return transfers created after this ISO 8601 timestamp.
created_at.before
string
Return transfers created before this ISO 8601 timestamp.
cursor
string
The cursor for the next page of results to fetch
date.after
string
Return transfers made on or after the specified date
date.before
string
Return transfers made on or before the specified date
Response
200 - application/json
data
object[]
requirednext_cursor
string | null
requiredUse cursor for paginating list endpoints in conjunction with the cursor request parameter.
In a response, the value is null if there are no more results to fetch.