Get data of a certain NFT contract

Fetch data of labelled NFTs for a certain contract.

Request
Security:
path Parameters
nft-address
required
string

NFT Contract address

header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Responses
200
400
404
get/v2/contract/nft/{nft-address}
Request samples
curl -i -X GET \
  -u <username>:<password> \
  'https://th-api.klaytnapi.com/v2/contract/nft/{nft-address}' \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "address": "0x251f622e8b5e713f357e9c4d990e91da2f448134",
  • "name": "MineralNFT",
  • "symbol": "FSI",
  • "totalSupply": "0x9",
  • "status": "completed",
  • "type": "kip",
  • "createdAt": 1597284956,
  • "updatedAt": 1597284956,
  • "deletedAt": 0
}