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 |
| The contract address of the token. |
name |
| The name of the token. |
symbol |
| The token symbol. |
priceUSD |
| The price of the token in USD. |
hourlyPercentChangeUSD |
| The hourly percent change of the token in USD. |
dailyPercentChangeUSD |
| The daily percent change of the token in USD. |
weeklyPercentChangeUSD |
| The weekly percent change of the token in USD. |
circulatingSupply |
| The circulating supply of the token. |
totalSupply |
| The total supply of the token. |
marketCapUSD |
| The market cap of the token in USD. |