A

Asistent Crypto · Data Funding BY Venue

by Asistent Crypto

POSTBase

$0.01

per call · USD Coin on Base

Funding rate and open interest for one coin, broken down venue by venue across Binance, Bybit, OKX and Hyperliquid, using each venue's largest-open-interest perpetual. Use it when venue divergence matters: one venue far more positive or negative than the rest is localised positioning, not market consensus — the setup that precedes a squeeze on that venue alone. Returns per-venue rows plus average funding, total open interest and the spread.

Endpoint

POST https://asistent-crypto.vercel.app/api/x402/data/funding-by-venue

4

Calls / 30d

2

Unique payers / 30d

Aug 25

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://asistent-crypto.vercel.app/api/x402/data/funding-by-venue", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "symbol": "BTC"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://asistent-crypto.vercel.app/api/x402/data/funding-by-venue" \
  -H "Content-Type: application/json" \
  -d '{"symbol":"BTC"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {},
  "ok": true,
  "tool": "get_derivatives"
}

Payment details

Pay to0xbeebd30639e99bbce11faa2b463fcccf6215831b
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 Asistent Crypto & similar services