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.
ASSESSMENT
updated 41m agoEvidence-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.
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-derivedProvides financial data APIs for stocks, cryptocurrencies, DeFi, and gas prices
- category
- financial-data
- in
- path
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| 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 |
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.
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
RECENT CHECKS
OVER TIME
All charts share the 30d 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).
Median across 10 endpoints. Use the selector to isolate one.
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
<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>
[](https://x402-list.com/services/tickersfeed?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<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>