Skip to content

Releases: Ankr-network/ankr-python-sdk

v1.0.2 update blockchain list

05 Jul 10:32
a7234ef
Compare
Choose a tag to compare

v1.0.1 - dependencies upgrade

29 Mar 13:47
3e9a957
Compare
Choose a tag to compare
  • upgraded pydantic, eth-typing, urllib3 versions
  • remove poetry.lock

v1.0.0 - autogenerated types

11 Dec 13:02
0bb0f1e
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Add get_token_price and get_nft_holders methods

v0.2.0

06 Jul 16:57
Compare
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
Compare
Choose a tag to compare

First release