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.jsonfile 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.1.tar.gz
(23.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lime_trader_sdk-0.3.1.tar.gz.
File metadata
- Download URL: lime_trader_sdk-0.3.1.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/3.10.0-1062.el7.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb120e8734d0397fc47488d95bb1af16b8d3fe5915c2ca3c690d26e7179cd11c
|
|
| MD5 |
233ddc05e07e68a0bb4af24fe71f2b49
|
|
| BLAKE2b-256 |
578ed87daa3455a4cf03b50df97aeca16cfc8c532318b1d956ccd478170370d0
|
File details
Details for the file lime_trader_sdk-0.3.1-py3-none-any.whl.
File metadata
- Download URL: lime_trader_sdk-0.3.1-py3-none-any.whl
- Upload date:
- Size: 37.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/3.10.0-1062.el7.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e310fdc1d0096689229400356552015fb059f3d8b35a214b8e673e9f32e4a93a
|
|
| MD5 |
cad17abcc28a19264c191012292cbef3
|
|
| BLAKE2b-256 |
6c1012f5818443911b514678a262e4a40d1a4580498bed406332af0e8ae0f7ac
|