Skip to main content
GET
/
2
/
market
/
ohlcv-history
Get market OHLCV history
curl --request GET \
  --url https://demo-api.mobula.io/api/2/market/ohlcv-history
{
  "data": [
    {
      "v": 123,
      "o": 123,
      "h": 123,
      "l": 123,
      "c": 123,
      "t": 123
    }
  ]
}

Query Parameters

address
string
required
chainId
string
required
from
to
period
string
amount
number | null
usd
default:true

Response

200 - application/json

Market OHLCV history response

data
object[]
required