$0.005
per call · USD Coin on Base
Cross-venue perpetual funding rates (OKX, Kraken Futures, dYdX) for any major token. Per-venue annualized rates plus the cross-venue spread in percentage points — a ready-to-use funding arbitrage signal. Clean JSON for trading and research agents.
Endpoint
GET https://defi-signals.org/defi/funding-rates2
Calls / 30d
2
Unique payers / 30d
Sep 9
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://defi-signals.org/defi/funding-rates", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://defi-signals.org/defi/funding-rates?symbol=BTC" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"as_of": "2026-07-15T08:00:00Z",
"spread_annualized_pp": 5.87,
"symbol": "BTC",
"venues": [
{
"annualized_pct": 8.71,
"interval_hours": 8,
"rate": 0.0000795,
"venue": "okx"
}
]
}Payment details
0xe72b85a97a6e19413d8b80633787eda6d6237a77USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of DeFi and the homepage with a featured placement.
More from Defi Signals & similar services
Defi Signals · Market Snapshot
defi-signals.org
One-call market snapshot: BTC/ETH/SOL spot prices with 24h change plus the Crypto Fear & Greed index. The cheapest way for an agent to establish market context.
3Route · V6 1 Quote
3route.agents.bakingbad.dev
Price a swap without building a transaction. Returns expected input, output, and gas without constructing an executable transaction. Quotes are informational and can change with liquidity and chain state.
svm402-service · Analyze
svm402.com
Full analysis of a Solana token given its mint address — current price, liquidity, safety risk score, honeypot check, and top-holder concentration. Call this when you need a complete due-diligence report on one token. — $0.03 USDC