SDKs
Official SDKs for Python, TypeScript, Rust, and Go
Python SDK
v2.1.0Full-featured Python client for REST API and WebSocket streaming. Supports async/await, type hints, and automatic reconnection.
pip install vertex-protocol
TypeScript SDK
v1.8.3Modern TypeScript/JavaScript client with full type safety, built-in retry logic, and browser/Node.js compatibility.
npm install @vertex-protocol/sdk
Rust SDK
v0.9.2High-performance Rust client optimized for low-latency trading bots and quantitative strategies.
cargo add vertex-protocol
Go SDK
v1.2.0Lightweight Go client with concurrent WebSocket support and efficient memory management for high-frequency applications.
go get github.com/vertex-protocol/go-sdk
