Nyne.ai

Active

by Orthogonal

Personal intelligence.

EnrichmentData

Endpoints · 28

Base URLhttps://x402.orthogonal.com/nyne
GET/person/enrichmentNot publishedPoll for person enrichment results using requestId.
POST/person/enrichmentNot publishedStart async person enrichment. Requires at least one of: email, phone, or social_media_url.
POST/company/funding$0.58Start async retrieval of company funding history and investment details.
GET/company/fundingNot publishedPoll for company funding results using requestId.
POST/company/funders$1.44Start async retrieval of investors and funders associated with a company.
GET/company/fundersNot publishedPoll for company funders results using requestId.
GET/person/social-profilesNot publishedPoll for social profiles results using requestId.
POST/person/social-profiles$0.36Start async retrieval of all social media profiles associated with a person.
GET/company/enrichmentNot publishedPoll for company enrichment results using requestId.
POST/company/enrichment$0.08Start async company enrichment. Requires at least one of: email, phone, or social_media_url.
GET/person/searchNot publishedPoll for person search results using requestId.
POST/person/searchNot publishedStart async person search by company name, role, geography, and person name. Returns requestId for polling. Pagination billing: call the first page normally and
GET/company/needsNot publishedPoll for company needs results using requestId.
POST/company/needs$0.22Start async analysis of company needs based on provided content.
GET/company/checksellerNot publishedPoll for checkseller results using requestId.
POST/company/checkseller$0.15Start async check if a company sells a specific product/service.
POST/person/interactions$0.22Start async retrieval of social media interactions. Requires social_media_url and type.
GET/person/interactionsNot publishedPoll for interactions results using requestId.
GET/company/searchNot publishedPoll for company search results using requestId.
POST/company/search$0.36Start async company search. Requires at least one of: industry or website_keyword.
GET/person/eventsNot publishedPoll for person events results using requestId.
POST/person/events$0.22Start async retrieval of life events and career milestones. Requires event parameter.
GET/person/interestsNot publishedPoll for interests results using requestId.
POST/person/interests$0.36Start async retrieval of interests, skills, and topics a person engages with.
GET/person/single-social-lookupNot publishedPoll for single social lookup results using requestId.
POST/person/single-social-lookup$0.15Start async lookup of a single social media profile. Requires both social_media_url and site.
GET/person/newsfeedNot publishedPoll for person newsfeed results using requestId.
POST/person/newsfeed$0.43Start async retrieval of social media newsfeed data from LinkedIn, Twitter, Instagram, GitHub, or Facebook profiles.

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/nyne/person/enrichment
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/nyne/person/enrichment \  -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.