Skip to main content
GET
/
markets
/
{slug}
/
historical-price
Get Historical Prices
curl --request GET \
  --url https://api.limitless.exchange/markets/{slug}/historical-price
[
  {
    "title": "YES Token",
    "prices": [
      {
        "price": 0.75,
        "timestamp": "2024-01-15T10:30:00Z"
      }
    ]
  }
]

Path Parameters

Query Parameters

interval
enum<string>

Time interval for data points

Available options:
1h,
6h,
1d,
1w,
1m,
all

Response

200 - application/json

Historical price data

title
string
Example:

"YES Token"

prices
object[]