Get summary for the token contract
Returns the total number of unique addresses holding balances and the total supply for the specified contract.
GET
TypeScript
Path Parameters
The blockchain base assetId
The contract address
Response
Successfully retrieved the summary for the token contract
The base asset ID
Example:
"ETH"
The contract address
Example:
"0x1234567890123456789012345678901234567890"
Total number of addresses with balances
Example:
150
The total supply of the token
Example:
"1000000000000000000000"
Previous
Get latest balances for all addresses holding tokens from a contractReturns the latest balance for each unique address with support for numeric balance sorting. The `prev` cursor is reserved for future support.
Next
TypeScript