ToolAssay

Crypto perpetual-futures funding-rate scanner — the top funding rates ranked acr

Crypto perpetual-futures funding-rate scanner — the top funding rates ranked across ~100 Binance perp markets (rate, 8h %, who-pays-who direction, mark price, next funding time). Spot funding arbitrage and crowded positioning in one call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
646 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://perpsignals.use.x402atlas.com/funding-rates

CategoryMarket data
Provider hostperpsignals.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

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

Example input (from the provider)

{
  "method": "GET",
  "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": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "count": {
              "description": "Number of rows returned in rates.",
              "type": "integer"
            },
            "queried_at": {
              "description": "UTC timestamp when this bridge queried the upstream.",
              "format": "date-time",
              "type": "string"
            },
            "rates": {
              "description": "Top funding rates ranked by magnitude.",
              "items": {
                "properties": {
                  "direction": {
                    "description": "Plain-English direction of the funding payment (e.g. shorts pay longs).",
                    "type": "string"
                  },
                  "funding_rate": {
                    "description": "Current funding rate as a percentage.",
                    "type": "number"
                  },
                  "funding_rate_8h": {
                    "description": "Funding rate over the next 8h window, formatted as a percentage string.",
                    "type": "string"
                  },
                  "mark_price": {
                    "description": "Current mark price for the symbol.",
                    "type": "number"
                  },
                  "next_funding_at": {
                    "description": "RFC3339 timestamp of the next funding event; omitted if the upstream reports none.",
                    "format": "date-time",
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Perpetual-futures trading symbol (e.g. BTCUSDT).",
                    "type": "string"
                  }
                },
                "required": [
                  "symbol",
                  "funding_rate",
                  "funding_rate_8h",
                  "direction",
                  "mark_price"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "scanned": {
              "description": "Total number of perpetual markets ranked by the upstream scan.",
              "type": "integer"
            }
          },
          "required": [
            "queried_at",
            "scanned",
            "count",
            "rates"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON