Get NFT Kit List
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/me | Returns a list of NFT kits created by your project. You can use query parameters to return results with specific conditions. |
Get Specific NFT Kit
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/:nftKitId | Returns detailed information about the specific NFT kit. |
NFT Metadata Injection
HTTP Method | Endpoint | Description |
---|---|---|
POST | /nft-kits/{nftKitId}/issuances/metadata | Request to execute a transaction that injects the metadata URI value into the NFT. |
Get NFT Metadata
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/{nftKitId}/issuances/metadata | Request to retrieve the token's metadata. |
NFT S3 URI Generation
HTTP Method | Endpoint | Description |
---|---|---|
POST | /nft-kits/:nftKitId/token-infos/upload | Request to generate metadata for the token, accepting JSON file data. |
Get Specific Total NFT Supply
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/{nftKitId}/issuances/token-supply | Returns the total supply of NFTs for the specified token ID. |
Get All Total NFT Supply
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/:nftKitId/issuances/total-supply | Returns the total supply of NFTs for the specified NFT kit. |
Issue New NFTs
HTTP Method | Endpoint | Description |
---|---|---|
POST | /nft-kits/{nftKitId}/issuances/issue | A request to issue NFTs for a specific NFT Kit. Only the kit owner account with permission can execute this request. |
Burn NFT
HTTP Method | Endpoint | Description |
---|---|---|
POST | /nft-kits/{nftKitId}/issuances/redeem | A request to burn NFT for a specific NFT kit. |
Transfer NFTs
HTTP Method | Endpoint | Description |
---|---|---|
POST | /nft-kits/{nftKitId}/transfers/transfer | A request to execute a transaction that transfers the account's token. |
Get NFTs Balance List
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/{nftKitId}/ownerships/balances | Returns the balances of all NFTs for multiple addresses in a specific NFT kit. |
Get Specific NFT Balance List
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/:nftKitId/ownerships/token-balances | Returns the balances of specific NFT for multiple addresses in a specific NFT kit. |
Get NFT Approved
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/:nftKitId/permissions/approved | Returns the approval status of a specific wallet address. |
Approve Token Usage
HTTP Method | Endpoint | Description |
---|---|---|
POST | /nft-kits/{nftKitId}/permissions/approve | A request to execute a transaction granting token usage permissions for all tokens. |
Get NFT Transfer History List
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/{nftKitId}/transfers/histories | Returns a list of NFT transfer histories. You can use query parameters to return results with specific conditions. |
Get NFT Approval History List
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/{nftKitId}/permissions/histories | Returns a list of NFT approval histories. You can use query parameters to return results with specific conditions. |
Get Retrieve Holder List
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/{nftKitId}/holders | Returns a list of addresses currently holding NFTs from the specified NFT kit. You can use query parameters to return results with specific conditions. |
Get Entrance List
HTTP Method | Endpoint | Description |
---|---|---|
GET | /nft-kits/:nftKitId/entrances | Returns information about the list of entrances. |