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