Overview
The Injective Indexer provides a comprehensive gRPC-Web API for accessing spot exchange, derivative exchange, oracle, portfolio, and transaction data.Base URL
- Gateway:
http://localhost:8088(recommended) - Direct:
http://localhost:50053
Protocol
All endpoints use the gRPC-Web protocol with JSON encoding.- Content-Type:
application/grpc-web+json - Request Method:
POST - URL Format:
/{package}.{Service}/{Method}
Services
The API is organized into the following services:- Spot Exchange API - Spot market data, orders, trades, and orderbooks
- Derivative Exchange API - Derivative markets, positions, funding, and trades
- Oracle API - Oracle price data
- Portfolio API - Account portfolio and token holder information
- Transaction API - Transaction preparation and broadcasting