get https://api.amberdata.com/blockchains/tokens//supplies/latest
Retrieves the latest token supplies (and derivatives) for the specified address.
Blockchains Supported
This endpoint supports Ethereum and Polygon.
Response Data
Field | Type | Description |
---|---|---|
circulatingSupply | string | The total number of tokens in circulation. |
totalBurned | string | The total amount of tokens burned. |
totalMinted | string | The total amount of tokens minted. |
totalSupply | string | The total token supply. |
totalTransfers | string | The total number of tokens transferred. |