U

Usenami · Arbitrage Funding

by Usenami

GETBase

$0.003

per call · USD Coin on Base

Cross-venue funding-rate arbitrage scan over all tracked crypto perpetuals: every ticker whose (max_rate − min_rate) across venues exceeds your threshold. Naive filter, no signal logic — gross spread, before fees, slippage and funding-interval differences.

Endpoint

GET https://api.usenami.io/v1/perp/arbitrage/funding

5

Calls / 30d

3

Unique payers / 30d

Sep 8

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/perp/arbitrage/funding", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.usenami.io/v1/perp/arbitrage/funding?limit=%5Bobject+Object%5D&min_diff=%5Bobject+Object%5D" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "min_diff": 0.0001,
  "opportunities": [
    {
      "max_rate": 0.0003,
      "max_venue": "binance",
      "min_rate": -0.0001,
      "min_venue": "okx",
      "spread": 0.0004,
      "spread_bps": 4,
      "ticker": "BTC",
      "updated_at": "2026-05-26T17:03:12Z",
      "venues_count": 18
    }
  ]
}

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