Get NFT transfers
"vitalik.eth"
"vitalik.eth"
Use chain_id instead
[20, 56, 1]
The chain ID(s) to request the data for. You can specify multiple chain IDs, up to a maximum of 55. Use repeated query parameters, e.g., ?chain_id=20&chain_id=56
. Optional, because a single chain can as well be specified as a subdomain
[20, 56, 1]
The number of items to return
0 < x <= 1000
20
Page number (0-indexed). Maximum value depends on query parameters: 20 for regular queries, 500 when using aggregate or group_by parameters.
x >= 0
0
Whether to include metadata for the tokens
true
, false
"false"
Whether to include owner addresses in the NFT metadata (only if metadata is requested)
true
, false
"false"
Filter by block number greater than or equal to
"1000000"
Filter by block timestamp greater than or equal to
x > 0
1749768884
Filter by block timestamp less than or equal to
x > 0
1749768884
Sort order (asc or desc)
asc
, desc
"desc"
Only include transfers of a certain type
mint
, transfer
, burn
, sale
"mint"
Whether to include sale details for NFT transfers
true
, false
"false"
Whether to resolve metadata IPFS or Arweave links
true
, false
"false"
Success
The response is of type object
.