Skip to main content

L402 API Registry

A curated directory of APIs powered by Lightning Network micropayments.
No API keys. No subscriptions. Just pay per request.

3 Providers
31 Endpoints
5 Categories

Community Directory

L402 Protocol

Finance 1 endpoint
GET Stock Ticker ~100 sats/credit
https://stock.l402.org/ticker/{SYMBOL}

Real-time stock data (price, P/E, revenue)

Auth: Bearer {user_id} from /signup

Requires pre-registration. Not a pure L402 flow.

Maximum Sats

AI / ML Data 5 endpoints

Maximum Sats DVM

POST AI Text Generation (DVM) 21 sats
https://maximumsats.com/api/dvm

AI text generation endpoint (Llama 3.3 70B). Accepts JSON body {"prompt":"..."}. First query per IP/day is free; paid access via Lightning L402 and x402.

Auth: L402 (pay-per-request, no API key). x402 also supported.

Maximum Sats AI Image Generator

POST Image Generation 100
https://maximumsats.com/api/imagegen

AI image generation powered by FLUX.1 Schnell (12B). Send a text prompt, pay 100 sats via Lightning, get a PNG image. No API keys required.

Auth: L402 (none required - pay per request)

Nostr Web of Trust Scoring API

GET Trust Score 1 sat (/score) after 50 free/day per IP
https://wot.klabo.world/score?pubkey={hex}

Nostr trust scoring API backed by a 51k+ pubkey graph. Query /score for a 0-100 trust score and use /pricing for the full endpoint matrix and costs.

Auth: L402 (pay-per-request, no API key)

Maximum Sats Nostr Summary

POST Maximum Sats Nostr Summary 50 sats
https://maximumsats.com/api/nostr-summary

Summarize Nostr events into concise structured insights.

Maximum Sats Lightning Analysis

POST Lightning Network Analysis 1000 sats
https://maximumsats.com/api/ln-analysis

Lightning Network analysis endpoint. Submit queries for detailed Lightning network data and analytics.

Auth: L402 (pay-per-request, no API key)

List Your L402 API

Have an L402-enabled API? Get discovered by AI agents and developers worldwide.

1,000 sats listing fee Reviewed within 24h
Submit Your API

What is L402?

L402 (formerly LSAT) is a protocol that enables APIs to charge per-request using Bitcoin's Lightning Network. When you call an L402-protected endpoint:

  1. 1 Server returns HTTP 402 Payment Required with a Lightning invoice
  2. 2 Client pays the invoice (~milliseconds)
  3. 3 Client retries request with proof of payment
  4. 4 Server returns the requested data

Our AI Agent Wallet handles this automatically — via MCP pay_l402_api() or CLI lw pay-api <url>.

L402 Resources