Skip to main content

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

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.1.tar.gz (5.7 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.1-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: klarda_python_sdk-1.0.1.tar.gz
  • Upload date:
  • Size: 5.7 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.1.tar.gz
Algorithm Hash digest
SHA256 37e53bb07d3b2dc9612a3a6aabae2c450ac44a51ea3ae75e531b2f5bb2018c85
MD5 0ed618b05b6ef76c650288677ae7f512
BLAKE2b-256 9efe2f556b3595101607b7e88ab7c9a7b54a912e239cdd75e932f29958b4c104

See more details on using hashes here.

File details

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

File metadata

  • Download URL: klarda_python_sdk-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.6 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c16e2c9b937a477f3eace9ce92610550a9d2de9819050d5dafb39a7b3132644c
MD5 b09754374a532c368bf037d7f1f158c4
BLAKE2b-256 63bfffaba23255743477dca762622ffd4868f4e6d95d15e50ac69a7ac4aa6abd

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.2

2 files

This release

1.0.1 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page