Skip to main content

Binance Python Sub Account SDK

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 Sub Account SDK API, enabling developers to interact programmatically with Binance's Sub Account trading platform. The library provides tools to trade through multiple accounts through the REST API:

Table of Contents

Supported Features

  • REST API Endpoints:
    • /sapi/v1/sub-account/*
    • /sapi/v2/sub-account/*
    • /sapi/v3/sub-account/*
    • /sapi/v4/sub-account/*
    • /sapi/v1/managed-subaccount/*
    • /sapi/v1/capital/*
  • 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-sdk-sub-account

Documentation

For detailed information, refer to the Binance API Documentation.

REST APIs

All REST API endpoints are available through the rest_api module. The REST API enables you to fetch market data, manage trades, and access account information. Note that some endpoints require authentication using your Binance API credentials.

from binance_common.configuration import ConfigurationRestAPI
from binance_common.constants import SUB_ACCOUNT_REST_API_PROD_URL
from binance_sdk_sub_account.sub_account import SubAccount
from binance_sdk_sub_account.rest_api.models import GetSummaryOfSubAccountsMarginAccountResponse

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

client = SubAccount(config_rest_api=configuration)

try:
    response = client.rest_api.get_summary_of_sub_accounts_margin_account()

    data: GetSummaryOfSubAccountsMarginAccountResponse = response.data()
    logging.info(f"get_summary_of_sub_accounts_margin_account() response: {data}")
except Exception as e:
    logging.error(f"get_summary_of_sub_accounts_margin_account() 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 base_path is not provided, it defaults to https://api.binance.com.

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
  • Edge cases

Migration Guide

If you are upgrading to the new modularized structure, refer to the Migration Guide for detailed steps.

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!

Disclaimer

This SDK is provided by Binance on an "as is" and "as available" basis for use at your own risk. Binance makes no representations or warranties of any kind, whether express or implied, as to the operation of the SDK, its accuracy, reliability, completeness, or fitness for any particular purpose.

To the fullest extent permitted by law, Binance shall not be liable for any losses, damages, or expenses of any kind arising from or in connection with your use of, or inability to use, this SDK, including but not limited to any financial losses resulting from errors, bugs, interruptions, or inaccuracies in the SDK.

Your use of this SDK to access the Binance Platform is subject to the Binance API Key Terms and the Binance Terms of Use, which shall prevail in the event of any conflict with this disclaimer. You are solely responsible for any orders or transactions executed through the Binance Platform using this SDK.

This SDK is not intended to constitute investment advice or a recommendation to buy, sell, or hold any digital asset. You should independently evaluate and verify all information before acting.

Licence

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

Release files for binance-sdk-sub-account 7.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for binance-sdk-sub-account 7.1.0
File Size Uploaded
binance_sdk_sub_account-7.1.0.tar.gz 52.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for binance-sdk-sub-account 7.1.0
File Interpreter ABI Platform
binance_sdk_sub_account-7.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 242.3 kB

Release files / binance_sdk_sub_account-7.1.0.tar.gz

Download URL binance_sdk_sub_account-7.1.0.tar.gz
Size 52.3 kB
Tags Source
SHA-256 checksum
How to use checksums
c3a300520b05a14e164e80a4f9086fc9b58f5319a369b3cbe1fc379989c42a35
BLAKE2b-256 checksum
How to use checksums
01b25b23c8394869f1c3e332d9a1e54d3b942404cb249990974157db0ef14339
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure

Release files / binance_sdk_sub_account-7.1.0-py3-none-any.whl

Download URL binance_sdk_sub_account-7.1.0-py3-none-any.whl
Size 190.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
fec523b03b2d4b54228be5ed029e4ba2b42f33f789b5916b99aedf6e90402cd4
BLAKE2b-256 checksum
How to use checksums
ddc0b56c76d5ab8def916ba54ba851930f3cc8e1fc1b3ecac83acaa42e1b0293
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure

Release history Release notifications | RSS feed

8.1.0

2 release files

8.0.0

2 release files

7.2.0

2 release files

This release

7.1.0 This release

2 release files

7.0.0

2 release files

6.0.0

2 release files

5.0.0

2 release files

4.1.0

2 release files

4.0.0

2 release files

3.8.0

2 release files

3.7.0

2 release files

3.6.0

2 release files

3.5.0

2 release files

3.4.0

2 release files

3.3.0

2 release files

3.2.0

2 release files

3.1.0

2 release files

3.0.0

2 release files

2.1.0

2 release files

2.0.0

2 release files

1.6.0

2 release files

1.5.0

2 release files

1.4.0

2 release files

1.3.0

2 release files

1.2.0

2 release files

1.1.0

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page