Aviato
Activeby Orthogonal
Startup / investor data.
Data
Endpoints · 25
Base URLhttps://x402.orthogonal.com/aviato
EndpointDescriptionPrice
GET/social/post/{postUrn}/reactions$0.08Get reactions for a LinkedIn post. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later p
GET/social/post/{postUrn}/reshares$0.08Get reshares for a LinkedIn post. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later pa
GET/person/vestings$0.16Get vestings of a person. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offs
GET/person/simple/search$0.02Simplified person search with pre-defined query parameters. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/
GET/company/funds$0.08Get funds that a company has raised. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later
GET/company/funding-rounds$0.08Get funding rounds of the specified company. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. F
GET/person/email$0.04Get a person's email addresses.
GET/social/post/{postUrn}/comments$0.08Get comments for a LinkedIn post. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later pa
GET/company/acquisitions$0.12Get companies acquired by the specified company. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run respons
GET/social/person/posts$0.08Get posts from a person's LinkedIn profile. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. Fo
GET/person/investments/funds$0.02Get funds that a person has invested in. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For l
GET/company/employees$0.02Get employees of the specified company. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For la
GET/company/investments$0.04Get investments made into the specified company. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run respons
GET/company/investments/funds$0.04Get individual funds that a company has invested in (e.g. Sequoia's Growth Fund). Pagination billing: call the first page normally and save billing.requestId fr
GET/company/enrich$0.12Get enriched details on a company. Pass any identifier (id, linkedinURL, website, etc.).
POST/company/search$0.02Search for companies using Aviato DSL. Pass dsl object with filters, limit, and offset inside it.
GET/person/founded-companies$0.02Get companies that a person has founded. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For l
POST/marketmap/generate$0.20Start generating a market map to find similar companies. Supply name+website or an Aviato company ID.
GET/company/founders$0.02Get founders of the specified company. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For lat
GET/person/investments/companies$0.02Get companies that a person has invested in. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. F
GET/geocoder/search$0.01Search for a location and get geocoded matches. Use the geocoded ID with person/company search locationIDList filter.
POST/person/search$0.02Search for people using Aviato DSL. Pass dsl object with filters, limit, and offset inside it.
GET/company/investments/outbound$0.04Get outbound investments that a company has made. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run respon
GET/social/company/posts$0.08Get posts from a company's LinkedIn page. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For
GET/person/enrich$0.03Get enriched details on a person. Pass any identifier.
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/aviato/social/post/{postUrn}/reactionsResponse
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/aviato/social/post/{postUrn}/reactions \ -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.
