Gets a list of in-progress and completed transfers of funds in/out of any of the user’s accounts.
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.
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.
The response is of type object[]
.