Cashu redeem api
Cashu Redeem API is a production-grade Bitcoin Lightning API that allows developers to decode, validate, and redeem Cashu ecash tokens directly to Lightning addresses. This API bridges the gap between ecash and Lightning, enabling seamless integration of Cashu tokens into wallets, exchanges, apps, bots, and payment systems. Core features: • Redeem Cashu tokens to Lightning addresses Convert…
Cashu redeem api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Token Operations | ||
| POST |
/api/decode /api/decode |
Decode a Cashu token and return its content. Supports both v1 and v3 token formats. |
| POST |
/api/redeem /api/redeem |
Redeem a Cashu token to a Lightning address (optional - uses default if not provided). The redemption process includes: 1. Token validation and parsing 2. Getting exact melt… |
| Validation | ||
| POST |
/api/validate-address /api/validate-address |
Validate a Lightning address without performing a redemption. Checks format validity and tests LNURLp resolution. Returns information about the Lightning address capabilities… |
| Status & Monitoring | ||
| GET |
/openapi.json /openapi.json |
Returns the full OpenAPI 3.0 specification for this API as JSON. |
| GET |
/api/health /api/health |
Check the health and status of the API server. Returns server information including uptime, memory usage, and version. |
Cashu redeem api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|