Indexer Gateway
Sequence Indexer Gateway API Installation
Learn how to install the Sequence Indexer Gateway API for querying blockchain token and NFT data across all networks. Get your API access key from Sequence Builder. Integration is simple with HTTP RPC endpoints for Webapps, Games, and backends.
Installation
To install Indexer Gateway, follow the instructions for installing Indexer.
Using Indexer Gateway in your projects
See the snippets below to learn how to import Indexer Gateway into your project.
Typescript
Setup Sequence Indexer Gateway API in Typescript using the
@0xsequence/indexer
library.
[Typescript]
Go
Setup Sequence Indexer Gateway API in Go, and send a ping request to check if the service is available.
[Go]