x402 List

x402 Protocol Service Directory

TickersFeed

Finance

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://api.tickersfeed.net ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 41m 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
368ms
avg response
164ms
total checks
70
compliance A (11/11)

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

jump to compliance checklist

price $0.001 to $0.008 (p13 in Finance)
price (min)
$0.001
price (max)
$0.008
category percentile (min)
p13 in Finance
category percentile (max)
p23 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.

traction $0.69 30d · 4 buyers
volume 30d
$0.69
buyers 30d
4
settlements 30d
114
last settlement
2026-07-21
top buyer share
61% of 30d volume
trend 7d vs 30d
4.29x the 30d daily rate
networks
eip155:8453

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 data APIs for stocks, cryptocurrencies, DeFi, and gas prices

category
financial-data
in
path
auth
none
stockscryptodefigas-pricesfinancial-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
GET /crypto/1 $0.002 Base USDC
GET /crypto/market $0.001 Base USDC
GET /defi/protocols $0.001 Base USDC
GET /gas $0.001 Base USDC
GET /sec/1/financials $0.008 Base USDC
GET /stock/1 $0.003 Base USDC
GET /stock/1/earnings $0.003 Base USDC
GET /stock/1/news $0.005 Base USDC
GET /stock/MSFT/earnings $0.003 Base USDC
GET /stock/USDC/news $0.005 Base USDC
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
  }
]

UPTIME

07-20 · uptime 100.0% · 174ms avg07-21 · uptime 100.0% · 159ms avg07-2007-21
RESPONSE TIME
07-20 · 174ms avg07-20 · 174ms avg07-21 · 159ms avg07-21 · 159ms avg07-2007-21
90d UPTIME 100%
UPTIME 90D 100%
AVG RESP 165ms
TOTAL CHECKS 73

RECENT CHECKS

TIME STATUS RESP
● OK 170ms
● OK 166ms
● OK 224ms
● OK 197ms
● OK 133ms
● OK 194ms
● OK 190ms
● OK 159ms
● OK 176ms
● OK 239ms
● SLOW 249ms
● OK 157ms
● OK 202ms
● OK 165ms
● OK 182ms
● OK 169ms
● OK 156ms
● OK 200ms

OVER TIME

All charts share the 90d window selected here. 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).

PRICE (captured 402, USD)
07-20 · $0.00307-21 · $0.003$0.00307-2007-21

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% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-20 · $0.3207-21 · $0.37peak $0.3707-2007-21
DISTINCT BUYERS
07-20 · 4 buyers07-21 · 3 buyerspeak 4 buyers07-2007-21

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 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 ]