Skip to content

Commit b6f8bde

Browse files
committed
minor readme fixes
1 parent 260d60f commit b6f8bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bsc_block = ankr_w3.bsc.get_block("latest")
2727
polygon_block = ankr_w3.polygon.get_block("latest")
2828
```
2929

30-
#### Ankr NFT API: get all addresses' NFTs
30+
#### Ankr NFT API
3131

3232
```python3
3333
from ankr.types import Blockchain
@@ -42,14 +42,14 @@ nfts = ankr_w3.nft.get_nfts(
4242
)
4343
```
4444

45-
#### Ankr Token API: get all wallet's tokens on every supported chain
45+
#### Ankr Token API
4646
```python3
4747
assets = ankr_w3.token.get_account_balance(
4848
wallet_address="0x77A859A53D4de24bBC0CC80dD93Fbe391Df45527"
4949
)
5050
```
5151

52-
#### Ankr Query API: search for logs without range limits
52+
#### Ankr Query API
5353
```python3
5454
logs = ankr_w3.query.get_logs(
5555
blockchain="eth",

0 commit comments

Comments
 (0)