x402 List

x402 Protocol Service Directory

Crypto Perp Signals

Finance

Pay-per-call API for crypto perpetual futures: funding rates ranked across roughly 100 Binance perp markets, the list of covered symbols, and the current Fear and Greed sentiment index, returned as structured JSON.

Pay from $0.005 to $0.02 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://perpsignals.use.x402atlas.com ENDPOINTS 3 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
411ms
avg response
228ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $0.02 (p36 in Finance)
price (min)
$0.005
price (max)
$0.02
category percentile (min)
p36 in Finance
category percentile (max)
p45 in Finance
endpoints / prices
3 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides cryptocurrency market sentiment data and funding rates for perpetual futures trading pairs

category
crypto-market-data
in
query params
auth
none
cryptomarket-sentimentfunding-ratesperpetual-futurestrading-pairs

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /fear-greed $0.005 Base/Solana USDC
GET /funding-rates $0.02 Base/Solana USDC
GET /pairs $0.005 Base/Solana USDC
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /fear-greed returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://perpsignals.use.x402atlas.com/fear-greed'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x82096bF08d81c14C678E915A04Fcf150958eE571",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://perpsignals.use.x402atlas.com/pairs",
      "mimeType": "application/json",
      "description": "Supported perpetual-futures trading pairs — the list of symbols (BTCUSDT, ETHUSDT, …) the funding-rate scanner and signals cover, as a clean snake_case envelope.",
      "serviceName": "Crypto Perp Signals — Funding Rates & Market Sentiment"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "count": 3,
              "pairs": [
                "BTCUSDT",
                "ETHUSDT",
                "SOLUSDT"
              ],
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "crypto",
          "perpetual-futures",
          "trading-pairs",
          "symbols",
          "futures",
          "binance",
          "supported-pairs"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "count",
                    "pairs"
                  ],
                  "properties": {
                    "count": {
                      "type": "integer",
                      "description": "Number of symbols in pairs."
                    },
                    "pairs": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "description": "Perpetual-futures symbols this API covers (e.g. BTCUSDT)."
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "UTC timestamp when this bridge queried the upstream."
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x82096bF08d81c14C678E915A04Fcf150958eE571",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://perpsignals.use.x402atlas.com/funding-rates",
      "mimeType": "application/json",
      "description": "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.",
      "serviceName": "Crypto Perp Signals — Funding Rates & Market Sentiment"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "rates": [
                {
                  "symbol": "TAIKOUSDT",
                  "direction": "shorts pay longs",
                  "mark_price": 0.1445,
                  "funding_rate": -2,
                  "funding_rate_8h": "-2.0000%",
                  "next_funding_at": "2026-07-01T16:00:00Z"
                }
              ],
              "scanned": 103,
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "funding-rate",
          "perpetual-futures",
          "funding",
          "crypto-derivatives",
          "perp",
          "funding-arbitrage",
          "binance",
          "funding-scanner"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "scanned",
                    "count",
                    "rates"
                  ],
                  "properties": {
                    "count": {
                      "type": "integer",
                      "description": "Number of rows returned in rates."
                    },
                    "rates": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "symbol",
                          "funding_rate",
                          "funding_rate_8h",
                          "direction",
                          "mark_price"
                        ],
                        "properties": {
                          "symbol": {
                            "type": "string",
                            "description": "Perpetual-futures trading symbol (e.g. BTCUSDT)."
                          },
                          "direction": {
                            "type": "string",
                            "description": "Plain-English direction of the funding payment (e.g. shorts pay longs)."
                          },
                          "mark_price": {
                            "type": "number",
                            "description": "Current mark price for the symbol."
                          },
                          "funding_rate": {
                            "type": "number",
                            "description": "Current funding rate as a percentage."
                          },
                          "funding_rate_8h": {
                            "type": "string",
                            "description": "Funding rate over the next 8h window, formatted as a percentage string."
                          },
                          "next_funding_at": {
                            "type": "string",
                            "format": "date-time",
                            "description": "RFC3339 timestamp of the next funding event; omitted if the upstream reports none."
                          }
                        }
                      },
                      "description": "Top funding rates ranked by magnitude."
                    },
                    "scanned": {
                      "type": "integer",
                      "description": "Total number of perpetual markets ranked by the upstream scan."
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "UTC timestamp when this bridge queried the upstream."
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x82096bF08d81c14C678E915A04Fcf150958eE571",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://perpsignals.use.x402atlas.com/fear-greed",
      "mimeType": "application/json",
      "description": "Crypto Fear & Greed index — the current market-sentiment score (0-100) and its label (Extreme Fear … Extreme Greed), as a clean snake_case envelope.",
      "serviceName": "Crypto Perp Signals — Funding Rates & Market Sentiment"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": "2026-07-01T00:00:00Z",
              "label": "Extreme Fear",
              "value": 19,
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "fear-and-greed",
          "crypto-sentiment",
          "market-sentiment",
          "fear-greed-index",
          "sentiment",
          "crypto",
          "index"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "value",
                    "label"
                  ],
                  "properties": {
                    "as_of": {
                      "type": "string",
                      "format": "date-time",
                      "description": "RFC3339 timestamp of the reading itself; omitted if the upstream timestamp is missing or unparseable."
                    },
                    "label": {
                      "type": "string",
                      "description": "Human-readable classification of the value (e.g. Extreme Fear, Extreme Greed)."
                    },
                    "value": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 0,
                      "description": "Fear & Greed index reading; low is fear, high is greed."
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "UTC timestamp when this bridge queried the upstream."
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 312ms avg07-21 · uptime 100.0% · 192ms avg07-2007-21
RESPONSE TIME
07-20 · 312ms avg07-20 · 312ms avg07-21 · 192ms avg07-21 · 192ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 216ms
TOTAL CHECKS 65

RECENT CHECKS

TIME STATUS RESP
● OK 154ms
● OK 174ms
● OK 228ms
● OK 128ms
● OK 192ms
● OK 118ms
● OK 121ms
● OK 221ms
● OK 139ms
● OK 118ms
● OK 261ms
● OK 269ms
● OK 240ms
● OK 278ms
● OK 181ms
● OK 210ms
● OK 158ms
● OK 113ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/crypto-perp-signals/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.00507-21 · $0.005$0.00507-2007-21

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
no on-chain volume yet

Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
no distinct buyers yet

Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that Crypto Perp Signals is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Crypto Perp Signals listed on x402-list
status
Crypto Perp Signals uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/crypto-perp-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/crypto-perp-signals.svg" alt="Crypto Perp Signals listed on x402-list" height="28">
</a>
// Markdown
[![Crypto Perp Signals on x402-list](https://x402-list.com/badge/crypto-perp-signals.svg)](https://x402-list.com/services/crypto-perp-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/crypto-perp-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/crypto-perp-signals.svg?data=uptime" alt="Crypto Perp Signals uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]