Skip to main content

Transfers

Our Transfer dataset contains all asset (token/NFT/coin) transfers.

Transfer Cube​

The Transfer cube provides details on asset transfers, blocks, contract calls, fees, event logs, receipts, transaction details, and transaction status.

Transfers Fields

Filters in Transfer Cube​

The Transfer cube allows filtering by any field available in the result fields. By default, all filters use the AND operator. We will see an example of the OR operator later.

For example, check the transfers for the Tether token.

More Transfer Cube Filter Examples​

Let's explore more examples of filtering in the Transfer cube.

Check this query, where we retrieve transfers over 100 ETH in a given month.

Another example is this query, where we filter to get only wallet-to-wallet ETH transfers based on type.

For an example of the OR operator, see this query, which retrieves all transfers of a given address.

Metrics in Transfer​

Metrics allow you to perform mathematical functions such as sum, count, average, median, maximum, minimum, etc.

Let's understand this with a few examples.

Check this example, where we get the biggest ETH transfer on a given date. Another way to write this query is by sorting based on amount, as shown here.

See this query to learn how to get the token transfer volume and count of SHIB tokens on a given date.