Skip to content

Releases: Ankr-network/ankr-python-sdk

v.1.0.3 remove unsupported methods

13 Oct 17:16
0a25f96

Choose a tag to compare

  1. removed unsupported methods
  • ankr_getAccountBalanceHistorical
  • ankr_getInternalTransactionsByParentHashRequest
  • ankr_getInternalTransactionsByBlockNumberRequest
  1. update blockchain list

v1.0.2 update blockchain list

05 Jul 10:32
a7234ef

Choose a tag to compare

Update blockchain list

v1.0.1 - dependencies upgrade

29 Mar 13:47
3e9a957

Choose a tag to compare

  • upgraded pydantic, eth-typing, urllib3 versions
  • remove poetry.lock

v1.0.0 - autogenerated types

11 Dec 13:02
0bb0f1e

Choose a tag to compare

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

27 May 12:11
16c42b7

Choose a tag to compare

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

31 Mar 07:01

Choose a tag to compare

  • fix API-KEY setting in RPC provider
  • fix typings
  • fix pagination generator
  • drop python 3.7 support

v0.2.1

08 Sep 10:05

Choose a tag to compare

Add get_token_price and get_nft_holders methods

v0.2.0

06 Jul 16:57

Choose a tag to compare

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

04 Jul 15:13

Choose a tag to compare

First release