get https://api.nftport.xyz/v0/transactions
Returns all on-chain transactions (Contract specific/OS Seaport/LooksRare/X2Y2/Rarible/CryptoPunks) for the whole chain. Can be set to include
transactions such as transfer
, mint
, burn
, sale
or all
which includes all transactions. Ethereum mainnet is supported.
In this endpoint, non-Enterprise users can only retrieve transactions from the past 90 days. Access to full history is available on the Enterprise tier.
Useful for:
- Tracking all transactions on a chain.
- Building analytics and monitoring solutions.
Related:
- To query transactions from a contract, see Retrieve transactions by contract.
- To query transactions for an NFT, see Retrieve transactions by NFT.