Skip to main content

Refined Python library for interaction with Klarda's APIs.

Project description

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

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

klarda_python_sdk-1.0.2.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

klarda_python_sdk-1.0.2-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

Details for the file klarda_python_sdk-1.0.2.tar.gz.

File metadata

  • Download URL: klarda_python_sdk-1.0.2.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.9.13 Windows/10

File hashes

Hashes for klarda_python_sdk-1.0.2.tar.gz
Algorithm Hash digest
SHA256 f574db2b53fd71b0239f4270dc5acc0210c45733da38dc12d8d34c8eb3ff6308
MD5 67c4e45bce63a3fc4c8e7c763ef8de0e
BLAKE2b-256 0f5002798cfcfee7cb4a67cb082461134891e42db0607239d025c5eed68fb613

See more details on using hashes here.

File details

Details for the file klarda_python_sdk-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: klarda_python_sdk-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.9.13 Windows/10

File hashes

Hashes for klarda_python_sdk-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 48857165f0c98bcecd86df676b1e97d69d254e83e60eda65d6d26729a3b9a7bd
MD5 41003336bf26cc1112413c37a1604f43
BLAKE2b-256 27b51001a79482001425c97a2cb19444665e8bf5c20eed533d7731b46d833802

See more details on using hashes here.

Supported by

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