LIVE ON THE STELLAR NETWORK

x402 on Stellar

SERVICES FOR THE MACHINE ECONOMY AT XLM402.COM

44
Paid Endpoints
7
Services
Testnet & Mainnet
Networks
USDC & XLM
Payment Assets

Premium APIs, pay-per-call

Each service is protected by the x402 payment protocol. Connect your Freighter wallet, call an endpoint, and pay only for what you use.

Three steps to paid API access

The x402 protocol turns HTTP 402 into a native payment flow. No API keys, no subscriptions.

1

Call any endpoint

Make a standard HTTP request to any paid route. The server responds with 402 Payment Required and payment details.

2

Sign with Freighter

Your wallet creates a Stellar payment in the asset offered for that route. The signed transaction is attached to the retry request.

3

Get your response

The facilitator verifies the payment and the server returns the API response. Instant, one-call settlement.

Machine-readable discovery

Every service publishes structured metadata so AI agents and automation can discover, evaluate, and purchase API access programmatically.

  • /.well-known/x402 — Full payment metadata for all routes
  • /api/catalog — Service definitions, pricing, and schemas
  • /supported — Facilitator capabilities per network
  • /health — Platform availability and status
discovery.sh
# Discover available services
curl https://xlm402.com/.well-known/x402

# Machine-readable catalogue
curl https://xlm402.com/api/catalog

# Check facilitator support
curl https://xlm402.com/supported