File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ pip install ankr-sdk
1212
1313#### 2. Initialize the SDK
1414
15+ _ Note: to use Advanced API for free starting from May 29th, 2023 you have to register on the platform._
16+
17+ Get your individual endpoint here https://www.ankr.com/rpc/advanced-api and provide it to the ` AnkrWeb3 ` class.
18+
1519``` python3
1620from ankr import AnkrWeb3
1721
18- ankr_w3 = AnkrWeb3()
19-
20- # Or, if you have an Ankr Protocol premium plan
2122ankr_w3 = AnkrWeb3(" YOUR-TOKEN" )
2223```
2324
@@ -218,7 +219,6 @@ tx = ankr_w3.query.get_transaction(
218219
219220### About API keys
220221
221- For now, Ankr is offering _ free_ access to these APIs with no request limits i.e. you don't need an API key at this
222- time.
222+ Ankr is offering _ free_ access to Advanced API, however you have to register on Ankr platform to access it.
223223
224- Later on, these APIs will become a part of Ankr Protocol's [ Premium Plan ] ( https://www.ankr.com/protocol/plan/ ) .
224+ Get your individual API Key here https://www.ankr.com/rpc/advanced-api .
You can’t perform that action at this time.
0 commit comments