Skip to main content
GET
/
api
/
v1
/
markets
/
timestamps
Market window timestamps for a day
curl --request GET \
  --url https://api.vatic.trading/api/v1/markets/timestamps
{
  "now": "2025-04-07T12:00:00.000Z",
  "asset": "btc",
  "utc_date": "2025-04-07",
  "day_start_unix": 1744012800,
  "day_end_unix": 1744099200,
  "intervals": [
    "5min"
  ],
  "data": {
    "5min": {
      "count": 288,
      "chronological_order": [
        {
          "index": 1,
          "timestamp_start": 1744012800,
          "timestamp_end": 1744013100,
          "start_iso": "2025-04-07T00:00:00.000Z",
          "end_iso": "2025-04-07T00:05:00.000Z",
          "slug": "btc-updown-5m-1744012800",
          "url": "https://polymarket.com/event/btc-updown-5m-1744012800"
        }
      ]
    }
  }
}

Query Parameters

asset
enum<string>
required
Available options:
btc,
eth,
sol,
xrp,
hype,
doge,
bnb
intervals
string

Comma-separated interval types. Defaults to all. Also accepts singular interval.

Example:

"5min,15min,1hour,4hour,daily"

date
string

UTC date in YYYY-MM-DD format. Defaults to today.

Example:

"2025-04-07"

Response

Window timestamps grouped by interval