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 startDate and/or endDate query parameters. If the date parameters are omitted, all transfers will be returned.
  • Specify a specific vault to return transfers for by specifying the vaultId parameter. If the vaultId parameter is omitted, transfers originating from all vaults will be returned. Providing both vaultId and walletId filters will result in an error.
  • Specify a specific wallet to return transfers for by specifying the walletId parameter. If the walletId parameter is omitted, transfers originating from all vaults and wallets will be returned. Providing both vaultId and walletId filters will result in an error.
  • Filter transfers of one or more statuses with the statuses parameter. 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Users with Read-Only permissions should use List Transactions instead

Query Params
string

The ID of a vault. If provided, only transfers originating from this vault will be returned.

string

The ID of a wallet. If provided, only transfers originating from this wallet will be returned.

transferIds
array of strings

A list of transferIds to return. Invalid transferIds will be ignored.

transferIds
date

The start date (inclusive) in YYYY-MM-DD format. The earliest valid start date is '2017-01-01`. Dates are always in UTC RFC 3339 'full-date'.

date

The end date (inclusive) in YYYY-MM-DD format. The latest valid end date is the current date. Dates are always in UTC RFC 3339 'full-date'.

string

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

int64
1 to 100
Defaults to 100

Maximum number of results to return per query

statuses
array of strings, unique

One or more transfer statuses to filter results

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json