cURL
curl --request GET \ --url https://demo-api.mobula.io/api/2/token/ath
{ "data": { "address": "<string>", "chainId": "<string>", "symbol": "<string>", "name": "<string>", "athUSD": 123, "atlUSD": 123, "athDate": "<string>", "atlDate": "<string>", "priceUSD": 0 }, "hostname": "<string>" }
Retrieve All-Time High (ATH) and All-Time Low (ATL) values for a token, including the dates when these price extremes were recorded.
Blockchain name or chain ID
Token contract address
Comma-separated list of currencies for price conversion
Token ATH/ATL response
Show child attributes