Skip to content

Commit f30ac5d

Browse files
committed
Update README.md
1 parent 32c2fa0 commit f30ac5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1620
from ankr import AnkrWeb3
1721

18-
ankr_w3 = AnkrWeb3()
19-
20-
# Or, if you have an Ankr Protocol premium plan
2122
ankr_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.

0 commit comments

Comments
 (0)