AnswerPool Company Peers
The most similar public companies to any ticker or CIK — same-industry candidates ranked by log-scale asset/revenue distance and margin from the full SEC XBRL corpus, each peer row carrying the numbers behind the ranking. One call replaces corpus loading and similarity modeling.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.05 USDC on Base to 0xb3ba…AED8c. The signed payment is good for 5 minutes.
- Paid to
- 0xb3ba…AED8c
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 50000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"as_of": "2026-09-02T21:00:00Z",
"count": 1,
"peers": [
{
"cik": "0001045810",
"name": "NVIDIA CORP",
"margin": 0.55,
"ticker": "NVDA",
"distance": 1.3072,
"assets_usd": 111000000000,
"similarity": 0.4334,
"revenue_usd": 130000000000,
"net_income_usd": 72000000000
}
],
"target": {
"cik": "0000320193",
"sic": "3571",
"name": "Apple Inc.",
"margin": 0.25,
"ticker": "AAPL",
"assets_usd": 365000000000,
"revenue_usd": 400000000000,
"sic_description": "Electronic Computers"
},
"frame_year": 2025,
"candidates_in_industry": 42
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"title": "PeersIn",
"properties": {
"cik": {
"anyOf": [
{
"type": "string",
"pattern": "^\\d{1,10}$",
"maxLength": 10
},
{
"type": "null"
}
],
"title": "Cik",
"default": null
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 20,
"maximum": 50,
"minimum": 1
},
"ticker": {
"anyOf": [
{
"type": "string",
"maxLength": 12
},
{
"type": "null"
}
],
"title": "Ticker",
"default": null
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"title": "PeersOutput",
"required": [
"as_of",
"target",
"frame_year",
"candidates_in_industry",
"count",
"peers"
],
"properties": {
"as_of": {
"type": "string",
"title": "As Of"
},
"count": {
"type": "integer",
"title": "Count"
},
"peers": {
"type": "array",
"items": {
"type": "object",
"title": "PeerRow",
"required": [
"cik",
"ticker",
"name",
"assets_usd",
"revenue_usd",
"net_income_usd",
"margin",
"distance",
"similarity"
],
"properties": {
"cik": {
"type": "string",
"title": "Cik"
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Name"
},
"margin": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Margin"
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ticker"
},
"distance": {
"type": "number",
"title": "Distance"
},
"assets_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Assets Usd"
},
"similarity": {
"type": "number",
"title": "Similarity"
},
"revenue_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Revenue Usd"
},
"net_income_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Net Income Usd"
}
}
},
"title": "Peers"
},
"target": {
"type": "object",
"title": "TargetBlock",
"required": [
"cik",
"ticker",
"name",
"sic",
"sic_description",
"assets_usd",
"revenue_usd",
"margin"
],
"properties": {
"cik": {
"type": "string",
"title": "Cik"
},
"sic": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sic"
},
"name": {
"type": "string",
"title": "Name"
},
"margin": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Margin"
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ticker"
},
"assets_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Assets Usd"
},
"revenue_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Revenue Usd"
},
"sic_description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sic Description"
}
}
},
"method_id": {
"type": "string",
"title": "Method Id",
"default": "sec_peers_rules_v1"
},
"disclaimer": {
"type": "string",
"title": "Disclaimer",
"default": "Similarity computed from public SEC XBRL facts and industry codes; a peer ranking is an analytical signal, not investment advice."
},
"frame_year": {
"type": "integer",
"title": "Frame Year"
},
"candidates_in_industry": {
"type": "integer",
"title": "Candidates In Industry"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-02 22:27Z
- Last indexed by Roundhouse
- 2026-09-24 14:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-11 15:16Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 22 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service AnswerPool Company Peers and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=AnswerPool%20Company%20Peers' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://answerpool.io/v1/peers/similar, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.