x402.orthogonal.com
Search companies with cursor-based pagination for large result sets. Accepts the same filters as /companies/search. No 10,000 result limit unlike the standard search endpoint. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request. | ERROR: Unable to calculate price.
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.01225 USDC on Base to 0xa136…Ec32a. The signed payment is good for 5 minutes.
- Paid to
- 0xa136…Ec32a
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 12250 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- EGXos4…neyAS
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 0xa136…Ec32a
- Token contract
- 0x7547…fb603
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xa136b6919A7b3C45c2c793B069ce6e3441AEc32a",
"amount": "12250",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "EGXos49BYZxMK64dh9niwvaF1jDc19mWRhjtrohneyAS",
"amount": "12250",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
{
"asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
"extra": {
"name": "USDC",
"version": "2"
},
"payTo": "0xa136b6919A7b3C45c2c793B069ce6e3441AEc32a",
"amount": "12250",
"scheme": "exact",
"network": "eip155:143",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"pageSize": 0
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"type": {
"type": "array",
"description": "The list of company types to filter by"
},
"lists": {
"type": "array",
"description": "The list IDs to filter by"
},
"query": {
"type": "string",
"description": "The search query to apply on the company name and domain"
},
"cities": {
"type": "array",
"description": "The city IDs to filter by"
},
"cursor": {
"type": "string",
"description": "The cursor to use for pagination. This is used for cursor based pagination. If this is set, Page will be ignored. For later cursor pages of the same logical search, keep non-pagination parameters unchanged and pass top-level parentRequestId from the first Orthogonal /v1/run response."
},
"states": {
"type": "array",
"description": "The state IDs to filter by"
},
"exclude": {
"type": "object",
"description": "Exclusion filters to apply on the companies. If a company matches any of the filters here, it will be excluded from the results."
},
"regions": {
"type": "array",
"description": "The region IDs to filter by"
},
"require": {
"type": "array",
"description": "The features that must exist for the company"
},
"revenue": {
"type": "array",
"description": "The list of revenue ranges to filter by"
},
"category": {
"type": "array",
"description": "The list of company categories to filter by"
},
"keywords": {
"type": "array",
"description": "The keywords to filter by"
},
"pageSize": {
"type": "integer",
"description": "REQUIRED. Number of results per page (1-100). Determines cost: 1 credit ($0.01225) per result returned. Total call cost = pageSize x per-result cost."
},
"countries": {
"type": "array",
"description": "The 2 letter country codes to filter by"
},
"employees": {
"type": "array",
"description": "The list of employee counts to filter by"
},
"naicsCode": {
"type": "array",
"description": "The NAICS codes to filter by. Can be 2 to 6 digit codes. In case of a 2-5 digit code, all 6 digit codes under it will be included"
},
"foundedYear": {
"type": "object",
"description": "The range of years"
},
"fundingYear": {
"type": "object",
"description": "The range of years"
},
"technologies": {
"type": "array",
"description": "The technologies to filter by"
},
"fundingAmount": {
"type": "object",
"description": "The funding amount range to filter by"
},
"fundingRounds": {
"type": "array",
"description": "The funding rounds to filter by"
},
"semanticQuery": {
"type": "string",
"description": "The semantic search query to find companies with. More natural language version of the standard query."
},
"workforceSize": {
"type": "array",
"description": "Filter companies by absolute workforce headcount. Multiple entries can be provided to filter on different departments simultaneously."
},
"semanticWeight": {
"type": "number",
"description": "The semantic weight to apply to the results. Must be between 0 and 1. 0.7 is default. Larger values will prioritize semantic similarity, smaller values will prioritize traditional search factors."
},
"workforceGrowth": {
"type": "object",
"description": "Filter companies by workforce growth percentage over a selected period and department."
},
"categoryOperator": {
"type": "string",
"description": "The operator to apply to the filters. Defaults to And."
},
"keywordsOperator": {
"type": "string",
"description": "The operator to apply to the filters. Defaults to And."
},
"technologiesOperator": {
"type": "string",
"description": "The operator to apply to the filters. Defaults to And."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-22 18:30Z
- Last indexed by Roundhouse
- 2026-09-24 09:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-22 19:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 404
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
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service x402.orthogonal.com 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=x402.orthogonal.com' 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://x402.orthogonal.com/company-enrich/companies/search/scroll, 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.