cURL
curl --request GET \ --url https://demo-api.mobula.io/api/2/token/price-at
{ "data": { "priceUSD": 123, "timestamp": 123, "swapTimestamp": 123, "poolAddress": "<string>" } }
Retrieve the closest historical token price to a given unix timestamp.
x > 0
Token price at timestamp response
Show child attributes