Skip to content

Commit

Permalink
added indexer limit per request note (#430)
Browse files Browse the repository at this point in the history
* added indexer limit per request note

* added metadata endpoint request limit
  • Loading branch information
moskalyk authored Nov 5, 2024
1 parent 868f3b7 commit 10dec30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/api/indexer/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Sequence Indexer - Blockchain Token and NFT Data Query Tool
description: The Sequence Indexer is a web3 service for querying blockchain token and NFT data from Ethereum-compatible networks. It automatically indexes ERC20, ERC721, and ERC1155 tokens, with high reliability and low latency.
---

import { Callout } from 'vocs/components'

# Indexer

:::note
Expand Down Expand Up @@ -43,6 +45,10 @@ a server.
- Built-in token / nft metadata support to easily render tokens in your apps / games
- High uptime and availability

<Callout type='success'>
Indexer endpoints limit the quantity of tokens returned to 150 per request.
</Callout>

## Supported Networks & Endpoints

You can see the [full list of supported networks here](/solutions/technical-references/chain-support).
Expand Down
3 changes: 3 additions & 0 deletions docs/pages/api/metadata/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ To learn how to use the Sequence Metadata service, please read:
* [Contract-level metadata API & standards](/api/metadata/contract-metadata)
* [Alternative, REST API Usage](/api/metadata/rest-api)

<Callout type='success'>
Metadata endpoints limit the quantity of tokens returned to 150 per request to the pertaining calls.
</Callout>

---

Expand Down

0 comments on commit 10dec30

Please sign in to comment.