Python wrapper for Lime Trader REST API (https://docs.lime.co/trader/)
Project description
Lime-Trader-SDK
Quick example:
- Install lime-trader-sdk
$ pip install lime-trader-sdk
If you use Poetry, you can install it by running:
$ poetry add lime-trader-sdk
- Create
credentials.json
file with next content:
{
"username": "<your_username>",
"password": "<your_password>",
"client_id": "<client_id>",
"client_secret": "<client_secret>",
"grant_type": "password",
"base_url": "https://api.lime.co",
"auth_url": "https://auth.lime.co"
}
- Copy next code to your python script to create client and get account balances:
import pprint
from lime_trader import LimeClient
client = LimeClient.from_file(file_path="credentials.json")
balances = client.account.get_balances()
pprint.pprint(balances)
For more information, check out the docs!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lime_trader_sdk-0.3.11.tar.gz
(23.6 kB
view details)
Built Distribution
File details
Details for the file lime_trader_sdk-0.3.11.tar.gz
.
File metadata
- Download URL: lime_trader_sdk-0.3.11.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/3.10.0-1062.el7.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e04b6ed2af91793451f9ab2f5aab0c9499362798647e862e85b1ba8492f57d2b |
|
MD5 | ec8b8a3604fa302e8f8fabc4a89cad5c |
|
BLAKE2b-256 | 6508a8c408df54417038aa9efe0da989ac22d39720443caa7fd619ec17495c65 |
File details
Details for the file lime_trader_sdk-0.3.11-py3-none-any.whl
.
File metadata
- Download URL: lime_trader_sdk-0.3.11-py3-none-any.whl
- Upload date:
- Size: 36.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/3.10.0-1062.el7.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c296a9620170a409a893f6c0b1e6093618aec542746e2d8e1bb59521667cbf19 |
|
MD5 | 7dc42b5a995e51ff5225be0419461b3e |
|
BLAKE2b-256 | 7afe54c448dc43ff2e5eff6d3849b54cb4411179ff838e0b07aa7d8496c0d6f4 |