Get the number of MT owners

Fetch the number of owners of all MTs issued by the MT contract.

Request
Security:
path Parameters
mt-address
required
string

MT Contract address

header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Responses
200
400
404
get/v2/contract/mt/{mt-address}/holder
Request samples
curl -i -X GET \
  -u <username>:<password> \
  'https://th-api.klaytnapi.com/v2/contract/mt/{mt-address}/holder' \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "address": "0x251f622e8b5e713f357e9c4d990e91da2f448134",
  • "totalHolder": 48
}