Skip to main content

For Beta Test

Reason this release was yanked:

before beta test

Project description

OneXAPI – One eXchange API

PyPI PyPI Downloads Discord Supported Exchanges

OneXAPI, an abbreviation for One eXchange API, was created with the aim of communicating with exchanges in one unified API.
OneXAPI helps Quant Traders focus on algorithmic research without wasting time on SDK development.

OneXAPI has the following advantages.

  1. Standardization
  • OneXAPI has standardized API input and output. Users can develop programs by referring only to OneXAPI documents without having to refer to each exchange API documents.
  • Since OneXAPI uses the same API input/output for all exchanges, it is easy to transfer to the exchange without changing the code.
  1. Simplification
  • You don't have to worry about the decimal places supported by the exchange when using orders/withdrawals, etc. The value is automatically converted to the decimal point supported by the exchange.
  • It's easy to decide whether to include fees deducted from your withdrawal or pay separately.
  • Simplify WebSocket usage. If you pass only the information that you want to receive through WebSocket, the connection and maintenance are automatically performed on the background.
  • You can receive as many past Candle Data as you want regardless of the limit of the exchange.
  • It is easy to use by newly developing and integrating functions that were not provided by the exchange API or were complicated.
  1. Quickness
  • OneXAPI has been developed as C++ and boasts fast performance.
  • There is no delay because it communicates directly with the exchange without going through the intermediate server.
  1. Maintenance
  • If the exchange API changes, an immediate update is performed. Users can use the same algorithm only with OneXAPI updates without changing the code.
  1. Safety
  • OneXAPI does not collect the user's API key, so there is no risk of stealing the API key.

Documentation

Read API Docs for more details


Install

Python

PyPI (Python 3.6+)

pip install OneXAPI
import OneXAPI

print(OneXAPI.getInfo()) # Print all supported exchanges

Supported Exchanges

Logo Exchange Spot Futures
Binance 🟢 🟢
Upbit 🟢 🔴

Contribution

Read CONTRIBUTION for more details


Contact

ceo@libera.or.kr

Project details


Download files

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

Source Distribution

OneXAPI-0.0.2.tar.gz (29.0 kB view details)

Uploaded Source

Built Distribution

OneXAPI-0.0.2-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file OneXAPI-0.0.2.tar.gz.

File metadata

  • Download URL: OneXAPI-0.0.2.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for OneXAPI-0.0.2.tar.gz
Algorithm Hash digest
SHA256 e2cd8431f6ad1a68fcb70fa788c0c29c9102d37941dd30adef918a0632deb627
MD5 f917a4e1e203597593bfe51a2fcfbfcd
BLAKE2b-256 b713103d2d56de1f26b5db79dab6f31082d2e6f51b7e5be64b5ce3309aecd9c3

See more details on using hashes here.

File details

Details for the file OneXAPI-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: OneXAPI-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for OneXAPI-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 14979dc9a2b9fbcd496b3de0f5f0fa9203e0c303f864477d35813c307882abf2
MD5 a3f0329f452b392d1fb13fb15425178d
BLAKE2b-256 a6d94b9e5f6db51f1208f7fafdbafd4aa7eed5b4870e6fdc5031a1edff89a860

See more details on using hashes here.

Supported by

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