Skip to main content

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]