Libraries

View as Markdown

The fastest way to integrate BlockBee. Each official library wraps the REST API so you can create payment addresses, fetch transactions, and process payouts in a few lines of code.

Available libraries

What the libraries do

Every official library covers the same surface:

  • Create payment addresses for any supported ticker
  • Fetch payment logs and transaction history
  • Generate QR codes for payments
  • Estimate blockchain fees
  • Convert between fiat and crypto
  • Manage payouts (V2 API key required)

For specifics — initialization, method signatures, and full examples — open the page for your language above.

No library for your stack?

Use the REST API directly. Every endpoint accepts standard HTTP requests and returns JSON — any HTTP client will do. The API conventions section covers auth, dates, amounts, and error handling once for every endpoint.

If you build an unofficial library and would like it listed here, contact us.