Get onchain summary for a token
Returns the total number of unique holders and the total supply for the token contract.
GET
TypeScript
Path Parameters
The token link id
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 historical total supply for a tokenReturns paginated total supply history for the token contract with optional time-range filtering and binning.
Next
TypeScript