NFT Holders by NFT id

NFT holders API gives a list of all the holders for a particular NFT. This gives an idea of which wallet address have held a particular API before

NFT Holders

GET https://stg-api.unmarshal.io/v1/"chain"/address/"address"/nftholders?tokenid=""&auth_key=""

Sample API request

https://stg-api.unmarshal.io/v1/ethereum/address/0xc051aab77edf25119b1a37740636ddbfb803c4e5/nftholders?tokenid=6623&auth_key=VGVtcEtleQ==

Path Parameters

NameTypeDescription

chain*

String

Supported Chains: bsc, ethereum, matic

address*

String

Contract Address of NFT

Query Parameters

NameTypeDescription

tokenid*

String

String of number representing the token id

auth_key

String

Your Auth Key to access the Unmarshal API

[
  "0x0000000000000000000000000000000000000000",
  "0xb5260101c139940b3cad3b47f5c1415d5b48529c"
]

Last updated