Core APIReference
/token-holders
Gets all token holders across all Nest vaults, aggregated by address and token
Gets all token holders across all Nest vaults, aggregated by address and token
Response Body
application/json
application/json
curl -X GET "https://example.com/token-holders"{ "data": { "holders": [ { "address": "0x1234567890123456789012345678901234567890", "tokenAddress": "0xabcdef1234567890abcdef1234567890abcdef12", "balance": 1000.5, "value": 1050.525 } ], "count": 150 }}