Fundable

Active

by Orthogonal

VC deal data.

Data

Endpoints · 13

Base URLhttps://x402.orthogonal.com/fundable
GET/industry/searchNot publishedSearch for industry permalinks to filter by
GET/location/searchNot publishedSearch for location permalinks to filter by
GET/company/dealsNot publishedGet entire funding history for a company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For l
GET/deals/{id}$0.07Get funding round by id
GET/investor$0.07Get investor by id
GET/investor/search$0.01Search for an investor id using fuzzy match or other identifiers
POST/dealsNot publishedSearch for funding rounds using filters Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For la
GET/company$0.07Get company by id, includes latest funding round
POST/companiesNot publishedSearch for companies using filters, includes latest funding round Pagination billing: call the first page normally and save billing.requestId from the Orthogona
GET/deals/{id}/investors$0.07Get investors in a funding round by id
GET/company/search$0.01Search for company id using fuzzy match or other identifiers
POST/investorsNot publishedSearch for investors using filters Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later p
GET/investor/dealsNot publishedGet investment firm's portfolio of investments Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response.

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/fundable/industry/search
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/fundable/industry/search \  -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.