← Marketplace

Lionx402

Lionx402 is an x402-native service at https://lionx402.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
X402 Company Enrich
Org enrich / company enrichment by domain or name. Firmographics pack: name, employees, country, industry, website. $0.04 keyless x402. Apollo-shaped optional (format=apollo_org). ?identifier=stripe.com
/m/bz-lionx402-com/api/x402/company-enrich0.04 USDC
X402 Company Research
Company research / org enrich / firmographics for AI agents. KYB vendor intel by domain or name: employees, country, industry, website, domain trust. $0.03 keyless Base USDC. Use before people enrichment. ?q=stripe.com
/m/bz-lionx402-com/api/x402/company-research0.03 USDC
X402 Composite Bundle Json
Multi-chain keyless RPC + Ed25519-attested enrichment, one call
/m/bz-lionx402-com/api/x402/composite-bundle-json0.001 USDC
X402 Domain Intel Json
Live domain trust signals: DNS (MX/SPF/DMARC/A) + HTTPS probe via Cloudflare DoH. Keyless $0.005.
/m/bz-lionx402-com/api/x402/domain-intel-json0.005 USDC
X402 Entity Sanctions Screen Json
Screen a company or entity name against multi-list sanctions (OFAC/EU/UN public designations index). PASS/BLOCK. Fail-safe if lists unavailable. $0.01 Base USDC, keyless, Ed25519-attested.
/m/bz-lionx402-com/api/x402/entity-sanctions-screen-json0.01 USDC
X402 Lei Lookup Json
GLEIF LEI lookup for AI agents — Legal Entity Identifier search by LEI code, legal name, or domain. Keyless Global LEI Index Golden Copy (api.gleif.org), no API key. LEI, jurisdiction, registration status, LOU. Ed25519-attested. $0.005 Base USDC x402. Matches: LEI, GLEIF, legal entity identifier, LEI lookup, company LEI.
/m/bz-lionx402-com/api/x402/lei-lookup-json0.005 USDC
X402 Multi Sanctions Bundle Json
Multi-list sanctions compliance bundle for AI agents: OFAC SDN wallet address screen + entity name sanctions (OFAC/EU/UN public designations) + domain trust + LION_SIGNED_COMPLIANCE_RECEIPT_V1 portable proof. PASS/WARN/BLOCK. AML KYC counterparty due diligence. $0.02 Base USDC keyless x402. Matches: multi-list sanctions, compliance receipt, OFAC EU UN screen.
/m/bz-lionx402-com/api/x402/multi-sanctions-bundle-json0.02 USDC
X402 Sanctions Screen Json
Is this address on the OFAC SDN list? $0.005 detailed sanctions screen for agents (same list as $0.001 wallet-screen, fuller fields + multi-list metadata). Ed25519-attested. Matches: OFAC SDN, AML address screen.
/m/bz-lionx402-com/api/x402/sanctions-screen-json0.005 USDC
X402 Sec Financials Json
SEC EDGAR financials for public companies (keyless, attested)
/m/bz-lionx402-com/api/x402/sec-financials-json0.005 USDC
X402 Social Signal Intel Json
LION Social Signal Intel (HN + Reddit keyless attention/trend)
/m/bz-lionx402-com/api/x402/social-signal-intel-json0.004 USDC
X402 Wallet Screen Json
Cheapest OFAC SDN wallet screen for AI agents ($0.001). AML/KYT pre-pay gate: PASS/WARN/BLOCK before you settle any x402 counterparty. Keyless Base USDC, Ed25519-attested. Beats $0.005–$0.05 wallet-screen clones. Upsell multi-list sanctions $0.02 + compliance receipt $0.05.
/m/bz-lionx402-com/api/x402/wallet-screen-json0.001 USDC
X402 Web Search Json
Keyless attested web search (?q=) for agent grounding. $0.025 Base USDC — agent-search band. Ed25519-attested result set.
/m/bz-lionx402-com/api/x402/web-search-json0.025 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-lionx402-com/api/x402/company-enrich')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-lionx402-com/api/x402/company-enrich
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …