OpenFunnel

Active

by Orthogonal

GTM intelligence.

Data

Endpoints · 7

Base URLhttps://x402.orthogonal.com/openfunnel
POST/api/v2/account/batchNot publishedFetch account records in bulk by account IDs or domains. Use this when you already know the companies and want OpenFunnel account details, signals, and optional
POST/api/v1/people/filtered-peopleNot publishedList people IDs that match structured filters from the people filters endpoint. Supports pagination and sorting, so it is useful for finding contacts by role, s
GET/api/v1/account/search-by-traitsNot publishedSearch companies by natural-language traits such as industry, product, business model, buyer, or technology usage. Use query and optional limit to return ranked
POST/api/v2/account/filtered-accountsNot publishedList account IDs that match structured account filters from the account filters endpoint. Supports pagination and sorting, so it is useful for browsing or expor
GET/api/v2/account/filtersNot publishedReturn the available account filter fields and allowed values for filtered account searches. Use this before filtered account search to build valid filter paylo
GET/api/v1/people/filtersNot publishedReturn the available people filter fields and allowed values for filtered people searches. Use this before filtered people search to build valid filter payloads
POST/api/v1/enrich/deep-enrich$0.13Start a background enrichment run for a company domain. OpenFunnel creates or finds the account, discovers intent signals, finds relevant people, and ICP-qualif

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/openfunnel/api/v2/account/batch
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/openfunnel/api/v2/account/batch \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.