Get the number of NFT owners

Fetch the number of owners of all NFTs issued by the NFT 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}/holder
Request samples
curl -i -X GET \
  -u <username>:<password> \
  'https://th-api.klaytnapi.com/v2/contract/nft/{nft-address}/holder' \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "address": "0x251f622e8b5e713f357e9c4d990e91da2f448134",
  • "totalHolder": 48
}