x402 List

x402 Protocol Service Directory

TickersFeed

Finance PAYMENT-READY imported

payment-ready until 2026-08-20

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed

Pay-per-call market data API for AI agents: stock quotes, earnings and news, crypto prices, DeFi TVL and yields, gas prices, SEC filings and FX rates, plus AI generated analysis. Prices range from $0.001 to $0.08 USDC per call on Base.

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

first settlement 2026-05-03 · $14.51 all-time · settled via coinbase

BASE URL https://api.tickersfeed.net ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

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
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
589ms
avg response
272ms
total checks
2,145

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.001 to $0.008 (p8 in Finance)
price (min)
$0.001
price (max)
$0.008
category percentile (min)
p8 in Finance
category percentile (max)
p17 in Finance
endpoints / prices
10 / 5
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
98d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-05-04

Identity facts, not a risk score.

traction $8.81 30d · 52 buyers
volume 30d
$8.81
buyers 30d
52
settlements 30d
1,468
first settlement
2026-05-03
last settlement
2026-08-13
top buyer share
28% of 30d volume
trend 7d vs 30d
0.53x the 30d daily rate
networks
eip155:8453
volume all-time
$14.51
settlements all-time
2,531
median settlement 30d
$0.005
max settlement 30d
$0.08
settled via
coinbase ($8.81, 1,468 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

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

WHAT IT DOES

ai-derived

Provides financial market data including stock quotes, crypto prices, DeFi protocols, and gas prices through an API.

category
financial-data
in
path
auth
none
financestockscryptodefimarket-data

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 /crypto/1 $0.002 Base USDC header
GET /crypto/market $0.001 Base USDC header
GET /defi/protocols $0.001 Base USDC header
GET /gas $0.001 Base USDC header
GET /sec/1/financials $0.008 Base USDC header
GET /stock/1 $0.003 Base USDC header
GET /stock/1/earnings $0.003 Base USDC header
GET /stock/1/news $0.005 Base USDC header
GET /stock/MSFT/earnings $0.003 Base USDC header
GET /stock/USDC/news $0.005 Base USDC header
10 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://api.tickersfeed.net/crypto/1'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/stock/1/news",
      "tags": [
        "stock-news",
        "stocks",
        "equities",
        "sentiment",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Latest news for any US stock — top 10 articles from the last 7 days, with headline, summary, source, and URL. $0.005 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "symbol": "1"
            },
            "queryParams": {
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "symbol": "AAPL",
              "articles": [
                {
                  "source": "Reuters",
                  "datetime": 1700000000,
                  "headline": "Apple reports record earnings"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string",
                      "description": "Stock ticker symbol (e.g. AAPL, TSLA)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "stock-data",
        "routeTemplate": "/stock/:symbol/news"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/stock/1",
      "tags": [
        "stock-quotes",
        "stocks",
        "equities",
        "realtime",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Stock quote for any US symbol — real-time or 15-min delayed price, OHLC, high/low, previous close, and percent change. Covers NYSE, NASDAQ, AMEX (8,400+ symbols). $0.003 USDC delayed / $0.01 USDC real-time. Add ?tier=realtime for live prices.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "symbol": "1"
            },
            "queryParams": {
              "tier": "delayed",
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "tier": "delayed",
              "quote": {
                "c": 150,
                "h": 152,
                "l": 149,
                "o": 151,
                "dp": 0.33,
                "pc": 149.5
              },
              "symbol": "AAPL"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "tier": {
                      "type": "string",
                      "description": "15-min delayed (default) or realtime"
                    },
                    "symbol": {
                      "type": "string",
                      "description": "Stock ticker symbol (e.g. AAPL, TSLA, NVDA)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "stock-data",
        "routeTemplate": "/stock/:symbol"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/stock/1/earnings",
      "tags": [
        "earnings",
        "eps",
        "stocks",
        "fundamentals",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Earnings history for any US stock — last 4 quarters with actual vs estimate EPS, surprise, and surprise percent. Covers NYSE, NASDAQ, AMEX. $0.003 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "symbol": "1"
            },
            "queryParams": {
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "symbol": "AAPL",
              "earnings": [
                {
                  "actual": 1.64,
                  "period": "2024-09-30",
                  "estimate": 1.6,
                  "surprise": 0.04,
                  "surprisePercent": 2.5
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string",
                      "description": "Stock ticker symbol (e.g. AAPL, MSFT)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "stock-data",
        "routeTemplate": "/stock/:symbol/earnings"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/gas",
      "tags": [
        "gas",
        "ethereum",
        "base",
        "onchain",
        "crypto"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Real-time gas prices on Ethereum and Base. Returns base fee, priority fee, and EIP-1559 estimates in Gwei. $0.001 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "chains": {
                "base": {
                  "base_fee_gwei": 0.001
                },
                "ethereum": {
                  "base_fee_gwei": 5.2,
                  "priority_fee_gwei": 0.1,
                  "estimated_total_gwei": 5.3
                }
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "onchain-data"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/crypto/1",
      "tags": [
        "crypto-prices",
        "crypto",
        "cryptocurrency",
        "digital-assets",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Crypto price, market cap, 24h volume, and % change (1h/24h/7d) for any coin. 1,000+ coins supported. $0.002 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "symbol": "1"
            },
            "queryParams": {
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "name": "Bitcoin",
              "market": {
                "rank": 1,
                "price_usd": 60000,
                "change_24h": 1.5,
                "market_cap_usd": 1200000000000
              },
              "symbol": "BTC"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string",
                      "description": "Crypto symbol (e.g. BTC, ETH, SOL)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "crypto-data",
        "routeTemplate": "/crypto/:symbol"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/stock/MSFT/earnings",
      "tags": [
        "earnings",
        "eps",
        "stocks",
        "fundamentals",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Earnings history for any US stock — last 4 quarters with actual vs estimate EPS, surprise, and surprise percent. Covers NYSE, NASDAQ, AMEX. $0.003 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "symbol": "MSFT"
            },
            "queryParams": {
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "symbol": "AAPL",
              "earnings": [
                {
                  "actual": 1.64,
                  "period": "2024-09-30",
                  "estimate": 1.6,
                  "surprise": 0.04,
                  "surprisePercent": 2.5
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string",
                      "description": "Stock ticker symbol (e.g. AAPL, MSFT)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "stock-data",
        "routeTemplate": "/stock/:symbol/earnings"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/crypto/market",
      "tags": [
        "crypto-market",
        "crypto",
        "marketcap",
        "digital-assets",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Global crypto market overview — total market cap, 24h volume, Bitcoin dominance, and active coins. $0.001 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "market": {
                "total_market_cap_usd": 2500000000000,
                "bitcoin_dominance_pct": 52.3,
                "active_cryptocurrencies": 10000
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "crypto-data"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/defi/protocols",
      "tags": [
        "defi",
        "tvl",
        "protocols",
        "crypto",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Top DeFi protocols ranked by TVL. Includes category, chains, 1d/7d TVL change, and mcap/TVL ratio. Filterable by chain and category. $0.001 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "chain": "base",
              "limit": 10,
              "category": "Lending"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "protocols": [
                {
                  "name": "Aave",
                  "tvl_usd": 10000000000,
                  "category": "Lending",
                  "change_1d": 0.5
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "chain": {
                      "type": "string",
                      "description": "Filter by blockchain"
                    },
                    "limit": {
                      "type": "number",
                      "description": "Max results, up to 100 (default 20)"
                    },
                    "category": {
                      "type": "string",
                      "description": "Protocol category (DEX, Lending, Bridge, etc.)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "defi"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "8000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/sec/1/financials",
      "tags": [
        "sec",
        "financials",
        "fundamentals",
        "stocks",
        "valuation"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Company financials & fundamentals from SEC XBRL filings — revenue, net income, EPS, balance sheet (assets, liabilities, equity). For valuation and fundamental analysis of any US stock. $0.008 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "symbol": "1"
            },
            "queryParams": {
              "limit": 10,
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "symbol": "AAPL",
              "financials": {
                "revenue": [
                  {
                    "form": "10-K",
                    "value": 394328000000,
                    "period": "2024-09-30"
                  }
                ]
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "number",
                      "description": "Number of periods (default 4)"
                    },
                    "symbol": {
                      "type": "string",
                      "description": "Stock ticker symbol (e.g. AAPL, MSFT)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "sec-filings",
        "routeTemplate": "/sec/:symbol/financials"
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.tickersfeed.net/stock/USDC/news",
      "tags": [
        "stock-news",
        "stocks",
        "equities",
        "sentiment",
        "finance"
      ],
      "iconUrl": "https://tickersfeed.net/tf-icon.png",
      "mimeType": "application/json",
      "description": "Latest news for any US stock — top 10 articles from the last 7 days, with headline, summary, source, and URL. $0.005 USDC per call.",
      "serviceName": "TickersFeed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "symbol": "USDC"
            },
            "queryParams": {
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "symbol": "AAPL",
              "articles": [
                {
                  "source": "Reuters",
                  "datetime": 1700000000,
                  "headline": "Apple reports record earnings"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string",
                      "description": "Stock ticker symbol (e.g. AAPL, TSLA)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "stock-data",
        "routeTemplate": "/stock/:symbol/news"
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/tickersfeed/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-20 · uptime 100.0% · 174ms avg07-21 · uptime 100.0% · 190ms avg07-22 · uptime 100.0% · 207ms avg07-23 · uptime 100.0% · 231ms avg07-24 · uptime 100.0% · 216ms avg07-25 · uptime 100.0% · 222ms avg07-26 · uptime 100.0% · 232ms avg07-27 · uptime 100.0% · 285ms avg07-28 · uptime 100.0% · 260ms avg07-29 · uptime 100.0% · 324ms avg07-30 · uptime 100.0% · 292ms avg07-31 · uptime 100.0% · 339ms avg08-01 · uptime 100.0% · 283ms avg08-02 · uptime 100.0% · 246ms avg08-03 · uptime 100.0% · 295ms avg08-04 · uptime 100.0% · 352ms avg08-05 · uptime 100.0% · 358ms avg08-06 · uptime 100.0% · 305ms avg08-07 · uptime 100.0% · 350ms avg08-08 · uptime 100.0% · 257ms avg08-09 · uptime 100.0% · 252ms avg08-10 · uptime 100.0% · 273ms avg08-11 · uptime 100.0% · 271ms avg08-12 · uptime 100.0% · 246ms avg08-13 · uptime 100.0% · 252ms avg07-2008-13
90d UPTIME 100%
RESPONSE TIME
07-20 · 174ms avg07-20 · 174ms avg07-21 · 190ms avg07-21 · 190ms avg07-22 · 207ms avg07-22 · 207ms avg07-23 · 231ms avg07-23 · 231ms avg07-24 · 216ms avg07-24 · 216ms avg07-25 · 222ms avg07-25 · 222ms avg07-26 · 232ms avg07-26 · 232ms avg07-27 · 285ms avg07-27 · 285ms avg07-28 · 260ms avg07-28 · 260ms avg07-29 · 324ms avg07-29 · 324ms avg07-30 · 292ms avg07-30 · 292ms avg07-31 · 339ms avg07-31 · 339ms avg08-01 · 283ms avg08-01 · 283ms avg08-02 · 246ms avg08-02 · 246ms avg08-03 · 295ms avg08-03 · 295ms avg08-04 · 352ms avg08-04 · 352ms avg08-05 · 358ms avg08-05 · 358ms avg08-06 · 305ms avg08-06 · 305ms avg08-07 · 350ms avg08-07 · 350ms avg08-08 · 257ms avg08-08 · 257ms avg08-09 · 252ms avg08-09 · 252ms avg08-10 · 273ms avg08-10 · 273ms avg08-11 · 271ms avg08-11 · 271ms avg08-12 · 246ms avg08-12 · 246ms avg08-13 · 252ms avg08-13 · 252ms avg07-2008-13
AVG RESP 271ms
PRICE (captured 402, USD)
07-20 · $0.00308-13 · $0.003$0.00307-2008-13

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

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-2008-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)
05-19 · $0.0206-08 · $0.0106-09 · $0.0106-11 · $0.0106-13 · $0.0206-15 · $0.0106-16 · $0.0006-18 · $0.1106-19 · $0.3706-20 · $0.2206-21 · $0.1206-22 · $0.0606-23 · $0.0106-24 · $0.0506-25 · $0.2206-26 · $0.0006-27 · $0.0306-28 · $0.2406-29 · $0.0506-30 · $0.0507-01 · $0.2707-02 · $0.6107-03 · $0.2807-04 · $0.0707-05 · $0.3207-06 · $0.4107-07 · $0.4807-08 · $0.2007-09 · $0.4807-10 · $0.2007-11 · $0.1807-12 · $0.2907-13 · $0.1507-14 · $0.1107-15 · $0.6407-16 · $0.0807-17 · $0.1207-18 · $0.3507-19 · $0.4507-20 · $0.3207-21 · $0.6107-22 · $0.4707-23 · $0.2207-24 · $0.2007-25 · $0.3407-26 · $0.2407-27 · $0.3007-28 · $0.2307-29 · $207-30 · $0.2507-31 · $0.1208-01 · $0.1108-02 · $0.1108-03 · $0.1108-04 · $0.1308-05 · $0.1208-06 · $0.1708-07 · $0.1608-08 · $0.1408-09 · $0.1308-10 · $0.1708-11 · $0.1608-12 · $0.1808-13 · $0.14peak $205-1908-13
DISTINCT BUYERS
05-19 · 1 buyer06-08 · 1 buyer06-09 · 1 buyer06-11 · 1 buyer06-13 · 1 buyer06-15 · 2 buyers06-16 · 1 buyer06-18 · 21 buyers06-19 · 9 buyers06-20 · 30 buyers06-21 · 17 buyers06-22 · 12 buyers06-23 · 2 buyers06-24 · 5 buyers06-25 · 2 buyers06-26 · 1 buyer06-27 · 3 buyers06-28 · 17 buyers06-29 · 11 buyers06-30 · 12 buyers07-01 · 8 buyers07-02 · 14 buyers07-03 · 11 buyers07-04 · 5 buyers07-05 · 10 buyers07-06 · 11 buyers07-07 · 16 buyers07-08 · 19 buyers07-09 · 23 buyers07-10 · 14 buyers07-11 · 18 buyers07-12 · 15 buyers07-13 · 11 buyers07-14 · 14 buyers07-15 · 13 buyers07-16 · 7 buyers07-17 · 12 buyers07-18 · 7 buyers07-19 · 4 buyers07-20 · 4 buyers07-21 · 5 buyers07-22 · 6 buyers07-23 · 5 buyers07-24 · 4 buyers07-25 · 4 buyers07-26 · 3 buyers07-27 · 4 buyers07-28 · 6 buyers07-29 · 5 buyers07-30 · 4 buyers07-31 · 3 buyers08-01 · 7 buyers08-02 · 3 buyers08-03 · 2 buyers08-04 · 4 buyers08-05 · 3 buyers08-06 · 4 buyers08-07 · 4 buyers08-08 · 4 buyers08-09 · 5 buyers08-10 · 4 buyers08-11 · 4 buyers08-12 · 6 buyers08-13 · 5 buyerspeak 30 buyers05-1908-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-20 · 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 179ms
● OK 127ms
● OK 139ms
● OK 176ms
● SLOW 525ms
● OK 290ms
● OK 110ms
● OK 252ms
● OK 205ms
● OK 230ms
● OK 258ms
● OK 266ms
● SLOW 703ms
● OK 248ms
● OK 180ms
● OK 154ms
● OK 251ms
● OK 269ms

EMBED THIS BADGE

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

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