x402basequality 0.72

Derivatives dashboard: funding rates, open interest, long/short ratios, whale positions, and liquidations via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

The `/funding-rates` endpoint is part of Otto AI's x402 Agent Swarm, a suite of 30+ AI-powered crypto and DeFi endpoints accessible via x402 V2 micropayments. This specific endpoint provides a derivatives intelligence dashboard covering funding rates, open interest, long/short ratios, whale positions, and liquidation data. It accepts an optional `symbol` query parameter — omit it for a broad market overview, or pass a token symbol (e.g., BTC, ETH) for a detailed single-asset view. The endpoint costs $0.10 per call, paid in USDC on Base, Polygon, or Solana.

Payment follows the x402 V2 protocol: an initial GET returns a 402 with a `PAYMENT-REQUIRED` header containing base64-encoded payment options (EIP-3009 USDC, Permit2 ERC-20, or Solana USDC). The caller signs the payment and retries with a `PAYMENT-SIGNATURE` header. On success, the response includes a signed EIP-712 receipt in the `PAYMENT-RESPONSE` header as cryptographic proof of delivery. As a read-only data endpoint, it also supports Sign-In-With-X (SIWX): after one paid call, subsequent requests within one hour can use a wallet signature instead of paying again.

The response follows a standard envelope: `{"status": "success", "data": {...}}` where the `data` object contains the derivatives metrics. The endpoint is live and returns 402 when probed without payment. Otto AI also exposes these services via MPP at mpp.ottoai.services and supports on-chain reputation feedback via ERC-8004.

Capabilities

derivatives-datafunding-ratesopen-interestlong-short-ratioswhale-positionsliquidation-datax402-micropaymentusdc-paymentmulti-chain-paymentsiwx-repeat-accesseip-712-receiptspermit2-ready

Use cases

  • Monitoring perpetual futures funding rates across exchanges to identify arbitrage opportunities
  • Tracking open interest and long/short ratios to gauge market sentiment before entering trades
  • Detecting whale position changes and large liquidation events for risk management
  • Building automated trading strategies that react to derivatives market conditions
  • Generating daily derivatives market summaries for research or newsletter content

Fit

Best for

  • Crypto trading bots needing real-time derivatives intelligence
  • DeFi agents that incorporate funding rate signals into strategy execution
  • Market research tools aggregating derivatives metrics across venues

Not for

  • Traditional equities or forex derivatives data
  • Historical backtesting with granular time-series data (endpoint appears to return current snapshots)
  • Users who need free or API-key-based access without crypto wallet payments

Quick start

# 1. GET the endpoint to receive the 402 payment challenge
curl -i https://x402.ottoai.services/funding-rates

# 2. With optional symbol filter:
curl -i 'https://x402.ottoai.services/funding-rates?symbol=BTC'

# Returns 402 with PAYMENT-REQUIRED header.
# Decode header, sign USDC payment, retry with PAYMENT-SIGNATURE header.

Example

Response

{
  "data": {
    "description": "Derivatives intelligence: funding rates, open interest, long/short ratios, whale positions, and liquidations."
  },
  "status": "success"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808
CurrencyUSD COIN

Quality

0.72/ 1.00

Full OpenAPI 3.1 schema is available with clear endpoint descriptions, parameters, and pricing. The endpoint is live (402 challenge confirmed). However, the response data schema is generic (just `type: object`) with no detailed field definitions, and no concrete example response is available, so the exact shape of the derivatives data must be inferred from the description.

Warnings

  • Response data schema is untyped — the `data` field is described only as a generic object with no documented properties
  • No concrete example response available; actual field names and structure are unknown
  • SIWX repeat-access behavior and exact session duration (stated as 1 hour) are not independently verified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:07:26Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access