Signalbase
Activeby Orthogonal
Buying-intent signals.
Data
Endpoints · 9
Base URLhttps://x402.orthogonal.com/signalbase
EndpointDescriptionPrice
GET/signals/funding$0.08Fetch funding signals with filtering by date, country, round type, amount, industry, and more. Pagination billing: call the first page normally and save billing
POST/csv-enrichment$0.08Submit companies for batch enrichment with funding, acquisition, hiring, job change, and investor intelligence. 1 credit per job.
GET/csv-enrichment/{jobId}$0.08Poll enrichment job status and retrieve completed results. Free upstream (0 credits).
GET/signals/hiring$0.08Fetch hiring signals (open job postings) with position, department, seniority, and location filters. Pagination billing: call the first page normally and save b
GET/signals/investors$0.08Fetch investor data including VCs, angels, PE firms, corporate investors, accelerators, and more. Pagination billing: call the first page normally and save bill
GET/companies$0.08Browse and search companies with filtering by industry, size, location, and founding year. Pagination billing: call the first page normally and save billing.req
GET/signals/job-changes$0.08Fetch job change signals with role, department, seniority, and LinkedIn filters. Person names are GDPR-masked. Pagination billing: call the first page normally
GET/signals/acquisitions$0.08Fetch acquisition signals with filtering by date, country, deal amount, and company details. Pagination billing: call the first page normally and save billing.r
GET/people$0.08Discover people across employees and job-change subjects, filtered by title, function, seniority, geography, and signal activity. Pagination billing: call the f
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/signalbase/signals/fundingResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.08" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/signalbase/signals/funding \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny 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.