U

Usenami · Funding Spread

by Usenami

GETBase

$0.001

per call · USD Coin on Base

Cross-venue funding-rate spread for one crypto perpetual: the highest- and lowest-paying venues and the gap between them in bps. Where a funding-arb screen starts, across both CEX and DEX perp venues.

Endpoint

GET https://api.usenami.io/v1/funding/spread/:symbol

2

Calls / 30d

2

Unique payers / 30d

Aug 27

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://api.usenami.io/v1/funding/spread/:symbol", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.usenami.io/v1/funding/spread/:symbol" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "max_rate": 0.0003,
  "min_rate": -0.0001,
  "spread_bps": 4,
  "symbol": "ETH-PERP",
  "venues": [
    {
      "rate": 0.0003,
      "venue": "binance"
    },
    {
      "rate": -0.0001,
      "venue": "okx"
    }
  ]
}

Payment details

Pay to0x1538726707212f4db3eb67cec0910422a310475c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Usenami & similar services