File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ pip install ankr-sdk
12
12
13
13
#### 2. Initialize the SDK
14
14
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
+
15
19
``` python3
16
20
from ankr import AnkrWeb3
17
21
18
- ankr_w3 = AnkrWeb3()
19
-
20
- # Or, if you have an Ankr Protocol premium plan
21
22
ankr_w3 = AnkrWeb3(" YOUR-TOKEN" )
22
23
```
23
24
@@ -218,7 +219,6 @@ tx = ankr_w3.query.get_transaction(
218
219
219
220
### About API keys
220
221
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.
223
223
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