Skip to main content
GET
/
2
/
token
/
price-history
Get token price history
curl --request GET \
  --url https://demo-api.mobula.io/api/2/token/price-history
{
  "data": {
    "priceHistory": [
      [
        123
      ]
    ],
    "address": "<string>",
    "chainId": "<string>",
    "error": "<string>"
  }
}

Query Parameters

address
string
required

Token contract address

chainId
string

Blockchain chain ID (e.g., "evm:56", "solana:solana")

timeframe
enum<string>
required

Time range for price history

Available options:
5m,
15m,
1h,
24h,
7d,
30d,
1y

Response

200 - application/json

Token price history response

data
object
required