Skip to main content

Introduction

Cadenza is a unified trading API platform that connects you to multiple cryptocurrency exchanges through a single interface.

What is Cadenza?

Cadenza simplifies multi-exchange trading by providing:

  • Unified API - Single interface to trade across multiple exchanges
  • Real-time Data - WebSocket streaming for market data and order updates
  • Secure Credentials - Encrypted storage of exchange API keys
  • Normalized Data - Consistent data formats across all exchanges

Supported Exchanges

ExchangeSpotFuturesStatus
BinanceYesYesActive
OKXYesYesActive
BybitYesYesActive

API Interfaces

Cadenza provides two API interfaces:

APIProtocolBest For
HTTP APIHTTPS RESTSimple integrations, scripting, account management
WebSocket APIWebSocket (Centrifugo)Real-time data, live trading, streaming updates

Both APIs support the same operations - choose based on your use case.

Getting Started

  1. Quick Start - Get up and running in minutes
  2. Concepts - Understand key terminology
  3. Authentication - Learn how authentication works
  4. HTTP API - REST API reference
  5. WebSocket API - Real-time API reference

Environments

EnvironmentHTTP APIWebSocket
Productionhttps://cadenza-api.algo724.comwss://cadenza-ws.algo724.com
UAThttps://cadenza-api-uat.algo724.comwss://cadenza-ws-uat.algo724.com

SDKs

npm install cadenza-client-typescript@github:cyberapper/cadenza-client-typescript#v3.0.0