721 Contract Information
HTTP Method | Endpoint | Description |
---|---|---|
GET | /wallets/721/contracts | Gets information about contracts that follow the ERC-721 standard among the contracts registered in a specific {blockchain network}. |
GET | /wallets/721/contracts/:contractId | Gets 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/owner | Inquires 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 Method | Endpoint | Description |
---|---|---|
GET | /wallets/721/tokens | Get all NFTs conforming to the ERC-721 standard to a specific {blockchain network}. |
GET | /wallets/721/tokens/:tokenId | Bring 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/tokens | Gets information on NFTs created in contracts that follow the ERC-721 standard among contracts registered in a specific {blockchain network}. |
NFT Metadata Information
HTTP Method | Endpoint | Description |
---|---|---|
GET | /wallets/721/tokens/:token721Id/metadata | Get the metadata information of the NFT corresponding to the identification value given to a specific {blockchain network}. |
POST | /wallets/721/tokens/:token721Id/metadata/refresh | Updates 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/refresh | Renews 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. |