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
chainId
string
required
timeframe
enum<string>
Available options:
15m,
1h,
24h,
7d,
30d,
1y

Response

200 - application/json

Token price history response

data
object
required