Overview

List of all NFT endpoints

EndpointETHGOERLIOPTIMISMCRONOSBSCBSCTESTNETGNOSIS_CHAINMATICOASYSFTMBOBAZKSYNC_SEPOLIAZKSYNCPULSECHAINASTARMETISZKEVMMOONBEAMMOONRIVERRONINFTM_TESTNETIOTEXKLAYTNBASEEVMOSGNOSIS_TESTNETETH_HOLESKYARBITRUMCELOAVAXLINEA_SEPOLIALINEAMUMBAIMATIC_AMOYBLASTBASE_SEPOLIACHILIZ_TESTNETCHILIZARB_SEPOLIASCROLLSEPOLIAOP_SEPOLIAHARMONY_SHARD_ZEROPALM
WalletNFTBalance
NFTInCollection
NFTTransfersByWallet
NFTTransfersByNft
NFTCollectionMetadata
NFTCollectionTraits
NFTCollectionRarity
NFTTraitAttributes
NFTMetadata
NFTIsAirdrop
NFTGetFloorPrice
WalletNFTHolder
NFTGetSales
WalletNFTContracts
NFTTopSales
NFTOwnersByNft
NFTOwnersByContract
NFTListings
EndpointDescription
nft/balanceGet the NFT balances of an address.
nft/balance/advancedGet the NFT balances of an address.
nft/nft-in-collectionGet the NFTs of a collection by contract address.
nft/transfersGet the NFT transfers of a wallet.
nft/transfers/nftGet the transfers of a nft.
nft/transfers/collection-idGet the transfers of a collection by collection id.
nft/collection-metadataGet the metadata of an NFT collection.
nft/collection-metadata/collection-idGet the metadata of an NFT collection by collection id.
nft/collection/traitsGet the traits of a collection.
nft/collection/rarityGet summary of attribute prevalence for an NFT collection. Commonly used to calculate rarity scores for a collection based on its traits.
nft/collection/trait/attributesGet the attributes of a trait in a collection.
nft/nft-in-collection/collection-idGet the metadata of all NFTs in a collection by collection id.
nft/collection/volumes-market-capsGet the volume and market cap of a collection.
nft/collection/top-collectors/collection-idGet the top collectors of a collection.
nft/collection/pricing-history/collection-idGet the pricing history of a collection.
nft/metadataGet the metadata of a specific NFT.
nft/metadata/nft-idsGet the metadata of multiple NFTs by nft-ids.
nft/is-airdropReturns whether a token is marked as an airdrop or not.
nft/floor-priceReturns the floor prices of a NFT collection by marketplace.
nft/is-nft-holderThis endpoint checks whether a wallet address holds a specific NFT or if a wallet address holds any NFT from a given collection. If tokenId is entered, the endpoint will check if the wallet address holds that exact NFT. While if tokenId is omitted, the endpoint will check if the wallet address holds any NFT from the entered collection.
nft/salesGets NFT sales that have happened through on-chain marketplaces.
nft/owned-collectionsGets all NFT contracts held by an owner address.
nft/top-salesGet the highest valued transfers by a contract
nft/owners/nftGet owner's wallet address or all owners' wallet addresses of a specific nft. Number of owners can be greater than 1 for ERC-1155 tokens, or 0 if the token is burned.
nft/owners/contractGet list of wallet addresses owning one or more of the contract's nfts.
nft/owners/collection-idGet list of wallet addresses owning one or more of the contract's nfts by collection ID.
nft/listingsGet all active listings of an NFT.