ArbiPulse · Pairs
by ArbiPulse
$0.15
per call · USD Coin on Base
Statistical arbitrage — cointegrated pairs with z-score signals across crypto, equities, forex and DeFi. For quant and trading agents.
Endpoint
GET https://arbipulse.theaslangroupllc.com/api/pairs2
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://arbipulse.theaslangroupllc.com/api/pairs", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://arbipulse.theaslangroupllc.com/api/pairs?asset_a=BTC&asset_b=ETH&asset_class=crypto&lookback_days=30" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asset_a": "BTC",
"asset_b": "ETH",
"asset_class": "crypto",
"asset_class_specific_notes": "Crypto pairs are highly correlated in bull markets but diverge on asset-specific news (ETH upgrades, BTC halving). Trade through perpetual futures for easy short access.",
"current_signal": {
"current_relationship": "ETH is trading at a premium to its historical BTC ratio. ETH/BTC ratio elevated vs 30-day average.",
"estimated_z_score": 1.8,
"signal_strength": "moderate",
"spread_direction": "asset_b_premium"
},
"pair_statistics": {
"cointegration_assessment": "strong",
"estimated_correlation_30d": 0.87,
"historical_context": "BTC/ETH is one of the most studied crypto pairs. The ETH/BTC ratio (currently 0.052) oscillates between 0.04 and 0.07 across cycles.",
"mean_reversion_speed": "medium (1-7d)",
"typical_spread_behavior": "ETH typically prices at 6-8% of BTC value. Deviations >2 standard deviations historically revert within 2-7 days."
},
"pulse_suggestions": [],
"related_pairs_to_watch": [
"ETH/SOL",
"BTC/SOL",
"WBTC/WETH on-chain spread"
],
"risks": [
"Correlation can break permanently (e.g. ETH merge changed dynamics)",
"Crypto market structure shifts make historical z-scores unreliable",
"Both legs can move adversely in a flash crash"
],
"scan_time": "2026-06-06T12:00:00Z",
"size_guidance": {
"dollar_neutral": true,
"hedge_ratio": 1,
"max_position_size_pct_of_capital": 5,
"recommended_notional_per_leg": "$5,000-$50,000"
},
"trade_signal": {
"action": "long_a_short_b",
"entry_condition": "ETH/BTC ratio above 0.054 (current: 0.056)",
"estimated_profit_bps": 380,
"exit_condition": "ETH/BTC ratio returns to 0.052 (30d mean)",
"rationale": "ETH/BTC at 1.8 std devs above 30d mean. If historical correlation holds, ETH likely to underperform BTC short-term.",
"stop_loss_condition": "ETH/BTC ratio exceeds 0.060 (3 std devs)",
"typical_holding_period": "3-10 days"
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from ArbiPulse & similar services
ArbiPulse · FX Premium
arbipulse.theaslangroupllc.com
Stablecoin parallel-rate premium — how far the street price of a digital dollar (per-venue USDT quotes) diverges from the official FX rate in capital-controlled economies: venue table, median street rate, premium %, signal read. ARS, VES, BRL, COP, PEN, MXN, CLP, BOB; ARS includes the blue/MEP/CCL board. Live quotes, no LLM.
ArbiPulse · Calculator
arbipulse.theaslangroupllc.com
Itemized fee breakdown and net P&L for any arbitrage trade — fees, slippage and gas. For arbitrage and trading agents.
ArbiPulse · Spread Tick
arbipulse.theaslangroupllc.com
Cross-exchange spread tick — ONE $0.02 call returns the live executable spread for a pair across Binance, Coinbase, Kraken, Bybit: best bid venue, best ask venue, spread in bps, and a deterministic TRADE / THIN / NONE verdict. Built for arbitrage monitoring loops; escalate to /api/crypto ($0.07) for the full CEX arbitrage read with fees and transfer paths. 30s freshness, no LLM in the path.