Price
from $0.1500
up to $4.00 per request
Network
base
Category
other
On-chain txns
1
Uptime
100%
Avg latency
756ms
Checks
135
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Alt season index: BTC dominance trend, ETH/BTC ratio, top altcoin relative performance vs BTC. Is it alt season?
Spot vs futures basis for BTC and ETH. Positive basis = futures premium (bullish). Query: ?symbol=BTCUSDT
Bitcoin on-chain metrics: hash rate, difficulty, mempool size, next halving estimate, circulating supply.
Crypto correlation matrix API — rolling correlation between BTC and major altcoins. Portfolio diversification and pair trading signals for crypto markets.
BTC and ETH market dominance % with 24h change. Key macro signal for alt rotation.
Trading rules, tick sizes, lot sizes, and contract specs for a symbol. Query: ?symbol=BTCUSDT
Crypto Fear and Greed Index API — real-time market sentiment indicator for Bitcoin and crypto. Contrarian trading signal based on market psychology.
Funding rate history for a symbol. Query: ?symbol=BTCUSDT&limit=8 (last 8 funding periods)
Ethereum gas prices (slow/standard/fast) in Gwei. Useful for DeFi cost estimation.
Recent liquidation events from CoinGlass. Long/short liquidation volumes and cascade risk.
Crypto macro dashboard API — DXY, US10Y, Gold, SPX correlation with Bitcoin. Cross-asset macro signals for crypto traders. Real-time macro-to-crypto regime analysis.
Mark price, index price, and estimated next funding rate. Query: ?symbol=BTCUSDT
Crypto market summary API — top movers, volume leaders, BTC dominance, total market cap, and sector rotation. Real-time market overview for crypto trading desks.
OHLCV candlestick data for any symbol. Pass ?symbol=BTCUSDT&interval=1h&limit=24. Intervals: 1m,5m,15m,1h,4h,1d. Max 100 candles per call.
Open interest history over last N periods. Query: ?symbol=BTCUSDT&interval=1h&limit=24
Order book bid/ask depth with imbalance score. Query: ?symbol=BTCUSDT&depth=20
24h performance heatmap for portfolio of symbols. Query: ?symbols=BTC,ETH,SOL
Real-time spot prices for up to 20 crypto symbols in a single call. Pass ?symbols=BTC,ETH,SOL or leave blank for top 20 by volume. Returns price, 24h change %, 24h high/low.
Most recent trades for a symbol. Useful for detecting large block trades. Query: ?symbol=BTCUSDT&limit=20
Crypto funding rates API — top 10 perpetual futures funding rates across Binance. Identifies extreme longs/shorts for funding rate arbitrage strategies.
BTC regime classification history. Query: ?days=7
Technical analysis signals API — RSI, MACD, Bollinger Bands bundle for any crypto pair. Real-time trading indicators for Bitcoin and altcoins. Query by symbol and interval.
Bid-ask spread and market microstructure quality. Query: ?symbol=BTCUSDT
USDT and USDC 24h volume and market cap. Stablecoin inflows signal buying pressure.
Top 10 crypto gainers in the last 24h by % change. Query: ?limit=10
Top 10 crypto losers in the last 24h by % change. Query: ?limit=10
Bitcoin volatility analysis API — historical and implied vol, vol regime classification, and vol surface data. Crypto options and derivatives trading signal.
Top 10 assets by 24h USDT trading volume. Volume confirms momentum moves.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://x402.fiasignals.com \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://x402.fiasignals.comimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://x402.fiasignals.com", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.