Get 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
balanceString!The balance held by the wallet.
shiftedBalanceFloat!The balance held by the wallet, adjusted by the number of decimals in the token.
tokenIdString!The ID of the token (tokenAddress:networkId).
walletIdString!The ID of the wallet (walletAddress:networkId).

Explore