x402 List

x402 Protocol Service Directory

chainfeed

Data

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.22 all-time · last settled 2026-07-24

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 3h 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
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
211ms
avg response
211ms
total checks
1
compliance A (11/11)

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

jump to compliance checklist

price $0.01 to $0.02 (p60 in Data)
price (min)
$0.01
price (max)
$0.02
category percentile (min)
p60 in Data
category percentile (max)
p47 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
725d
registrar
CloudFlare, Inc.
hosting
custom
domain created
2024-07-30

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
2026-07-21
last settlement
2026-07-24
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0.22
settlements all-time
3
median settlement 30d
$0
max settlement 30d
$0
settled via
-

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.

Currently sharing this payout address with 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 crypto/DeFi data including gas prices, perpetual funding rates, open interest, DeFi yields, and spot prices.

category
crypto-data
in
query params and body
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
GET /v1/funding $0.01 Base USDC
GET /v1/gas $0.01 Base USDC
GET /v1/prices $0.01 Base USDC
POST /v1/query $0.02 Base USDC
GET /v1/yields $0.01 Base USDC
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 share the 30d window selected here. 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% · 202ms avg07-2507-25
30d UPTIME 100%
RESPONSE TIME
07-25 · 202ms avg07-25 · 202ms avg07-2507-25
AVG RESP 194ms
PRICE (captured 402, USD)
building price history ($0.01)

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

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
07-21 · $0.0107-23 · $0.0207-24 · $0.63peak $0.6307-2107-24

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

DISTINCT BUYERS
07-21 · 1 buyer07-23 · 1 buyer07-24 · 2 buyerspeak 2 buyers07-2107-24

Shared payout address (2 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 3 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

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (12) · click to expand
TIME STATUS RESP
● OK 200ms
● OK 215ms
● OK 97ms
● OK 118ms
● OK 240ms
● SLOW 298ms
● OK 154ms
● OK 122ms
● OK 196ms
● OK 224ms
● OK 251ms
● OK 211ms

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 ]