Releases: justinhenricks/gemini-crypto-ts-sdk
Releases · justinhenricks/gemini-crypto-ts-sdk
1.0.6
Support ESM & CJS Latest
1.0.5 update version
1.0.4
Fix typescript ESM
1.0.3
Fix typescript
1.0.2
Fix ESM
1.0.1
🚀 Publish NPM package
1.0.0
Added
- Initial release of the Gemini Crypto TypeScript SDK
Gemini
main class for interacting with Gemini Exchange API- REST API client with support for:
- Getting ticker information
- Retrieving balances
- Placing new orders
- Symbol details
- WebSocket implementation supporting:
- Market data streams
- Order events
- Heartbeat monitoring
- Custom message handlers
- Support for both sandbox and live environments
- Comprehensive TypeScript types for API requests and responses
- Error handling with custom
GeminiAPIError
class - Full test coverage for core functionality
- Development playground for testing and examples
Security
- Implemented proper API key and secret handling
- Secure WebSocket connection with authentication
- HMAC signature generation for API requests