mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Cross-venue funding-rate arbitrage + crowded-positioning radar: live perp funding rates, o

Cross-venue funding-rate arbitrage + crowded-positioning radar: live perp funding rates, open interest, global & top-trader long/short ratios, whale positions, and liquidations across Binance, OKX, Bybit, Hyperliquid, and more. Omit symbol for the whole-market overview; pass one (e.g. BTC) for the per-exchange breakdown. (Hyperliquid-only perp data: use hyperliquid-market.)

Do you run x402.ottoai.services? 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
50
calls / 30d
27
unique payers
2026-09-18
updated

Provider

x402.ottoai.services · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "symbol": "BTC"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "data": {
            "fundingRates": [
              {
                "exchange": "Binance",
                "fundingRatePct": 0.01
              },
              {
                "exchange": "Hyperliquid",
                "fundingRatePct": -0.0021
              }
            ],
            "globalLongShort": {
              "longPct": 55.2,
              "ratio": 1.232,
              "shortPct": 44.8
            },
            "openInterest": [
              {
                "exchange": "Binance",
                "openInterestUsd": 8420500000
              }
            ],
            "report": "=== OTTO AI DERIVATIVES INTELLIGENCE ===\nSymbol: BTC\n\nFUNDING RATES BY EXCHANGE\n  [+] Binance: 0.0100%  (~11% APR cost to hold longs)\n  [+] Bybit:   0.0089%\n  [-] Hyperliquid: -0.0021%\n\nOPEN INTEREST BY EXCHANGE\n  Binance: $8,420.5M\n  OKX:     $2,110.3M\n\nGLOBAL LONG/SHORT RATIO\n  Longs: 55.2%  Shorts: 44.8%  Ratio: 1.23\nTOP-TRADER L/S: 0.92 (smart money leaning short)\n\nHYPERLIQUID WHALES: 3 positions > $5M (net long $42M)\nLIQUIDATIONS (24h): $128M long / $74M short",
            "symbol": "BTC",
            "whalePositions": [
              {
                "positionValueUsd": 12400000,
                "side": "long",
                "symbol": "BTC",
                "unrealizedPnlUsd": 318000,
                "user": "0x1f2a3b4c"
              }
            ]
          },
          "meta": {
            "degraded": false,
            "generatedAt": "2026-08-10T12:00:00.000Z",
            "sourceHealth": {
              "coinglass": "unknown"
            }
          },
          "status": "success"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "symbol": {
                  "description": "Token symbol for detailed view (optional — omit for market overview)",
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "data": {
                  "description": "Rendered report PLUS the same facts as machine-readable fields.",
                  "properties": {
                    "fearGreed": {
                      "description": "Overview mode only.",
                      "type": "object"
                    },
                    "fundingArbitrage": {
                      "description": "Overview mode only. spreadPct.",
                      "type": "array"
                    },
                    "fundingRates": {
                      "description": "Per-exchange. fundingRatePct is ALREADY a percent (0.0088 = 0.0088%) — do not rescale.",
                      "type": "array"
                    },
                    "globalLongShort": {
                      "description": "longPct/shortPct/ratio.",
                      "type": "object"
                    },
                    "liquidations24h": {
                      "description": "Overview mode only. USD totals.",
                      "type": "object"
                    },
                    "openInterest": {
                      "description": "Per-exchange openInterestUsd.",
                      "type": "array"
                    },
                    "report": {
                      "type": "string"
                    },
                    "symbol": {
                      "type": "string"
                    },
                    "topTraderLongShort": {
                      "description": "longPct/shortPct/ratio.",
                      "type": "object"
                    },
                    "whalePositions": {
                      "description": "Hyperliquid positions, USD.",
                      "type": "array"
                    }
                  },
                  "type": "object"
                },
                "meta": {
                  "description": "Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.",
                  "properties": {
                    "degraded": {
                      "type": "boolean"
                    },
                    "generatedAt": {
                      "type": "string"
                    },
                    "sourceHealth": {
                      "type": "object"
                    },
                    "stalenessSec": {
                      "type": [
                        "number",
                        "null"
                      ]
                    }
                  },
                  "required": [
                    "generatedAt",
                    "degraded",
                    "sourceHealth"
                  ],
                  "type": "object"
                },
                "report": {
                  "description": "DEPRECATED mirror of data.report — kept so pre-2026-08-10 integrations keep working.",
                  "type": "string"
                },
                "status": {
                  "enum": [
                    "success",
                    "failed"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "status",
                "data",
                "meta"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "builder-code": {
    "info": {
      "a": "bc_hc2dhq09"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "a": {
          "description": "App builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        },
        "s": {
          "description": "Service builder codes",
          "items": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "type": "array"
        },
        "w": {
          "description": "Wallet builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "offer-receipt": {
    "info": {
      "offers": [
        {
          "acceptIndex": 0,
          "format": "eip712",
          "payload": {
            "amount": "1000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "network": "eip155:8453",
            "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
            "resourceUrl": "https://x402.ottoai.services/funding-rates",
            "scheme": "exact",
            "validUntil": 1789764400,
            "version": 1
          },
          "signature": "0xd82165a51ff6fe2fff8e69da412b94eecf0ccdf5745f095b512efe7033a2c670012acdcb5762c2bd7f31742d47334805d7a5bf69f560a2880c4717f48372c5681c"
        },
        {
          "acceptIndex": 1,
          "format": "eip712",
          "payload": {
            "amount": "1000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "network": "eip155:8453",
            "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
            "resourceUrl": "https://x402.ottoai.services/funding-rates",
            "scheme": "exact",
            "validUntil": 1789764400,
            "version": 1
          },
          "signature": "0xd82165a51ff6fe2fff8e69da412b94eecf0ccdf5745f095b512efe7033a2c670012acdcb5762c2bd7f31742d47334805d7a5bf69f560a2880c4717f48372c5681c"
        },
        {
          "acceptIndex": 2,
          "format": "eip712",
          "payload": {
            "amount": "1000",
            "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
            "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
            "resourceUrl": "https://x402.ottoai.services/funding-rates",
            "scheme": "exact",
            "validUntil": 1789764400,
            "version": 1
          },
          "signature": "0x984e26753756a0e4587c2beb1b2a49bf15f58bb89ae16118b13126aaee04dd6f51430558597b755283dfb5d8b283b8fb91d39bc5804a0661cf2dedb6b58a0bfe1b"
        }
      ]
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "offers": {
          "items": {
            "properties": {
              "acceptIndex": {
                "type": "integer"
              },
              "format": {
                "type": "string"
              },
              "payload": {
                "properties": {
                  "amount": {
                    "type": "string"
                  },
                  "asset": {
                    "type": "string"
                  },
                  "network": {
                    "type": "string"
                  },
                  "payTo": {
                    "type": "string"
                  },
                  "resourceUrl": {
                    "type": "string"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "validUntil": {
                    "type": "integer"
                  },
                  "version": {
                    "type": "integer"
                  }
                },
                "required": [
                  "version",
                  "resourceUrl",
                  "scheme",
                  "network",
                  "asset",
                  "payTo",
                  "amount"
                ],
                "type": "object"
              },
              "signature": {
                "type": "string"
              }
            },
            "required": [
              "format",
              "signature"
            ],
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "offers"
      ],
      "type": "object"
    }
  },
  "otto-content-receipt": {},
  "sign-in-with-x": {
    "info": {
      "domain": "x402.ottoai.services",
      "issuedAt": "2026-09-18T20:41:40.282Z",
      "nonce": "cadd0b537e393d84358e5c41f9fd57b1",
      "resources": [
        "https://x402.ottoai.services/funding-rates"
      ],
      "statement": "Sign in to access Otto AI market intelligence",
      "uri": "https://x402.ottoai.services/funding-rates",
      "version": "1"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "address": {
          "type": "string"
        },
        "chainId": {
          "type": "string"
        },
        "domain": {
          "type": "string"
        },
        "expirationTime": {
          "format": "date-time",
          "type": "string"
        },
        "issuedAt": {
          "format": "date-time",
          "type": "string"
        },
        "nonce": {
          "type": "string"
        },
        "notBefore": {
          "format": "date-time",
          "type": "string"
        },
        "requestId": {
          "type": "string"
        },
        "resources": {
          "items": {
            "format": "uri",
            "type": "string"
          },
          "type": "array"
        },
        "signature": {
          "type": "string"
        },
        "statement": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "uri": {
          "format": "uri",
          "type": "string"
        },
        "version": {
          "type": "string"
        }
      },
      "required": [
        "domain",
        "address",
        "uri",
        "version",
        "chainId",
        "type",
        "nonce",
        "issuedAt",
        "signature"
      ],
      "type": "object"
    },
    "supportedChains": [
      {
        "chainId": "eip155:8453",
        "type": "eip191"
      },
      {
        "chainId": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "type": "ed25519"
      }
    ]
  }
}

Use it

curl

curl "https://x402.ottoai.services/funding-rates"
# -> 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.ottoai.services/funding-rates");
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.ottoai.services/funding-rates")
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/132.json, and this resource appears in /discovery/resources and /discovery/search.