Get Owners of NFT Collection

Returns account addresses for all owners who own an asset in specified collection

Full Documentation >


Network
Network ID
Address
42 characters address with 0x prefix
Token ID
Token ID of the asset
Limit
The maximum number of items returned
Offset
Offset by this amount
Owner
An address or ENS (or ENS-like) domain
API Request
curl
JSON
axios
Golang
curl -X GET \ 
	/v2/ethereum-mainnet/0xed5af388653567af2f388e6224dc7c4b3241c544/nft/owners-of-collection \ 
	--header X-API-Key: test \ 
	-d '{
  "owner": "vitalik.eth"
}'
API Response
🏁 Ready