x402 List

x402 Protocol Service Directory

chainfeed

Data PAYMENT-READY

payment-ready until 2026-08-20

Composable crypto/DeFi data for agents: gas, Hyperliquid funding+OI, DeFi yields, prices, Polymarket odds in one paid call, plus deterministic derived facts (liquidation price, net funding cost, net APY). x402 v2 exact on Base, settles via PayAI facilitator.

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

first settlement 2026-07-21 · $0.17 all-time · settled via payAI, coinbase

BASE URL https://chainfeed.leeworks.dev WEBSITE https://chainfeed.leeworks.dev ENDPOINTS 5 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-25 MONITORED SINCE 2026-07-25

ASSESSMENT

updated 57m ago

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

reliability 99.6%
uptime 24h
100%
uptime 7d
100%
uptime 30d
99.6%
uptime 90d
99.6%
response p95
282ms
avg response
219ms
total checks
1,712

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

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

jump to compliance checklist

price $0.01 to $0.02 (p53 in Data)
price (min)
$0.01
price (max)
$0.02
category percentile (min)
p53 in Data
category percentile (max)
p40 in Data
endpoints / prices
5 / 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.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.1683333333 30d · 3 buyers
volume 30d
$0.1683333333
buyers 30d
3
settlements 30d
17
first settlement
2026-07-21
last settlement
2026-08-06
top buyer share
74% of 30d volume
trend 7d vs 30d
0.51x the 30d daily rate
networks
eip155:8453
volume all-time
$0.17
settlements all-time
17
median settlement 30d
$0.10
max settlement 30d
$0.10
settled via
payAI ($0.66, 9 tx), coinbase ($0.35, 8 tx)

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

Currently sharing this payout address with agentmail, chainkit, difftool, jsonguard, x402 Agent-Commerce Starter + Platform Map.

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

WHAT IT DOES

ai-derived

Provides cryptocurrency and DeFi data including gas prices, funding rates, yields, and prices.

category
crypto-data
in
query params
cryptodefigasfundingyieldsprices

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 402 CHANNEL
GET /v1/funding $0.01 Base USDC header
GET /v1/gas $0.01 Base USDC header
GET /v1/prices $0.01 Base USDC header
POST /v1/query $0.02 Base USDC header
GET /v1/yields $0.01 Base USDC header
5 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://chainfeed.leeworks.dev/v1/funding'
// 402 response (captured by monitor) · 5 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xa8B061d96F69426f11bcC807BfA00f0AF79541a7",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "http://chainfeed.leeworks.dev/v1/query",
      "mimeType": "application/json",
      "description": "Composable crypto/DeFi data + deterministic derived facts (gas, perp funding/OI, DeFi yields, prices)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "coins": [
                "BTC",
                "ETH"
              ],
              "chains": [
                "base"
              ],
              "derive": [
                {
                  "fact": "liquidationPrice",
                  "debtUsd": 12000,
                  "collateralAmount": 10,
                  "collateralSymbol": "ETH",
                  "liquidationThreshold": 0.83
                },
                {
                  "coin": "BTC",
                  "fact": "netFundingCost",
                  "side": "long",
                  "hours": 8,
                  "notionalUsd": 10000
                },
                {
                  "fact": "gasCostEstimate",
                  "chain": "base",
                  "gasUnits": 150000
                }
              ],
              "symbols": [
                "ETH"
              ],
              "datapoints": [
                "gas",
                "funding",
                "prices"
              ]
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "asOf": "2026-07-23T00:00:00.000Z",
              "data": {
                "gas": {
                  "base": {
                    "chain": "base",
                    "gasPriceWei": "6000000",
                    "gasPriceGwei": 0.006,
                    "nativeSymbol": "ETH"
                  }
                },
                "prices": {
                  "prices": {
                    "coingecko:ethereum": {
                      "price": 1919.05,
                      "symbol": "ETH"
                    }
                  }
                },
                "funding": {
                  "funding": {
                    "BTC": {
                      "coin": "BTC",
                      "markPrice": 65000,
                      "openInterestUsd": 1234567,
                      "fundingRateHourly": 0.0000125
                    }
                  }
                }
              },
              "errors": [],
              "derived": [
                {
                  "ok": true,
                  "fact": "liquidationPrice",
                  "unit": "USD per unit of collateral",
                  "value": 1445.78,
                  "inputs": {
                    "debtUsd": 12000,
                    "collateralAmount": 10,
                    "liquidationThreshold": 0.83
                  },
                  "formula": "liquidationPrice = debtUsd / (collateralAmount * liquidationThreshold)"
                }
              ],
              "sources": {
                "gas": {
                  "ok": true
                },
                "prices": {
                  "ok": true
                },
                "funding": {
                  "ok": true
                }
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "properties": {
                    "coins": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "description": "Perp/price symbols (BTC, ETH, SOL...)"
                    },
                    "chains": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "description": "Chains for gas (base, ethereum)"
                    },
                    "derive": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "fact"
                        ],
                        "properties": {
                          "fact": {
                            "type": "string"
                          }
                        }
                      },
                      "description": "Deterministic derived facts to compute. fact in [liquidationPrice, netFundingCost, gasCostEstimate, netApy]"
                    },
                    "yields": {
                      "type": "object",
                      "properties": {
                        "chain": {
                          "type": "string"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "symbol": {
                          "type": "string"
                        },
                        "project": {
                          "type": "string"
                        },
                        "minTvlUsd": {
                          "type": "number"
                        }
                      },
                      "description": "Yield filter"
                    },
                    "symbols": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "description": "Symbols to price (mapped to price ids)"
                    },
                    "priceIds": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "description": "Raw DefiLlama price ids"
                    },
                    "datapoints": {
                      "type": "array",
                      "items": {
                        "enum": [
                          "gas",
                          "funding",
                          "yields",
                          "prices",
                          "predictions"
                        ],
                        "type": "string"
                      },
                      "description": "Which raw datasets to fetch and normalize"
                    },
                    "predictions": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "query": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xa8B061d96F69426f11bcC807BfA00f0AF79541a7",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "http://chainfeed.leeworks.dev/v1/gas",
      "mimeType": "application/json",
      "description": "Gas price for a chain"
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xa8B061d96F69426f11bcC807BfA00f0AF79541a7",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "http://chainfeed.leeworks.dev/v1/funding",
      "mimeType": "application/json",
      "description": "Perp funding rate + open interest"
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xa8B061d96F69426f11bcC807BfA00f0AF79541a7",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "http://chainfeed.leeworks.dev/v1/yields",
      "mimeType": "application/json",
      "description": "DeFi yields (filterable)"
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xa8B061d96F69426f11bcC807BfA00f0AF79541a7",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "http://chainfeed.leeworks.dev/v1/prices",
      "mimeType": "application/json",
      "description": "Spot USD prices"
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/chainfeed/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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-25 · uptime 100.0% · 231ms avg07-26 · uptime 100.0% · 222ms avg07-27 · uptime 100.0% · 212ms avg07-28 · uptime 96.7% · 201ms avg07-29 · uptime 100.0% · 210ms avg07-30 · uptime 100.0% · 191ms avg07-31 · uptime 100.0% · 197ms avg08-01 · uptime 100.0% · 230ms avg08-02 · uptime 100.0% · 217ms avg08-03 · uptime 100.0% · 260ms avg08-04 · uptime 100.0% · 222ms avg08-05 · uptime 100.0% · 317ms avg08-06 · uptime 95.6% · 271ms avg08-07 · uptime 100.0% · 202ms avg08-08 · uptime 100.0% · 209ms avg08-09 · uptime 100.0% · 221ms avg08-10 · uptime 100.0% · 212ms avg08-11 · uptime 100.0% · 176ms avg08-12 · uptime 100.0% · 193ms avg08-13 · uptime 100.0% · 175ms avg07-2508-13
30d UPTIME 99.6%
RESPONSE TIME
07-25 · 231ms avg07-25 · 231ms avg07-26 · 222ms avg07-26 · 222ms avg07-27 · 212ms avg07-27 · 212ms avg07-28 · 201ms avg07-28 · 201ms avg07-29 · 210ms avg07-29 · 210ms avg07-30 · 191ms avg07-30 · 191ms avg07-31 · 197ms avg07-31 · 197ms avg08-01 · 230ms avg08-01 · 230ms avg08-02 · 217ms avg08-02 · 217ms avg08-03 · 260ms avg08-03 · 260ms avg08-04 · 222ms avg08-04 · 222ms avg08-05 · 317ms avg08-05 · 317ms avg08-06 · 271ms avg08-06 · 271ms avg08-07 · 202ms avg08-07 · 202ms avg08-08 · 209ms avg08-08 · 209ms avg08-09 · 221ms avg08-09 · 221ms avg08-10 · 212ms avg08-10 · 212ms avg08-11 · 176ms avg08-11 · 176ms avg08-12 · 193ms avg08-12 · 193ms avg08-13 · 175ms avg08-13 · 175ms avg07-2508-13
AVG RESP 219ms
PRICE (captured 402, USD)
07-25 · $0.0108-13 · $0.01$0.0107-2508-13

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

SUB-SCORES (uptime + x402 compliance)
07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 99.0% compliance: 100% checks07-29 uptime: 99.2% compliance: 100% checks07-30 uptime: 99.4% compliance: 100% checks07-31 uptime: 99.5% compliance: 100% checks08-01 uptime: 99.5% compliance: 100% checks08-02 uptime: 99.6% compliance: 100% checks08-03 uptime: 99.6% compliance: 100% checks08-04 uptime: 99.7% compliance: 100% checks08-05 uptime: 99.7% compliance: 100% checks08-06 uptime: 99.4% compliance: 100% checks08-07 uptime: 99.4% compliance: 100% checks08-08 uptime: 99.4% compliance: 100% checks08-09 uptime: 99.5% compliance: 100% checks08-10 uptime: 99.5% compliance: 100% checks08-11 uptime: 99.5% compliance: 100% checks08-12 uptime: 99.6% compliance: 100% checks08-13 uptime: 99.6% compliance: 100% checksuptimecompliance07-2508-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
07-21 · $0.0107-23 · $0.0207-24 · $0.6307-27 · $0.0107-28 · $0.0107-29 · $0.2108-06 · $0.12peak $0.6307-2108-06

Shared payout address (5 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 6 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
07-21 · 1 buyer07-23 · 1 buyer07-24 · 2 buyers07-27 · 1 buyer07-28 · 1 buyer07-29 · 2 buyers08-06 · 2 buyerspeak 2 buyers07-2108-06

Shared payout address (5 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Per-service buyer and transaction counts are shown whole (integers), not divided; only volume is attributed pro-quota. A declared convention, not an individually observed measure.

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-25 · last up 2026-08-13

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 177ms
● OK 127ms
● OK 321ms
● OK 293ms
● OK 254ms
● OK 159ms
● OK 127ms
● OK 222ms
● OK 194ms
● OK 218ms
● OK 282ms
● OK 236ms
● OK 255ms
● OK 299ms
● OK 228ms
● OK 269ms
● OK 230ms
● OK 250ms

EMBED THIS BADGE

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

chainfeed listed on x402-list
status
chainfeed uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/chainfeed?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/chainfeed.svg" alt="chainfeed listed on x402-list" height="28">
</a>
// Markdown
[![chainfeed on x402-list](https://x402-list.com/badge/chainfeed.svg)](https://x402-list.com/services/chainfeed?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/chainfeed?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/chainfeed.svg?data=uptime" alt="chainfeed 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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/chainfeed/update.