Insight - Filter NFT Transfers By Type

Insight adds support for filtering NFT transfers by type.
On the v1/nfts/transfers
endpoint you can specify a transfer_type
query parameter and choose to filter transfer
, sale
, mint
or burn
transfers.
transfer
- Any transfer without additional sale data
sale
- A transfer that has additional sale data* (Seaport protocol supported)
mint
- A transfer from a zero address
burn
- A transfer to a zero address
* Example sale data:
Try it out on our playground.

📖 Learn more about Insight - it’s open source and ready to power your applications!