Coming soon
The Polyester Go SDK is in development and has not been released yet. This page will grow into
the full Go documentation set when it ships.
The Go SDK will offer the same capabilities as the TypeScript SDK:
- Market data — tickers, OHLCV candles, order books, public trades, and analytics.
- Trading — spot orders with attached risk controls, plus standalone triggers.
- Accounts — API key authentication, subaccounts, balances, and policies.
- Funding — deposit addresses, transfers, and withdrawals.
- Realtime — WebSocket streams for every domain.
In the meantime
- Use the TypeScript SDK — it covers the entire API surface today.
- The API itself is ConnectRPC over HTTP/2, which has first-class Go support via
connectrpc.com/connect— you can generate a client from the public protobuf definitions while the official SDK is in the works.