Skip to main content
GET
Active window target prices
Building an algorithmic trading bot? For instant, real-time delivery of target prices the moment each window opens — with no polling and no rate limits — use the WebSocket API instead. Connect once, subscribe to your assets, and receive prices pushed directly to you as each market window starts.

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