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.
Filter results by a specific transfer type. Internal transfer types represent transfers made between the user's profiles. Internal transfer types are excluded from the response when this field is not set
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[]
.