API Reference
Complete API documentation and reference
Get user ERC721 NFTs with pagination by a specific member of a specific activation
cURL
curl --request GET \ --url https://api.drip.re/api/v1/realms/{realmId}/web3/members/{dripId}/nfts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "balances": "<array>" } ], "meta": { "totalCount": 123, "hasNextPage": true, "nextCursor": "<string>" } }
API Key
Default Response
Show child attributes
Was this page helpful?