get https://api.nftport.xyz/v0/transactions/nfts/
Returns all on-chain transactions (Contract specific/OS Seaport/LooksRare/X2Y2/Rarible/CryptoPunks) as well as Seaport listings for the specified contract. Can be set to include
transactions such as transfer
, burn
, mint
, sale
and list
, or all
which includes all transactions. Ethereum and Polygon mainnet is supported.
Useful for:
- Tracking all transactions of all NFT tokens in a contract.
- Building analytics and monitoring solutions.
Related:
- For a quick start, see the List of sample addresses to copy.
- To query sales statistics of an NFT collection, see Retrieve contract sales statistics.
- To query transactions for an NFT, see Retrieve transactions by NFT.
- To query transactions from an account, see Retrieve transactions by account.