Qubic Static

This repository provides static data and assets related to Qubic blockchain. It serves as a single, reliable source of structured data for developers, explorers, wallets, dashboards, and analysis tools.

General Data (Shared)

Shared data resources available for all applications including smart contracts, exchanges, tokens, and address labels. Each file is available in two formats: .json (pretty-printed, human-readable) and .min.json (minified, optimized for bandwidth).

https://static.qubic.org/v1/general/data/

Smart Contracts

Comprehensive list of Qubic smart contracts including names, indexes, procedures, GitHub source links, and addresses. This data is automatically updated weekly from the qubic-core repository.

Exchanges

Known trading platforms and their associated Qubic addresses for exchange identification.

Tokens

Additional metadata and information about tokens in the Qubic ecosystem. Note: This is not intended to be a complete list of all tokens. For the full list of token issuances, use https://rpc.qubic.org/v1/assets/issuances.

Address Labels

Human-readable labels for known and important Qubic addresses.

Bundle

All general data files merged into a single file. Use this when you need all data in one request instead of fetching each file individually.

Wallet App Data

Product-specific data for the Qubic wallet application.

v1/wallet-app/

⚠️ IMPORTANT WARNING - Internal Use Only

The wallet-app data is NOT intended for public consumption or third-party use. This data is maintained exclusively for the official Qubic Wallet application.

  • No stability guarantee - Breaking changes may occur at any time without notice
  • No support - We do not provide support for third-party usage
  • No responsibility - We are NOT responsible for issues arising from third-party use
  • No API contract - Structure and content may change without warning

If you need this data: Fork the repository and maintain your own copy. You assume all risks.

DApp Explorer

Terms of Service

Terms and conditions for the Qubic Wallet application.

Explorer App Data

Product-specific data for the Qubic Explorer application.

v1/explorer/

⚠️ IMPORTANT WARNING - Internal Use Only

The explorer data is NOT intended for public consumption or third-party use. This data is maintained exclusively for the official Qubic Explorer application.

  • No stability guarantee - Breaking changes may occur at any time without notice
  • No support - We do not provide support for third-party usage
  • No responsibility - We are NOT responsible for issues arising from third-party use
  • No API contract - Structure and content may change without warning

If you need this data: Fork the repository and maintain your own copy. You assume all risks.

Token Categories

Configuration for categorizing tokens using regex rules. Each category can define nameRegex and/or issuerRegex patterns. By default, if both are specified, both must match (AND logic). Add matchAll: false if either pattern matching is sufficient (OR logic).