cURL
curl --request GET \ --url https://api.chainbase.online/v1/nft/owners \ --header 'x-api-key: <x-api-key>'
{ "data": [ { "address": "<string>", "total": 123 } ], "code": 0, "message": "ok" }
Get all owners for a specified NFT collection.
"demo"
chain network id, see list of details
The address of the NFT contract
The page offset
x >= 1
The desired page size limit. Less or equal than 100
1 <= x <= 100
Successful Response
Show child attributes