curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/nft/owners/contract \
--header 'X-API-KEY: <api-key>'{
"owners": [
{
"ownerAddress": "0x18a808dd312736fc75eb967fc61990af726f04e4",
"quantity": "18",
"acquiredDate": "2022-05-10T02:22:25Z"
}
],
"cursor": "ALC_MHgyMzEyZjAwMTQ5ZDAxMDgwNmQ5ZWY2ZjNlYTMyMGViMWUxYTZiYzhlOjB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDFhYTpmYWxzZQ=="
}Get list of wallet addresses owning one or more of the contract’s nfts.
curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/nft/owners/contract \
--header 'X-API-KEY: <api-key>'{
"owners": [
{
"ownerAddress": "0x18a808dd312736fc75eb967fc61990af726f04e4",
"quantity": "18",
"acquiredDate": "2022-05-10T02:22:25Z"
}
],
"cursor": "ALC_MHgyMzEyZjAwMTQ5ZDAxMDgwNmQ5ZWY2ZjNlYTMyMGViMWUxYTZiYzhlOjB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDFhYTpmYWxzZQ=="
}API key to access the API (optional)
Was this page helpful?