← Marketplace

Kronossignals

Kronossignals is an x402-native service at https://kronossignals.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Alerts Btc
Real-time Bitcoin (BTC) market-regime alerts: volatility squeeze, breakout, funding-rate extreme, open-interest surge — derived from live derivatives data. Event feed for crypto trading agents. Pay-per-call via x402 on Base USDC.
/m/bz-kronossignals-com/api/v1/alerts/btc0.02 USDC
V1 Fear Greed
Crypto Fear & Greed Index: alternative.me score (0-100) plus Kronos-owned context (BTC funding sentiment, OI 1h trend, 24h price momentum). Not a pure proxy — adds proprietary derivative signals. Pay-per-call via x402.
/m/bz-kronossignals-com/api/v1/fear-greed0.03 USDC
Forecast Btc
Real-time and ML-forecasted Bitcoin (BTC) price. Kronos deep-learning model: up-probability, expected close, price range, p10-p90 quantiles, forward volatility across 1h/4h/24h horizons. Crypto price prediction / price forecast API for AI agents and trading bots. Pay-per-call via x402 on Base USDC. Live track record at /api/stats: ~54% directional hit, ~70% in-range over 15k+ scored forecasts — me
/m/bz-kronossignals-com/api/v1/forecast/btc0.05 USDC
Funding Arb Btc
Cross-venue funding arbitrage signal from real-time 8h-equivalent funding rates on Binance, OKX, Bybit, KuCoin, Bitget and Hyperliquid. Returns the gross and net-of-fees spread between the best short venue and best long venue (gross_spread_bps, net_spread_bps after a 20 bps round-trip fee estimate), spread_8h_normalized, venues_count, per-venue rates with funding_interval_hours, annualized_pct, an
/m/bz-kronossignals-com/api/v1/funding-arb/btc0.02 USDC
V1 Funding Extremes
Crypto funding-rate extremes screener: scans all 16 perpetual futures markets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT). Uses z-score (30-day baseline) to identify statistically extreme funding: |z|≥2 = extreme, |z|≥3 = critical. Returns only assets clearing the threshold. Real-time from Kronos market_signals (Bybit data). Pay-per-call via x402.
/m/bz-kronossignals-com/api/v1/funding-extremes0.02 USDC
Liquidations Btc
Forward liquidation cluster map + recent prints for all 16 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA
/m/bz-kronossignals-com/api/v1/liquidations/btc0.02 USDC
Liquidations Eth
Forward liquidation cluster map + recent prints for all 16 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA
/m/bz-kronossignals-com/api/v1/liquidations/eth0.02 USDC
Liquidations Sol
Forward liquidation cluster map + recent prints for all 16 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA
/m/bz-kronossignals-com/api/v1/liquidations/sol0.02 USDC
V1 Macro
TradFi macro context for crypto traders and agents: VIX (fear gauge), DXY (US Dollar Index), US 10-Year yield, S&P 500 (SPX), and gold. Sourced from stooq.com and Yahoo Finance in parallel with 15-minute caching. All fields are null if sources are unreachable — never fabricated. $0.02 USDC via x402.
/m/bz-kronossignals-com/api/v1/macro0.02 USDC
Price Btc
Multi-source volume-weighted median (VWM) spot price for 16 crypto assets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT). Aggregates Binance, Coinbase, Kraken, and OKX in parallel (2 s timeout per source). Includes 1% outlier rejection, cross-exchange spread %, confidence grading (high/medium/low), and per-source USD volume weights. Kaiko-style reference pricing — $0.02/cal
/m/bz-kronossignals-com/api/v1/price/btc0.02 USDC
Signals Btc
Real-time crypto derivatives signals for BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT-USD: perpetual futures funding rate (raw + annualized), next_funding_time, funding_interval_hours, open interest and 1h change, basis (perp vs index), funding-rate trend. Live data from Bybit/OKX via Kronos market_signals. Pay-per-call via x402.
/m/bz-kronossignals-com/api/v1/signals/btc0.02 USDC
V1 Stablecoins
Stablecoin market cap, top-10 breakdown by dominance, and 7d/30d supply flows (mint/burn) via DeFiLlama. Shows total stablecoin market cap, per-coin dominance %, and net capital entering/leaving crypto. 15-minute caching. Never fabricated — returns available:false when sources are unreachable. $0.02 USDC via x402.
/m/bz-kronossignals-com/api/v1/stablecoins0.02 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-kronossignals-com/api/v1/alerts/btc')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-kronossignals-com/api/v1/alerts/btc
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …