Skip to content

Releases: Ankr-network/ankr-python-sdk

v.1.0.3 remove unsupported methods

Choose a tag to compare

@RedCuckoo RedCuckoo released this 13 Oct 17:16
0a25f96
  1. removed unsupported methods
  • ankr_getAccountBalanceHistorical
  • ankr_getInternalTransactionsByParentHashRequest
  • ankr_getInternalTransactionsByBlockNumberRequest
  1. update blockchain list

v1.0.2 update blockchain list

Choose a tag to compare

@RedCuckoo RedCuckoo released this 05 Jul 10:32
a7234ef

Update blockchain list

v1.0.1 - dependencies upgrade

Choose a tag to compare

@RedCuckoo RedCuckoo released this 29 Mar 13:47
3e9a957
  • upgraded pydantic, eth-typing, urllib3 versions
  • remove poetry.lock

v1.0.0 - autogenerated types

Choose a tag to compare

@RedCuckoo RedCuckoo released this 11 Dec 13:02
0bb0f1e

In order to minimize time required for out team to update SDK and documentation, in the inner services we have created autogeneration of types. With this autogeneration, it is easy to add new blockchain or a new method.

This release is NOT necessarily backword-compatible with previous version. But the effort was made, to make a transition to new version as smooth as possible.

If you encounter any issues, please file and issue, our team will try our best to resolve it in short time.

v0.4.0 - Advanced API goes freemium

Choose a tag to compare

@romanankr romanankr released this 27 May 12:11
16c42b7

Ankr is offering free access to Advanced API.

To use Advanced API for free starting from May 29th, 2023 you have to register on the platform and get your individual endpoint.

Get your individual endpoint here https://www.ankr.com/rpc/advanced-api

v0.3.0

Choose a tag to compare

@romanankr romanankr released this 31 Mar 07:01
  • fix API-KEY setting in RPC provider
  • fix typings
  • fix pagination generator
  • drop python 3.7 support

v0.2.1

Choose a tag to compare

@romanankr romanankr released this 08 Sep 10:05

Add get_token_price and get_nft_holders methods

v0.2.0

Choose a tag to compare

@romanankr romanankr released this 06 Jul 16:57

Full support for Web3 methods for:

  • Ethereum
  • Bsc
  • Arbitrum
  • Avalanche
  • Celo
  • Fantom
  • Gnosis
  • Harmony
  • Iotex
  • Moonbeam
  • Near
  • Nervos
  • Optimism
  • Polygon
  • Solana
  • Syscoin

New Advanced APIs methods supported:

  • nft.get_nfts
  • nft.get_nft_metadata
  • token.get_token_holders
  • token.get_token_holders_count_history
  • token.get_token_holders_count
  • token.get_account_balance
  • query.get_logs
  • query.get_blocks
  • query.get_transaction

v0.1.4

Choose a tag to compare

@romanankr romanankr released this 04 Jul 15:13

First release