Abstract API
Activeby Orthogonal
Utility APIs: email reputation, company enrich, FX, phone, timezone, VAT, IP, IBAN, avatars.
CommunicationsMediaFinance
Endpoints · 14
Base URLhttps://x402.orthogonal.com
EndpointDescriptionPrice
GET/email-reputation/v1$0.005Get detailed reputation data for an email address including deliverability, quality score, and risk indicators.
GET/company-enrichment/v2$0.003Get detailed company information from a domain including name, logo, headcount, location, industry, and more.
GET/exchange-rates/v1/convert$0.001Convert an amount from one currency to another.
GET/exchange-rates/v1/historical$0.001Get exchange rates for a specific historical date.
GET/exchange-rates/v1/live$0.001Get the latest exchange rates for a given base currency.
GET/phone-intelligence/v1$0.005Get detailed intelligence about a phone number including carrier, line type, location, risk score, and breach data.
GET/timezone/v1/convert_time$0.002Convert time between two locations or timezones.
GET/timezone/v1/current_time$0.002Get the current time, date, and timezone for a location.
GET/vat-validation/v1/validate$0.002Validate a VAT number and get company details associated with it.
GET/vat-validation/v1/calculate$0.002Calculate VAT amount for a given price and country.
GET/vat-validation/v1/categories$0.002Get VAT rate categories for a specific country.
GET/ip-intelligence/v1$0.003Get geolocation and security intelligence for an IP address including VPN, proxy, Tor, and abuse detection.
GET/iban-validation/v1$0.002Validate an IBAN and retrieve associated bank details, country, and check digits.
GET/avatars/v1$0.001Generate an avatar image from a name or initials with customizable styling.
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/email-reputation/v1Response
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.005" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/email-reputation/v1 \ -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.
