BOLT11 Created-At Inspector

Extract invoice timestamp and age metadata — 5 sats

About

Extract creation-time fields from BOLT11 invoices, including unix timestamp, ISO created_at, and derived age metrics.

Try It

5 sats via L402.

API Usage

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

Sample Response

{
  "ok": true,
  "currency": "bc",
  "payment_hash": "...",
  "timestamp": 1739879012,
  "created_at": "2025-02-18T09:43:32.000Z",
  "age_seconds": 120,
  "age_minutes": 2,
  "age_hours": 0.03
}
Also available via MCP at maximumsats.com/mcp