BOLT11 Route-Hints Inspector

Inspect tag-r hint count and payload sizing — 5 sats

About

Inspect BOLT11 route hints by reading tag r entries from invoice tags. Returns how many route-hint entries are present, aggregate payload size, and per-entry byte lengths.

Try It

5 sats via L402.

API Usage

curl -X POST https://maximumsats.com/api/bolt11-route-hints \
  -H "Content-Type: application/json" \
  -d '{"invoice": "lnbc..."}'

Sample Response

{
  "ok": true,
  "currency": "bc",
  "payment_hash": "...",
  "has_route_hints": true,
  "route_hint_entries": 2,
  "route_hint_total_bytes": 102,
  "route_hint_entry_bytes": [51, 51]
}
Also available via MCP at maximumsats.com/mcp