E

eu-verify · Derivs Snapshot

by eu-verify

GETBase

$0.005

per call · USD Coin on Base

Normalized crypto perpetuals snapshot across Binance, Bybit and Hyperliquid in one call: current funding rate, funding interval, annualized funding (APR %), mark price, index price, premium/basis %, open interest (base units and USD). Query: ?symbols=BTC,ETH,SOL (max 10). JSON only, ~20s cache, partial results if a venue is down.

Endpoint

GET https://data.greeneris.io/v1/derivs/snapshot

1

Calls / 30d

1

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://data.greeneris.io/v1/derivs/snapshot", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/derivs/snapshot?symbols=BTC%2CETH%2CSOL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "failed": [],
  "rows": [
    {
      "funding_apr_pct": 10.95,
      "funding_interval_h": 8,
      "funding_rate": 0.0001,
      "index": 99980,
      "mark": 100000,
      "open_interest": 80000,
      "open_interest_usd": 8000000000,
      "premium_pct": 0.02,
      "symbol": "BTC",
      "venue": "binance"
    }
  ],
  "symbols": [
    "BTC"
  ],
  "venues_ok": [
    "binance"
  ]
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
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 eu-verify & similar services