Skip to content

Commit

Permalink
Merge pull request #37 from nnsW3/docs-fix-spelling-issues
Browse files Browse the repository at this point in the history
fix spelling issues in README.md
  • Loading branch information
RedCuckoo authored Aug 29, 2024
2 parents af26d24 + 27b97cd commit df688c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const transactions = async () => {

#### `getTransactionsByAddress`

Query data about transactions of specified address.
Query data about transactions of specified addresses.

```javascript
const transactions = async () => {
Expand Down Expand Up @@ -319,7 +319,7 @@ const currencies = async () => {

#### `getTokenPriceHistory`

Get a list of history of the price for given contract to given timestamp.
Get a list of history of the price for the given contract to a given timestamp.

```javascript
const tokenPriceHistory = async () => {
Expand Down Expand Up @@ -391,7 +391,7 @@ const tokenPrice = async () => {

#### `getTokenTransfers`

Get token transfers of specified address.
Get token transfers of specified addresses.

```javascript
const tokenTransfers = async () => {
Expand Down Expand Up @@ -431,4 +431,4 @@ const blockchainStats = async () => {
### About API keys

Ankr is offering _free_ access to Advanced API, however you have to register on Ankr platform to access it.
Get your individual endpoint here https://www.ankr.com/rpc/advanced-api.
Get your individual endpoint here https://www.ankr.com/rpc/advanced-api.

0 comments on commit df688c3

Please sign in to comment.