Transfers
Get all transfers
Gets a list of in-progress and completed transfers of funds in/out of any of the user’s accounts.
GET
Authorizations
Query Parameters
Returns list of transfers from this portfolio id.
Used for pagination. Sets start cursor to before
date.
Used for pagination. Sets end cursor to after
date.
Limit on number of results to return.
Specifies deposit and withdrawal transfer types. Internal transfers represent the transfers of a user depositing/withdrawing across their own profiles.
Available options:
deposit
, withdraw
, internal_deposit
, internal_withdraw
Filter results by type of currency. Possible values: [crypto
, fiat
]
Filter results by reason of transfer. Possible values: [usdc_reward
]
Filter results by currency.
Response
200
application/json
The response is of type object[]
.