cybrid-api-bank-python
Cybrid Bank API
What it is and what it does
This is an official Python client for Cybrid's REST API, designed to simplify integration with Cybrid's white-label cryptocurrency banking platform. It wraps the Bank API endpoints, which handle the majority of platform operations: managing customer accounts, executing trades, processing transactions, verifying identities, and managing external bank connections. The library abstracts away HTTP details and OAuth token management, letting developers focus on business logic.
The package is maintained actively and depends only on urllib3 for HTTP requests and python-dateutil for timestamp handling. It targets Python 3.6 and later, making it compatible with a wide range of environments. The library is part of Cybrid's multi-language API client ecosystem and is intended for developers building crypto products or integrating cryptocurrency services into existing banking systems.
Use it for:
- Build a white-label crypto trading platform by calling Cybrid's Bank API to manage customer accounts, execute trades, and settle transactions.
- Integrate cryptocurrency deposit and withdrawal capabilities into an existing banking application using external wallet and bank account endpoints.
- Automate customer identity verification workflows by calling identity verification and KYC endpoints during onboarding.
- Create a backend service that programmatically manages customer accounts, quotes, and trade execution for a crypto-as-a-service offering.
- Monitor and reconcile cryptocurrency transactions and transfers across multiple customer accounts in a single organization.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for the Cybrid Bank API, enabling programmatic access to cryptocurrency banking operations including account management, customer identity verification, trading, and transaction handling.
Yes. The package is actively maintained, has low install friction, carries a permissive Apache-2.0 license, and has no known vulnerabilities. Install it if you are building on the Cybrid platform and need a Python client to interact with the Bank API. The minimal dependency footprint and broad Python version support make it a straightforward addition to most projects.
Install
cybrid-api-bank-python on PyPI
pip
pip install cybrid-api-bank-pythonuv
uv add cybrid-api-bank-pythonpoetry
poetry add cybrid-api-bank-pythonInstalling cybrid-api-bank-python
Before you install
Active maintenance with a release on 2026-08-14. Low install friction with only two runtime dependencies (urllib3 and python-dateutil). Supports Python 3.6 and later.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions.
Quickstart
pip install cybrid-api-bank-python
from cybrid_api_bank_python import CybridAPIBankClient
# Initialize client with OAuth Bearer token
client = CybridAPIBankClient(bearer_token='your_token')
# Access Bank API resources for customer, account, and trade operations
Requires OAuth 2.0 Bearer Token obtained from Cybrid Identity Provider using Client ID and Secret credentials.
Verify before relying
- Whether the package includes type hints or is compatible with static type checkers.
- API coverage completeness relative to the full Cybrid Bank API specification.
- Performance characteristics and rate-limiting behavior for high-volume operations.
- Whether async/await support is available for concurrent API calls.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — urllib3, python-dateutil |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 217,932/month — #9,348 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: cybrid_api_bank_python-0.129.889-py3-none-any.whl
Keywords: Cybrid, Bank, API
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
cybrid-api-id-pythonGenerated Python client for the Cybrid Identity…
permissive · top 15,000 on PyPI
cybrid-api-organization-pythonA Python client library for the Cybrid…
permissive · top 15,000 on PyPI
fintsA pure-Python implementation of the FinTS 3.0…
copyleft · top 15,000 on PyPI
method-pythonPython client library for the Method API,…
permissive · top 15,000 on PyPI
mollie-api-pythonPython client library for the Mollie payment…
permissive · top 15,000 on PyPI
injective-pyInjective Python SDK provides client libraries…
permissive · top 15,000 on PyPI
tigerbeetlePython client library for TigerBeetle, a…
permissive · top 15,000 on PyPI
python-kraken-sdkProvides REST and WebSocket clients for trading…
permissive · top 15,000 on PyPI
paypalrestsdkA REST client library for integrating PayPal…
unclear · top 5,000 on PyPI
benchling-sdkA typed Python SDK for interacting with the…
permissive · top 15,000 on PyPI