Skip to the content.

InjectiveQL Documentation

GraphQL API Gateway for Injective Protocol


📚 Documentation Index

Getting Started

API Documentation

Performance & Analysis


API Endpoints (Local):

GitHub:


📖 Key Features


🎯 Example Queries

GraphQL - Market Health

query MarketHealth {
  markets(limit: 5) {
    ticker
    price
    volume24h
    liquidityScore
    volatility24h
    healthScore
  }
}

REST - N1NJ4 Verification

curl -X POST http://localhost:4000/api/v1/identity/verify \
  -H "Content-Type: application/json" \
  -d '{"address": "inj1..."}'

🏗️ Architecture

InjectiveQL uses a multi-tier resilience architecture:

Client → HTTP REST API (Primary)
       ↓ (fallback)
       → gRPC SDK (Secondary)
       ↓ (fallback)
       → Cached Data (Safety Net)

This ensures 100% uptime even during network issues.


🤝 Contributing

Contributions welcome! Please see our GitHub repository for more details.


Built with ❤️ for the Injective ecosystem