Sixtyfour

Active

by Orthogonal

Research agent API.

Data

Endpoints · 4

Base URLhttps://x402.orthogonal.com/sixtyfour
POST/enrich-company$0.10Enrich company data with additional information and find associated people.
POST/find-emailNot publishedFind email address for a lead.
POST/find-phone$0.30The Find Phone API uses Sixtyfour AI to discover phone numbers for leads. It extracts contact information from lead data and returns enriched results with phone
POST/enrich-lead$0.10Enrich lead information with additional details such as contact information, social profiles, and company details.

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/sixtyfour/enrich-company
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.1" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/sixtyfour/enrich-company \  -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.