D

Defi Signals · Defi Funding Rates

by Defi Signals

GETBase

$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-rates

2

Calls / 30d

2

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xe72b85a97a6e19413d8b80633787eda6d6237a77
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of DeFi and the homepage with a featured placement.

Get featured →

More from Defi Signals & similar services