Returns holders of the PRIME token on Ethereum
Endpoint: primeHolders
Method: POST
Arguments
Name | Type | Description |
---|---|---|
cursor | String | Included in the results. Use the string as an argument to paginate through all the holders. |
Response
Name | Type | Description |
---|---|---|
balance | String! | The balance held by the wallet. |
firstHeldTimestamp | Int | The time that this address first held a token |
shiftedBalance | Float! | The balance held by the wallet, adjusted by the number of decimals in the token. |
tokenId | String! | The ID of the token (tokenAddress:networkId ). |
walletId | String! | The ID of the wallet (walletAddress:networkId ). |