Skip to main content

A simple connector to BingX Public API

Project description

BingX API Connector Python

PYPI version Python version License: GPLv3

Installation

pip install bingX-connector

Usage

Standard Contract

from bingX.standard import Standard

client = Standard(api_key, api_secret)

Spot

from bingX.spot import Spot

client = Spot(api_key, api_secret)

Perpetual v1

from bingX.perpetual.v1 import Perpetual

client = Perpetual(api_key, api_secret)

Perpetual v2

from bingX.perpetual.v2 import Perpetual

client = Perpetual(api_key, api_secret)

Note that you can not import Perpetual v1 and Perpetual v2 at the same time

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bingX_connector-0.0.4-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

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