skillfed

cybrid-api-bank-python

Cybrid Bank API

cybrid-api-bank-python v0.129.889 217.9K downloads/30d#9,348 on PyPI1
Permissive license Apache-2.0 Active released

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-python

uv

uv add cybrid-api-bank-python

poetry

poetry add cybrid-api-bank-python

Installing 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

cybrid bank api clientcrypto banking api pythoncryptocurrency account managementcybrid sdk pythonwhite-label crypto platform apiidentity verification apicryptocurrency trading client
cryptocurrencybanking-apioauth2

More WWW/HTTP packages