mirrored listing x402 eip155:8453

Compare current perpetual funding rates across Binance, Bybit, Hyperliquid, and, for singl

Compare current perpetual funding rates across Binance, Bybit, Hyperliquid, and, for single-symbol requests, OKX. Returns interval-normalized annualized rates, gross cross-venue spreads, source status, mark prices when available, and funding timestamps. Optional symbol query; no symbol returns the ten widest current spreads. Market data only, not financial advice.

Do you run x402.fablerlabs.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
7
calls / 30d
6
unique payers
2026-09-17
updated

Provider

x402.fablerlabs.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x65E3E64935eA709bDf1119E1fC991299c04c0154",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "symbol": "BTC"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-07-10T13:00:00.000Z",
          "requested_symbol": "BTC",
          "scope": "Current public perpetual-market snapshot; not financial advice.",
          "sources": [
            {
              "markets": 1,
              "status": "ok",
              "venue": "binance"
            },
            {
              "markets": 1,
              "status": "ok",
              "venue": "bybit"
            },
            {
              "markets": 1,
              "status": "ok",
              "venue": "hyperliquid"
            },
            {
              "markets": 1,
              "status": "ok",
              "venue": "okx"
            }
          ],
          "spreads": [
            {
              "gross_annualized_spread_pct": 8.2125,
              "highest_rate_venue": "bybit",
              "lowest_rate_venue": "hyperliquid",
              "symbol": "BTC",
              "venues": [
                {
                  "annualized_rate_pct": 10.95,
                  "funding_interval_hours": 1,
                  "funding_rate": 0.0000125,
                  "funding_rate_pct": 0.00125,
                  "mark_price_usd": 64355,
                  "next_funding_at": null,
                  "symbol": "BTC",
                  "venue": "hyperliquid"
                }
              ]
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "symbol": {
                  "description": "Optional perpetual base symbol such as BTC or ETH. Omit for a top-spreads overview.",
                  "pattern": "^[A-Za-z0-9]{2,15}$",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "as_of": {
                  "format": "date-time",
                  "type": "string"
                },
                "requested_symbol": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "scope": {
                  "type": "string"
                },
                "sources": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                },
                "spreads": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "required": [
                "as_of",
                "requested_symbol",
                "sources",
                "spreads",
                "scope"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402.fablerlabs.com/market/funding-spreads"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402.fablerlabs.com/market/funding-spreads");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402.fablerlabs.com/market/funding-spreads")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5314.json, and this resource appears in /discovery/resources and /discovery/search.