Wallets API
Register, list, select, and archive receiving wallets.
These Dashboard endpoints require a merchant JWT and X-Project-Id.
| Method | Path | Purpose |
|---|---|---|
GET | /wallets?page=1&limit=100 | List active and archived wallets |
POST | /wallets | Validate and register a receiving address |
POST | /wallets/:id/default | Select the default for new invoices on its chain |
DELETE | /wallets/:id | Archive the wallet for future invoices |
Existing invoice destinations are immutable and remain monitored after default changes or archival. Never submit private keys.