Web3-Activations-Members
Get user ERC721 NFTs
Accounts
Realm-Members
Realms
Currencies
Twitter-Data
Web3-Data-Collections
Web3-Data-Wallets
Web3-Data-Nfts
Web3-Data-Tokens
Web3-Activations
Web3-Activations-Configs
Web3-Activations-Members
Get user ERC721 NFTs
Get user ERC721 NFTs with pagination
GET
/
api
/
v1
/
realms
/
{realmId}
/
web3
/
members
/
{dripId}
/
nfts
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/members/{dripId}/nfts \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"contractAddress": "<string>",
"chain": "ethereum",
"tokenId": "<string>",
"owner": "<string>",
"name": "<string>",
"description": "<string>",
"image": "<string>",
"attributes": [
{
"traitType": "<string>",
"value": "<string>",
"displayType": null
}
],
"balances": [
{
"realmPointId": "<string>",
"balance": 123,
"lastCredited": "2023-11-07T05:31:56Z",
"lastCreditedBy": 123,
"pointMetadata": {}
}
]
}
],
"meta": {
"totalCount": 123,
"hasNextPage": true,
"nextCursor": "<string>"
}
}
Authorizations
API Key
Query Parameters
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/members/{dripId}/nfts \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"contractAddress": "<string>",
"chain": "ethereum",
"tokenId": "<string>",
"owner": "<string>",
"name": "<string>",
"description": "<string>",
"image": "<string>",
"attributes": [
{
"traitType": "<string>",
"value": "<string>",
"displayType": null
}
],
"balances": [
{
"realmPointId": "<string>",
"balance": 123,
"lastCredited": "2023-11-07T05:31:56Z",
"lastCreditedBy": 123,
"pointMetadata": {}
}
]
}
],
"meta": {
"totalCount": 123,
"hasNextPage": true,
"nextCursor": "<string>"
}
}