Get NFT transfers from a block to a block

Get transfers of NFTs from a block number to a block number.

Query Params
string
enum
Defaults to eth

The chain to query

integer
≥ 0

The minimum block number from which to get the transfers

  • Provide the param 'from_block' or 'from_date'
  • If 'from_date' and 'from_block' are provided, 'from_block' will be used.
integer
≥ 0

The maximum block number from which to get the transfers.

  • Provide the param 'to_block' or 'to_date'
  • If 'to_date' and 'to_block' are provided, 'to_block' will be used.
string

The start date from which to get the transfers (any format that is accepted by momentjs)

  • Provide the param 'from_block' or 'from_date'
  • If 'from_date' and 'from_block' are provided, 'from_block' will be used.
string

The end date from which to get the transfers (any format that is accepted by momentjs)

  • Provide the param 'to_block' or 'to_date'
  • If 'to_date' and 'to_block' are provided, 'to_block' will be used.
string
enum
Defaults to decimal

The format of the token ID

Allowed:
integer
≥ 0

The desired page size of the result.

string

The cursor returned in the previous response (for getting the next page)

Response

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