Skip to main content

Cadenza Documentation

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

Overview

Cadenza provides two API interfaces:

APIProtocolUse Case
HTTP APIHTTPSRequest/response operations, account management
WebSocket APIWebSocket (Centrifugo)All HTTP API operations + real-time data streaming

Getting Started

WebSocket API

For real-time market data and trading operations:

HTTP API

For REST operations:

SDKs

LanguagePackageInstallation
Pythoncadenza-clientpip install cadenza-client
Gocadenza-sdkgo get github.com/cyberapper/cadenza-core
TypeScript@algo724/cadenza-clientnpm install @algo724/cadenza-client

For WebSocket, you also need the Centrifugo client SDK:

LanguagePackage
Pythoncentrifuge-python
Gogithub.com/centrifugal/centrifuge-go
TypeScriptcentrifuge-js

Environments

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

Support