Developer Endpoints

Feel free to use these endpoints to build on Rujira!

Stay updated with health checks and notifications through our Discord.

Detailed documentation is available in the THORChain Dev Docs.


THORChain Endpoints


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 here, 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.


Gaia (ATOM)


Noble (USDC)


Kujira


Osmosis


Terra Classic


Terra2


Endpoint Testing

RPC/API Endpoints:

curl -X GET https://<endpoint>/status

gRPC Endpoints:

grpcurl <grpc-endpoint> list

Last updated