Rest API Endpoints

721 Contract Information

HTTP MethodEndpointDescription
GET/wallets/721/contractsGets information about contracts that follow the ERC-721 standard among the contracts registered in a specific {blockchain network}.
GET/wallets/721/contracts/:contractIdGets information about the contract corresponding to the given identification value among the contracts registered in a specific {blockchain network} that conform to the ERC-721 standard.
GET/wallets/721/contracts/tokens/ownerInquires information about contracts that follow the ERC-721 standard among contracts to which NFTs owned by a specific user belong to a specific {blockchain network}.

NFT Information

HTTP MethodEndpointDescription
GET/wallets/721/tokensGet all NFTs conforming to the ERC-721 standard to a specific {blockchain network}.
GET/wallets/721/tokens/:tokenIdBring the NFT corresponding to the given identification value among the NFTs conforming to the ERC-721 standard to a specific {blockchain network}.
GET/wallets/721/contracts/:contractId/tokensGets information on NFTs created in contracts that follow the ERC-721 standard among contracts registered in a specific {blockchain network}.

NFT Metadata Information

HTTP MethodEndpointDescription
GET/wallets/721/tokens/:token721Id/metadataGet the metadata information of the NFT corresponding to the identification value given to a specific {blockchain network}.
POST/wallets/721/tokens/:token721Id/metadata/refreshUpdates the NFT's metadata corresponding to the token721Id value used to identify NFTs regardless of the contract in a specific {blockchain network}.
POST/wallets/721/tokens/metadata/refreshRenews the metadata information of the identified NFT through the Contract Id value used to distinguish the contract in a specific {blockchain network} and the Token Id value that designates the NFT registered in the contract.