Activity of dominiktraxl/pykrakenapi repository

Active 🚀

Active contributions

Activity badge for dominiktraxl/pykrakenapi repository

Why dominiktraxl/pykrakenapi is active?

The result is based on ratio of number of commits and code additions from initial and final time ranges.

Initial time range – from 5 Jul, 2023 to 5 Oct, 2023

Final time range – from 5 Apr, 2024 to 5 Jul, 2024

Additions and deletions stats are not available for this repository due to GitHub API limitations.

Data calculated on 5 Jul, 2024

Summary of dominiktraxl/pykrakenapi

The dominiktraxl/pykrakenapi is a Python wrapper for the Kraken (kraken.com) API. It's produced by a user named Dominik Traxl. The library simplifies the process of integrating your Python application, software, or script with the Kraken cryptocurrency trading platform through their API.

Features of the library include:

  • It provides easy access to the Kraken API for Python 3.
  • It has an implementation of all public and private methods.
  • It includes some additional functionality to make it easier to handle requests and responses.

It is available under the MIT License which means it's free for use in any project. The library requires Python 3.5 and the Requests library.

Here's an example of its usage:

from pykrakenapi import KrakenAPI import krakenex api = krakenex.API() k = KrakenAPI(api) # Fetch recent trades, clear output, store results in DataFrame and print the last results. trades, last = k.get_recent_trades('XETHZEUR') trades_clean = KrakenAPI.clean_trades_df(trades) print(trades_clean.tail())

This is a handy tool for anyone wanting to build software that interacts with Kraken's digital asset trading platform. However, like with any code that aids interaction with financial transactions, it is advised to use caution and thoroughly test your implementation to ensure accurate and secure operational use.

Recently analyzed projects

Activity badge for 1Panel-dev/1Panel repository

Updated on 5 Jul 2024

Activity badge for ethereum/go-ethereum repository

Updated on 5 Jul 2024

Activity badge for linexjlin/GPTs repository

Updated on 5 Jul 2024

Activity badge for facebook/react repository

Updated on 5 Jul 2024

Top 5 contributors

ContributorCommits
59
6
5
4
3