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 |
|---|---|---|
| address | String! | The wallet address. |
| balance | String! | The balance held by the wallet. |
| balanceUsd | String | The balance held by the wallet in USD. |
| firstHeldTimestamp | Int | The time that this address first held a token. |
| networkId | Int! | The wallet network. |
| shiftedBalance | Float! | The balance held by the wallet, adjusted by the number of decimals in the token. |
| token | EnhancedToken | Metadata for the token. |
| tokenAddress | String! | The contract address of the token. |
| tokenId | String! | The ID of the token (
). |
| tokenPriceUsd | String | The token price in USD. |
| walletId | String! | The ID of the wallet (
). |