OpenAPI Specifications

This directory contains the OpenAPI 3.0 specifications for all Quub Exchange services.

Core Services

Authentication & Identity

Trading & Exchange

Asset Management

Banking & Settlements

Blockchain Integration

Risk & Compliance

Financial Operations

Governance & Documents

Platform Services

Asynchronous APIs

Common Components


Usage

View in Swagger Editor

To view any specification in Swagger Editor:

# Copy the raw GitHub URL
https://raw.githubusercontent.com/quub-fi/quub-exchange-docs/main/openapi/[service-name].yaml

# Paste into: https://editor.swagger.io/

Download All Specifications

git clone https://github.com/quub-fi/quub-exchange-docs.git
cd quub-exchange-docs/openapi

Validate Specifications

# Using OpenAPI CLI
openapi-cli validate *.yaml

# Using Spectral
spectral lint *.yaml

← Back to Documentation Home