Welcome
Welcome to the Injective Indexer API documentation. This documentation provides comprehensive information about all available gRPC-Web API endpoints.API Reference
Browse all available API endpoints and services.
Quick Start
All API endpoints use the gRPC-Web protocol with JSON encoding:- Base URL:
http://localhost:8088(via gateway) orhttp://localhost:50053(direct) - Content-Type:
application/grpc-web+json - Request Method:
POST
Services
Spot Exchange API
Access spot market data, orders, trades, and orderbooks.
Derivative Exchange API
Query derivative markets, positions, funding, and trades.
Oracle API
Get oracle price data and information.
Portfolio API
Retrieve account portfolio and token holder information.
Transaction API
Prepare and broadcast transactions.
Getting Started
- Choose a service - Browse the API reference to find the endpoint you need
- Make a request - Use POST method with JSON body to the endpoint URL
- Handle response - Parse the JSON response according to the endpoint documentation