Skip to main content
GET
/
nft
/
owners
/
contract
cURL
curl --request GET \
  --url https://api.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=="
}

Authorizations

X-API-KEY
string
header
required

API key to access the API (Optional)

Response

200 - application/json
owners
object[]
required
cursor
string
required
Example:

"ALC_MHgyMzEyZjAwMTQ5ZDAxMDgwNmQ5ZWY2ZjNlYTMyMGViMWUxYTZiYzhlOjB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDFhYTpmYWxzZQ=="