Boltz Docs
Boltz API
Boltz API
  • 👋Introduction
  • 📙Libraries
  • 🤖REST API (latest)
  • 🔁Swap Types & States
  • 🙋‍♂️Claim & Refund Transactions
  • ⚠️Common Mistakes
  • 🚫Don't trust. Verify!
  • 🪄Magic Routing Hints
  • ⏩0-conf
  • 🪝Webhooks
  • ⚡BOLT12
  • 🏅Pro
  • 📜Claim covenants
  • 🤝Referral Program
  • 🚢Backend Deployment
  • 🐳Regtest Environment
  • 🤖REST API v1 (deprecated)
  • 🔙Back to Docs Home
Powered by GitBook
On this page
  • Web Usage
  • API Usage

Pro

Boltz Pro is an experimental service designed to dynamically adjust swap fees based on our liquidity needs, helping to maintain our wallet and Lightning channel balances.

PreviousBOLT12NextClaim covenants

Last updated 21 days ago

Boltz Pro temporarily offers incentives, like 0% or even negative fees, to encourage users to conduct swaps that work in favor of our liquidity needs. It has much stricter limits, e.g. the available fee budget for routing on Lightning, or the time limit to fund swaps and is not designed to be used for e.g. regular payments.

Web Usage

A web app for Boltz Pro is available at .

API Usage

Boltz Pro can be accessed via API using the as the regular Boltz API. To switch to Boltz Pro, API consumers need to:

  • add a Referral header to all pair related GET requests and set it to pro

  • set the referralId to pro when creating swaps

We stronly recommend using as API consumer, which we are continuously expanding for usage with Pro. Please , if you are missing a feature. We advise against using Boltz Web App for automation, as updates might break integrations.

🏅
pro.boltz.exchange
same endpoints and methods
Boltz Client
open an issue