List transfers
Permissions required: Transfer funds
List all transfers created by your API key.
Filters
You may optionally supply the following filters:
- Set a date range by providing the
startDateand/orendDatequery parameters. If the date parameters are omitted, all transfers will be returned. - Specify a specific vault to return transfers for by specifying the
vaultIdparameter. If thevaultIdparameter is omitted, transfers originating from all vaults will be returned. Providing bothvaultIdandwalletIdfilters will result in an error. - Specify a specific wallet to return transfers for by specifying the
walletIdparameter. If thewalletIdparameter is omitted, transfers originating from all vaults and wallets will be returned. Providing bothvaultIdandwalletIdfilters will result in an error. - Filter transfers of one or more statuses with the
statusesparameter. Multiple statuses should be separated by commas.
Multiple Transfers
To fetch a specific batch of transfers, pass a comma-separated list of transferIds as the transferIds query parameter.
Authorizations
An API key associated with a security role
Query Parameters
The ID of a vault. If provided, only transfers originating from this vault will be returned.
The ID of a wallet. If provided, only transfers originating from this wallet will be returned.
A list of transferIds to return. Invalid transferIds will be ignored.
When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)
Maximum number of results to return per query
1 <= x <= 100One or more transfer statuses to filter results
IN_PROGRESS, COMPLETED, FAILED, QUEUED 
