Skip to main content

Binance Python Web3 Wallet

Build Status Open Issues Code Style: Black PyPI version PyPI Downloads Python version Known Vulnerabilities License: MIT

This is a client library for the Binance Web3 Wallet API, enabling developers to interact programmatically with Binance's Web3 Wallet platform. The library provides tools to programmatically leverage Binance in-house algorithmic trading capability to automate order execution strategy, improve execution transparency and give users smart access to the available market liquidity through the REST API:

Table of Contents

Supported Features

  • REST API Endpoints
  • Inclusion of test cases and examples for quick onboarding.

Installation

To use this library, ensure your environment is running Python version 3.10 or later.

pip install binance-web3-wallet

Documentation

For detailed information, refer to the Binance API Documentation.

REST APIs

All REST API endpoints are available through the rest_api module. Note that some endpoints require authentication using your Binance API credentials.

from binance_sdk_web3_wallet.web3_wallet import (
    Web3Wallet,
    ConfigurationRestAPI,
    WEB3_WALLET_REST_API_PROD_URL,
)

logging.basicConfig(level=logging.INFO)
configuration = ConfigurationRestAPI(api_key="your-api-key", api_secret="your-api-secret", base_path=WEB3_WALLET_REST_API_PROD_URL)

client = Web3Wallet(config_rest_api=configuration_rest_api)

try:
    response = client.rest_api.get_price_info()

    rate_limits = response.rate_limits
    logging.info(f"get_price_info() rate limits: {rate_limits}")

    data = response.data()
    logging.info(f"get_price_info() response: {data}")
except Exception as e:
    logging.error(f"exchange_info() error: {e}")

More examples can be found in the examples/rest_api folder.

Configuration Options

The REST API supports the following advanced configuration options:

  • timeout: Timeout for requests in milliseconds (default: 1000 ms).
  • proxy: Proxy configuration:
    • host: Proxy server hostname.
    • port: Proxy server port.
    • protocol: Proxy protocol (http or https).
    • auth: Proxy authentication credentials:
      • username: Proxy username.
      • password: Proxy password.
  • keep_alive: Enable HTTP keep-alive (default: true).
  • compression: Enable response compression (default: true).
  • retries: Number of retry attempts for failed requests (default: 3).
  • backoff: Delay in milliseconds between retries (default: 1000 ms).
  • https_agent: Custom HTTPS agent for advanced TLS configuration.
  • private_key: RSA or ED25519 private key for authentication.
  • private_key_passphrase: Passphrase for the private key, if encrypted.
Timeout

You can configure a timeout for requests in milliseconds. If the request exceeds the specified timeout, it will be aborted. See the Timeout example for detailed usage.

Proxy

The REST API supports HTTP/HTTPS proxy configurations. See the Proxy example for detailed usage.

Keep-Alive

Enable HTTP keep-alive for persistent connections. See the Keep-Alive example for detailed usage.

Compression

Enable or disable response compression. See the Compression example for detailed usage.

Retries

Configure the number of retry attempts and delay in milliseconds between retries for failed requests. See the Retries example for detailed usage.

HTTPS Agent

Customize the HTTPS agent for advanced TLS configurations. See the HTTPS Agent example for detailed usage.

Key Pair Based Authentication

The REST API supports key pair-based authentication for secure communication. You can use RSA or ED25519 keys for signing requests. See the Key Pair Based Authentication example for detailed usage.

Certificate Pinning

To enhance security, you can use certificate pinning with the https_agent option in the configuration. This ensures the client only communicates with servers using specific certificates. See the Certificate Pinning example for detailed usage.

Error Handling

The REST API provides detailed error types to help you handle issues effectively:

  • ClientError: Represents an error that occurred in the SDK client.
  • RequiredError: Thrown when a required parameter is missing or undefined.
  • UnauthorizedError: Indicates missing or invalid authentication credentials.
  • ForbiddenError: Access to the requested resource is forbidden.
  • TooManyRequestsError: Rate limit exceeded.
  • RateLimitBanError: IP address banned for exceeding rate limits.
  • ServerError: Internal server error, optionally includes a status code.
  • NetworkError: Issues with network connectivity.
  • NotFoundError: Resource not found.
  • BadRequestError: Invalid request or one that cannot be served.

See the Error Handling example for detailed usage.

If basePath is not provided, it defaults to https://web3.binance.com/build.

Testing

To run the tests, ensure you have Poetry installed, then execute the following commands:

poetry install
poetry run pytest ./tests

The tests cover:

  • REST API endpoints
  • Error handling and edge cases

Contributing

Contributions are welcome!

Since this repository contains auto-generated code, we encourage you to start by opening a GitHub issue to discuss your ideas or suggest improvements. This helps ensure that changes align with the project's goals and auto-generation processes.

To contribute:

  1. Open a GitHub issue describing your suggestion or the bug you've identified.
  2. If it's determined that changes are necessary, the maintainers will merge the changes into the main branch.

Please ensure that all tests pass if you're making a direct contribution. Submit a pull request only after discussing and confirming the change.

Thank you for your contributions!

Licence

This project is licensed under the MIT License. See the LICENCE file for details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

binance_web3_wallet-4.0.0.tar.gz (121.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

binance_web3_wallet-4.0.0-py3-none-any.whl (427.4 kB view details)

Uploaded Python 3

File details

Details for the file binance_web3_wallet-4.0.0.tar.gz.

File metadata

  • Download URL: binance_web3_wallet-4.0.0.tar.gz
  • Upload date:
  • Size: 121.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure

File hashes

Hashes for binance_web3_wallet-4.0.0.tar.gz
Algorithm Hash digest
SHA256 fb4b4e01ee792fc35194ca6270b9a5f32cd1cff7baddc1223962b1240d0a405a
MD5 8ce94f09b7bd15259cbb2ca442995111
BLAKE2b-256 5b2478af750ccb6f1b7efadc95d3672d98d3d30ed35907be1e3bd5ac7c8162bb

See more details on using hashes here.

File details

Details for the file binance_web3_wallet-4.0.0-py3-none-any.whl.

File metadata

  • Download URL: binance_web3_wallet-4.0.0-py3-none-any.whl
  • Upload date:
  • Size: 427.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure

File hashes

Hashes for binance_web3_wallet-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb732c5fae9681b7185d34d56940b1e027bbb4f476496e31274ad8d6fd5f32d7
MD5 9f6f701a76b40c5d580fa5b6c9ef8ab2
BLAKE2b-256 2ee50a773f13ee6c1d7332560068cd9b20ec73168a1384efde865a98e5a4667d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page