cURL
curl --request GET \ --url https://demo-api.mobula.io/api/2/token/price-at
{ "data": { "name": "<string>", "symbol": "<string>", "logo": "<string>", "priceUSD": 123, "marketCapUSD": 123, "marketCapDilutedUSD": 123, "timestamp": 123, "swapTimestamp": 123, "poolAddress": "<string>" } }
Retrieve the closest historical token price to a given unix timestamp.
Blockchain chain ID (e.g., "evm:56", "solana:solana")
Token contract address
Unix timestamp (seconds) for historical price lookup
x > 0
Token price at timestamp response
Show child attributes