Skip to main content
GET
signals/series

Authorizations

X-Api-Key
string
header
required

API Key authentication. Include your API key in the X-Api-Key header for all requests.

Query Parameters

slug
string | null

Signal slug: alpha_quant, atr_vwma, pto, pressure, risk, altseason, correlation, crypto_index.

field
string | null

Field to extract from the signal series. Defaults to the canonical primary field of the slug.

asset
string | null

Cryptocurrency asset identifier (e.g. btc, eth, ada). Use lowercase ticker symbol.

sector
string | null

Sector name for crypto_index (e.g. 'Layer-1', 'AI', 'DeFi', 'Memecoins', 'Gaming', 'Infrastructure'). Required for crypto_index.

timeframe
string | null

Time bucket for aggregation. Available values vary per endpoint.

startDate
string<date-time> | null

Start date for filtering results (inclusive). Format: ISO 8601 date-time.

endDate
string<date-time> | null

End date for filtering results (inclusive). Format: ISO 8601 date-time.

limit
integer<int32> | null
symbol
string | null

Trading pair symbol (e.g. BTCUSDT). When omitted, data is aggregated across symbols.

period
integer<int32> | null

Time period for the requested metric. Available options: 1m (1 minute), 5m (5 minutes), 15m (15 minutes), 30m (30 minutes), 1h (1 hour), 4h (4 hours), 1d (1 day), 1w (1 week), 1M (1 month).

symbols
string | null
rsiPeriod
integer<int32> | null
factor
number<double> | null
atrPeriod
integer<int32> | null
atrFactor
number<double> | null
alpha
number<double> | null
vwmaPeriod
integer<int32> | null
smoothing
integer<int32> | null
upperCut
number<double> | null
lowerCut
number<double> | null
buyLevel
number<double> | null
sellLevel
number<double> | null
buyLen
integer<int32> | null
sellLen
integer<int32> | null
smoothPeriod
integer<int32> | null

Response

200 - application/json

OK

time
string<date-time>
value
number<double>