Prime Holders

Returns holders of the PRIME token on Ethereum

Endpoint: primeHolders

Method: POST

Arguments

NameTypeDescription
cursorString

Included in the results. Use the string as an argument to paginate through all the holders.

Response

NameTypeDescription
countInt!The number of holders returned.
cursorStringThe cursor to use for pagination.
items[Balance!]!A list of holders of PRIME. Each request returns 50 results.

NameTypeDescription
addressString!The wallet address.
balanceString!The balance held by the wallet.
firstHeldTimestampIntThe time that this address first held a token.
networkIdInt!The wallet network.
shiftedBalanceFloat!The balance held by the wallet, adjusted by the number of decimals in the token.
tokenAddressString!The contract address of the token.
tokenIdString!The ID of the token (tokenAddress:networkId).
walletIdString!The ID of the wallet (walletAddress:networkId).

Explore