Skip to content

Commit

Permalink
Revert "added indexer limit per request note (#430)" (#432)
Browse files Browse the repository at this point in the history
This reverts commit 10dec30.
  • Loading branch information
JamesLawton authored Nov 5, 2024
1 parent 10dec30 commit 9f6381d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions docs/pages/api/indexer/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ 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 @@ -45,10 +43,6 @@ 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: 0 additions & 3 deletions docs/pages/api/metadata/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ 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 9f6381d

Please sign in to comment.