Python-nexo

Latest version: v1.0.3

Safety actively analyzes 623677 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.3

Changed
- Readme Examples

1.0.2

Added
- Asynchronous Client
- New Endpoints

Removed
- Code Coverage for upper Clients classes

1.0.1

Features

Order

* **POST** /api/v1/orders (Places an order.) ✔️

python3
client.place_order(pair="BTC/ETH", quantity="1.0", side="buy")


* **POST** /api/v1/orders/trigger (Places a trigger order.) ✔️

python3
client.place_trigger_order(pair="BTC/ETH", trigger_type="takeProfit", side="buy", trigger_price="15.0", amount="2.0")


* **POST** /api/v1/orders/advanced (Places an advanced order.) ✔️

python3
client.place_advanced_order(pair="BTC/USDT", side="buy", stop_loss_price="18000", tak_profit_price="22000", amount="0.001")


Changelog

Added
- Example for placing order
- More Unit Tests

Changed
- POST Requests are functional
- Sleep in test to avoid blowing up the rate limit
- Improve error management and exceptions

1.0.0

Features

Account

* **GET** /api/v1/accountSummary (Retrieves account balances)

python3
client.get_account_balances()


Pairs

* **GET** /api/v1/pairs (Gets a list of all pairs, min and max amounts.)

python3
client.get_pairs()


Quote

* **GET** /api/v1/pairs (Gets a price quote.)

python3
client.get_price_quote(pair="BTC/ETH", amount="1.0", side="buy")

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.