x402 List

x402 Protocol Service Directory

toon.haus Financial Data API

Finance

Pay-per-call financial data API: stock quotes, metrics, earnings, insider transactions, SEC filings, options, market news, forex and crypto.

Pay from $0.001 to $0.01 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://finance.toon.haus ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 1h 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
201ms
avg response
137ms
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.01 (p13 in Finance)
price (min)
$0.001
price (max)
$0.01
category percentile (min)
p13 in Finance
category percentile (max)
p32 in Finance
endpoints / prices
10 / 3
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 $3.99 30d · 158 buyers
volume 30d
$3.99
buyers 30d
158
settlements 30d
1,048
last settlement
2026-07-21
top buyer share
61% of 30d volume
trend 7d vs 30d
0.34x 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 API services including stock quotes, metrics, earnings, news, options, price targets, and recommendations.

category
financial-data
stock-datafinancial-apimarket-newsearningsstock-metricsoptionsprice-targetsrecommendations

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 /api/market/news $0.005 Base USDC
GET /api/stock/earnings $0.005 Base USDC
GET /api/stock/insiders $0.005 Base USDC
GET /api/stock/metrics $0.005 Base USDC
GET /api/stock/news $0.005 Base USDC
GET /api/stock/options $0.01 Base USDC
GET /api/stock/peers $0.001 Base USDC
GET /api/stock/price-target $0.005 Base USDC
GET /api/stock/quote $0.001 Base USDC
GET /api/stock/recommendations $0.001 Base USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://finance.toon.haus/api/market/news'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/quote",
      "mimeType": "",
      "description": "Stock quote with company profile"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/options",
      "mimeType": "",
      "description": "Options chain with IV, volume, OI"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "date": {
                "type": "string",
                "description": "Expiration date YYYY-MM-DD"
              },
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/insiders",
      "mimeType": "",
      "description": "Insider transactions (P=buy,S=sell,M=exercise) + sentiment"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "to": {
                "type": "string"
              },
              "from": {
                "type": "string"
              },
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/price-target",
      "mimeType": "",
      "description": "Analyst target high/low/mean/median"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/recommendations",
      "mimeType": "",
      "description": "Analyst recommendations"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/market/news",
      "mimeType": "",
      "description": "Market news"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": {
                "type": "number"
              },
              "category": {
                "type": "string",
                "description": "general, forex, crypto, merger"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/earnings",
      "mimeType": "",
      "description": "EPS actuals vs estimates by quarter"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": {
                "type": "number",
                "description": "Number of quarters"
              },
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/metrics",
      "mimeType": "",
      "description": "P/E, PEG, margins, ROE, growth, beta"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/peers",
      "mimeType": "",
      "description": "Company peers"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              },
              "grouping": {
                "type": "string",
                "description": "industry, subIndustry, or sector"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xbc64b379295310b4e020F9186dE44Be0CA4fE3B0",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://finance.toon.haus/api/stock/news",
      "mimeType": "",
      "description": "Company news articles"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "to": {
                "type": "string"
              },
              "from": {
                "type": "string"
              },
              "limit": {
                "type": "number"
              },
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol (e.g. AAPL)"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 132ms avg07-21 · uptime 100.0% · 140ms avg07-2007-21
RESPONSE TIME
07-20 · 132ms avg07-20 · 132ms avg07-21 · 140ms avg07-21 · 140ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 137ms
TOTAL CHECKS 74

RECENT CHECKS

TIME STATUS RESP
● OK 128ms
● OK 133ms
● OK 180ms
● OK 95ms
● SLOW 216ms
● OK 158ms
● OK 85ms
● OK 161ms
● OK 139ms
● OK 130ms
● OK 160ms
● OK 151ms
● OK 72ms
● OK 142ms
● OK 101ms
● OK 134ms
● OK 123ms
● OK 108ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/toon-haus-financial-data-api/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.00507-21 · $0.005$0.00507-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)
06-21 · $0.1006-22 · $106-23 · $0.3006-24 · $0.4806-25 · $0.0806-26 · $0.0506-27 · $0.0306-28 · $0.0206-29 · $0.1006-30 · $0.1407-01 · $0.1207-02 · $0.0807-03 · $0.0707-04 · $0.0207-05 · $0.0507-06 · $0.0807-07 · $0.0407-08 · $0.0707-09 · $0.0407-10 · $0.0907-11 · $0.0907-12 · $0.1107-13 · $0.0807-14 · $0.0707-15 · $0.0707-16 · $0.0607-17 · $0.0407-18 · $0.0507-19 · $0.0307-20 · $0.0307-21 · $0.01peak $106-2107-21
DISTINCT BUYERS
06-21 · 3 buyers06-22 · 2 buyers06-23 · 3 buyers06-24 · 6 buyers06-25 · 7 buyers06-26 · 23 buyers06-27 · 24 buyers06-28 · 11 buyers06-29 · 39 buyers06-30 · 41 buyers07-01 · 34 buyers07-02 · 25 buyers07-03 · 25 buyers07-04 · 11 buyers07-05 · 13 buyers07-06 · 17 buyers07-07 · 10 buyers07-08 · 19 buyers07-09 · 13 buyers07-10 · 17 buyers07-11 · 23 buyers07-12 · 35 buyers07-13 · 28 buyers07-14 · 10 buyers07-15 · 6 buyers07-16 · 5 buyers07-17 · 3 buyers07-18 · 5 buyers07-19 · 1 buyer07-20 · 1 buyer07-21 · 1 buyerpeak 41 buyers06-2107-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 toon.haus Financial Data API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

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