integration

Qubic partner integration

This documentation describes the best practices to integrate and interact with Qubic.

Qubic RPC

The Qubic RPC API is the main way to interact with Qubic.

Swagger / OpenAPI Documentation

API

There are APIs with different purpose. For the partner integration the query and live API are relevant. For legacy integrations the archive API was relevant.

integration-apis

Base URL Use case
https://api.qubic.org/ Public API for general use-cases. Use this to build your applications.
https://rpc.qubic.org/ Deprecated legacy API. See the legacy documentation here.

If migrating from the deprecated API, please refer to this page for the endpoints that got replaced and their new counterparts.

Attention: the api urls are subject to refactoring currently. It is possible that the host and first part of the path will be changed soon (ETA end of 2025).

Exchange integration

When integrating Qubic into your business logic, we recommend you use a TX based workflow.
You may already be familiar with this approach from other blockchains. It mainly consists of performing block scans for deposits and sending transactions via an API call to the RPC infrastructure.

Read more about the TX based workflow