ArbiPulse · Execute
by ArbiPulse
$0.75
per call · USD Coin on Base
Agent-ready execution package — calldata, gas estimates and a risk assessment for any arbitrage opportunity. Built for autonomous trading agents.
Endpoint
GET https://arbipulse.theaslangroupllc.com/api/execute2
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/execute", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://arbipulse.theaslangroupllc.com/api/execute?asset=BTC&chain=base&slippage_bps=50" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"abort_conditions": [
"Funding rate spread narrows below 0.02% net 8h",
"Price diverges >5% between legs",
"Either exchange restricts position"
],
"execution_id": "arb-20260606-btc-perps-hl-binance",
"execution_plan": {
"estimated_total_time": "5-10 minutes",
"steps": [
{
"action": "Fund Hyperliquid vault",
"calldata": null,
"contract_address": null,
"critical": true,
"description": "Transfer USDC to Hyperliquid L1 bridge: https://app.hyperliquid.xyz (no KYC required)",
"gas_estimate": 0,
"step": 1,
"value_eth": "0"
},
{
"action": "Open BTC-PERP long on Hyperliquid",
"calldata": "{\"type\":\"order\",\"asset\":\"BTC\",\"isBuy\":true,\"sz\":0.15,\"limitPx\":67850,\"orderType\":{\"limit\":{\"tif\":\"Gtc\"}}}",
"contract_address": null,
"critical": true,
"description": "Place $10,000 BTC-PERP long at market — will collect negative funding",
"gas_estimate": 0,
"step": 2,
"value_eth": "0"
},
{
"action": "Open BTCUSDT-PERP short on Binance",
"calldata": null,
"contract_address": null,
"critical": true,
"description": "Place matching $10,000 BTC short on Binance Futures — will receive positive funding",
"gas_estimate": 0,
"step": 3,
"value_eth": "0"
},
{
"action": "Monitor and rebalance",
"calldata": null,
"contract_address": null,
"critical": false,
"description": "Check positions every 8h at funding time. Rebalance if delta skews >2%.",
"gas_estimate": 0,
"step": 4,
"value_eth": "0"
}
],
"strategy": "Delta-Neutral Perps Carry",
"total_steps": 4
},
"financial_summary": {
"break_even_price": null,
"gas_cost_usd": 0,
"gross_profit_usd": 1640,
"net_profit_pct": 14.4,
"net_profit_usd": 1440,
"total_fees_usd": 200
},
"opportunity_summary": "Delta-neutral BTC carry: long Hyperliquid (funding -0.12%/8h) + short Binance (funding +0.045%/8h) = 62% APY",
"opportunity_type": "perps_funding_carry",
"pulse_suggestions": [],
"required_wallet_setup": [
"Hyperliquid: funded wallet — app.hyperliquid.xyz (no KYC)",
"Binance: verified account with futures enabled"
],
"risk_assessment": {
"execution_risk": "medium",
"market_risk": "medium",
"mev_risk": "low",
"mitigation": [
"Use limit orders to avoid slippage",
"Set stop-loss at 3% adverse move on either leg",
"Monitor funding rate reversal daily"
],
"overall_risk": "medium"
},
"transaction_parameters": {
"chain_id": 8453,
"deadline_seconds": 0,
"gas_price_gwei": 0.001,
"max_fee_per_gas_gwei": null,
"slippage_tolerance_bps": 50
},
"validation": {
"confidence": "high",
"still_valid": true,
"validation_notes": "Both funding rates confirmed live. Net 8h yield = 0.165%, annualized 60.7% APY."
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain 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.