Skip to content

Commit

Permalink
Complete sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 13, 2024
1 parent 3daf4e7 commit 8f88225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing/information/indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Many applications that work with on-chain data use an indexer.
The simplest example of working with an indexer is a blockchain wallet.
For example, to display a user's token balances, Temple Wallet queries data from the TzKT indexer and gets tokens' tickers and logos from the contract metadata.

You can do the same thing by calling the `GET tokens/balances` endpoint TzKT API and including your address as the value of the `account` parameter, as in this example:
You can do the same thing by calling the `GET tokens/balances` endpoint of the TzKT API and including your address as the value of the `account` parameter, as in this example:

```
https://api.tzkt.io/v1/tokens/balances?account=tz1UEQzJbuaGJgwvkekk6HwGwaKvjZ7rr9v4
Expand Down

0 comments on commit 8f88225

Please sign in to comment.