get https://api.amberdata.com/market/tokens/prices//latest
Retrieves the latest price (and other market information) for the specified token.
Tokens with no activity in the past 24 hours are ignored.
Response Data
Field | Type | Description |
---|---|---|
address | string | The contract address of the token. |
name | string | The name of the token. |
symbol | string | The token symbol. |
priceUSD | string | The price of the token in USD. |
hourlyPercentChangeUSD | string | The hourly percent change of the token in USD. |
dailyPercentChangeUSD | string | The daily percent change of the token in USD. |
weeklyPercentChangeUSD | string | The weekly percent change of the token in USD. |
circulatingSupply | string | The circulating supply of the token. |
totalSupply | string | The total supply of the token. |
marketCapUSD | string | The market cap of the token in USD. |