# Boltz API > Boltz API Docs ## Table of Contents - [👋 Introduction](/index.md): Introduction to the Boltz API and overview of swap integration. - [📙 Clients, SDKs & Libraries](/libraries.md): Official clients, SDKs and libraries for integrating with Boltz — start here instead of integrating from scratch. - [🤖 REST API (latest)](/api-v2.md): Endpoint reference for the latest Boltz REST API v2, recommended for all integrations. - [🔁 Swap Types & States](/lifecycle.md): Swap types offered by Boltz and the states each swap type traverses during its lifecycle. - [💰 Swap Limits & Fees](/swap-limits-and-fees.md): Fee structure, amount calculations and limits for all Boltz swap types. - [♻️ Renegotiating Chain Swaps](/renegotiating.md): Salvaging Chain Swaps that failed due to an incorrect lockup amount instead of refunding them. - [🙋‍♂️ Claims & Refunds](/claiming-swaps.md): How clients build claim and refund transactions, plus emergency procedures for recovering funds from failed swaps. - [🔐 Commitment Swaps](/commitment-swaps.md): Locking funds first and committing to a swap afterwards, without knowing the amount when creating it. - [🛟 Swap Restore](/swap-restore.md): Recovery flow for clients that lost local swap state, using the Boltz Rescue Key mnemonic. - [⛑️ Asset Rescue](/asset-rescue.md): Cooperative recovery flow for Liquid assets accidentally sent to Boltz swap lockup addresses. - [⚠️ Common Mistakes](/common-mistakes.md): Frequently encountered misunderstandings and pitfalls when integrating Boltz API. - [🚫 Don't trust. Verify!](/dont-trust-verify.md): How API clients should verify information returned by Boltz to minimize trust assumptions. - [🪄 Magic Routing Hints](/magic-routing-hints.md): Advanced feature for cheaper, faster Lightning settlement and the additional verification responsibilities it places on clients. - [⏩ 0-conf](/0-conf.md): How Boltz handles 0-conf transactions to speed up swaps and the risks each party takes. - [🪝 Webhooks](/webhooks.md): Subscribing to webhooks to receive swap status updates without polling. - [✨ BOLT12](/bolt12.md): Swapping with the BOLT12 standard, including tips for handling BOLT12 offers. - [🏅 Pro](/pro.md): Boltz Pro dynamically adjusts swap fees based on Boltz's liquidity needs to keep wallets and Lightning channels balanced. - [📜 Claim Covenants](/claim-covenants.md): Using Liquid covenants to reduce interactivity requirements of Reverse Swaps. - [🤝 Partner Program](/partner-program.md): Rewards program for impactful, high-quality integrations of the Boltz API. - [🐳 Backend Development](/backend-development.md): How to set up a Docker regtest environment for Boltz Backend development. - [🤖 REST API v1 (deprecated)](/api-v1.md): Endpoint reference for the deprecated Boltz REST API v1.