Live-streamed list of wallets that hold a given token. Also has the unique count of holders for that token.
This endpoint is available on Codex Growth and Enterprise Plans
Endpoint: onHoldersUpdated
Method: POST
Arguments
Name | Type | Description |
---|---|---|
tokenId | String! | Required |
Response
Name | Type | Description |
---|---|---|
balances | [Balance!]! | The list of wallets holding the token. |
holders | Int! | The number of different wallets holding the token. |
networkId | Int! | The network ID that the token is deployed on. |
tokenAddress | String! | The token's contract address. |
tokenId | String! | The ID of the token (tokenAddress:networkId ). |
Ask questions, share what you're working on and request new features đŦđ