Skip to main content
GET
/
api
/
v1
/
targets
/
active
Active window target prices
curl --request GET \
  --url https://api.vatic.trading/api/v1/targets/active
{
  "now": "2025-04-07T12:00:00.000Z",
  "asset": "btc",
  "results": [
    {
      "marketType": "5min",
      "ok": true,
      "windowStart": 1744027500,
      "windowStartIso": "2025-04-07T12:05:00.000Z",
      "source": "chainlink",
      "price": 82450.75
    }
  ]
}

Query Parameters

asset
enum<string>
required

Asset symbol.

Available options:
btc,
eth,
sol,
xrp,
hype,
doge,
bnb
types
string

Comma-separated list of market types. Defaults to all: 5min,15min,1hour,4hour,daily.

Example:

"5min,15min"

Response

Active prices per market type