Skip to main content

REST API

REST API

Arkhia REST API sets up a low-latency reverse proxy that relays REST requests to our resilient, auto-scalable and highly tuned Hedera Mirror Node REST API service.

Anything you can do with the public mirror node Rest API, you can do with Arkhia, with less throttle, higher availability and the goodies of our dashboard.

Find out more about the Hedera REST API below

Getting Started

Ready to integrate? Check out our REST API Getting Started Guide for step-by-step implementation examples and code samples.

HCS gRPC

info

Find more information over HCS service in the link below

Hedera Consensus Service

HCS gRPC is a native API part of the infrastructure made available by the mirror node. It enables for Dapps to subscribe to HCS topics and receive messages broadcasted downstream among others.

Arkhia makes this API available to all of our users, although it's functionality is rate limited and not adequate for production based environments that would need high reliability /volume needs. If you do have streaming needs for production environments, please take a look at our augmented API Streaming

Getting Started

Want to try gRPC? See our gRPC Getting Started Guide with complete examples in Node.js, Python, cURL, and Go.