ToolAssay

Crypto Perp Snapshot ($0.02/call)

Crypto Perp Snapshot ($0.02/call): One-call perpetual-futures snapshot for a coin (BTC, ETH, SOL, ...): funding rate and open interest across Binance, Bybit and OKX, aggregate OI, average funding (annualized) with a longs-pay/shorts-pay read, mark price, next funding time and the Fear & Greed index. Keyless public exchange data; normalized so a trading agent gets one JSON instead of three exchange schemas.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
25 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402.botsmith.dev/derivatives/perp

CategoryMarket data
Provider hostx402.botsmith.dev
Networkseip155:196, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 25 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "symbol": "BTC"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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": "Base coin symbol (USDT perp is assumed), e.g. BTC",
              "pattern": "^[A-Za-z0-9]{1,15}$",
              "type": "string"
            }
          },
          "required": [
            "symbol"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "aggregateOpenInterestBase": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ],
              "description": "Summed OI across venues, base units"
            },
            "avgFundingAnnualizedPct": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ]
            },
            "avgFundingRate": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ]
            },
            "fearGreed": {
              "anyOf": [
                {
                  "additionalProperties": false,
                  "properties": {
                    "classification": {
                      "type": "string"
                    },
                    "value": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "value",
                    "classification"
                  ],
                  "type": "object"
                },
                {
                  "type": "null"
                }
              ],
              "description": "Crypto Fear & Greed index (0-100)"
            },
            "fundingSkew": {
              "anyOf": [
                {
                  "enum": [
                    "longs pay",
                    "shorts pay",
                    "neutral"
                  ],
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "description": "Who pays funding now"
            },
            "markPrice": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ],
              "description": "Binance mark price (anchor)"
            },
            "nextFundingTime": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "description": "ISO time of the next funding"
            },
            "symbol": {
              "type": "string"
            },
            "venues": {
              "description": "Per-exchange funding, open interest and mark",
              "items": {
                "additionalProperties": false,
                "properties": {
                  "fundingRate": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "description": "Current funding rate (per interval, e.g. 8h)"
                  },
                  "fundingRateAnnualizedPct": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "description": "Funding annualized to a percent"
                  },
                  "markPrice": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "openInterestBase": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "description": "Open interest in base units"
                  },
                  "venue": {
                    "type": "string"
                  }
                },
                "required": [
                  "venue",
                  "fundingRate",
                  "fundingRateAnnualizedPct",
                  "openInterestBase",
                  "markPrice"
                ],
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "symbol",
            "markPrice",
            "nextFundingTime",
            "venues",
            "aggregateOpenInterestBase",
            "avgFundingRate",
            "avgFundingAnnualizedPct",
            "fundingSkew",
            "fearGreed"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type"

This page as JSON