Developer Endpoints

Feel free to use these endpoints to build on Rujira!

Stay updated with health checks and notifications through our Discordarrow-up-right.

Detailed documentation is available in the THORChain Dev Docsarrow-up-right.


THORChain Public Endpoints

Mainnet

Stagenet


Rujira Ecosystem APIs

GraphQL API

High-performance API for extensive data across the Rujira ecosystem:

For GraphQL subscriptions and real-time data streaming, use a Phoenix Socket-based connection instead of HTTP. This ensures low-latency, bidirectional communication with Rujira’s endpoints. A working example is available herearrow-up-right, which:

  • Initializes a Phoenix Socket instance (PhoenixSocket from phoenix).

  • Wraps it with @absinthe/socket for Relay-compatible GraphQL subscriptions.

  • Includes fallback compatibility fixes for outdated libraries.

REST API

For RUJI Trade DEX and RUJI token supply integrations:

For a more comprehensive solution, use our GraphQL API.


Endpoint Testing

RPC/API Endpoints:

gRPC Endpoints:

Last updated