Klarda Python SDK
Refined Python library for interaction with Klarda's APIs Klarda APIs
Klarda API Quickstart
1. Install Klarda Python SDK from PyPi using pip
pip install klarda-python-sdk
2. Initilize the SDK using our API key
Note: In order to use our API, you have to get you API key from Klarda's Dashboard.
Get your API key here https://dashboard.klarda.com/account-setting/api and provide it to the KlardaAPICollection class.
from klarda import KlardaAPICollection
klarda_api = KlardaAPICollection("YOUR_API_KEY")
3. Use the python sdk and call our api collection.
Note: More information about the available APIs can be seen in our documentation Klarda APIs Docs.
Klarda Market/Token API
from klarda import KlardaAPICollection
from klarda.types import GetTokenListRequest
klarda_api = KlardaAPICollection("YOUR_API_KEY")
response = klarda_api.get_token_list(
params = GetTokenListRequest(
page = 1,
limit = 10,
sort_by = "volume",
sort_order = "desc"
)
)
print(response)
More APIs description will be added in the future in this Readme
Release files for klarda-python-sdk 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| klarda_python_sdk-1.0.2.tar.gz | 14.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| klarda_python_sdk-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.6 kB
Release files / klarda_python_sdk-1.0.2.tar.gz
| Download URL | klarda_python_sdk-1.0.2.tar.gz |
|---|---|
| Size | 14.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f574db2b53fd71b0239f4270dc5acc0210c45733da38dc12d8d34c8eb3ff6308
|
|
BLAKE2b-256 checksum How to use checksums |
0f5002798cfcfee7cb4a67cb082461134891e42db0607239d025c5eed68fb613
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.9.13 Windows/10
|
Release files / klarda_python_sdk-1.0.2-py3-none-any.whl
| Download URL | klarda_python_sdk-1.0.2-py3-none-any.whl |
|---|---|
| Size | 16.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
48857165f0c98bcecd86df676b1e97d69d254e83e60eda65d6d26729a3b9a7bd
|
|
BLAKE2b-256 checksum How to use checksums |
27b51001a79482001425c97a2cb19444665e8bf5c20eed533d7731b46d833802
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.9.13 Windows/10
|