Skip to content

Releases: justinhenricks/gemini-crypto-ts-sdk

1.0.6

20 Jan 18:39
e448418
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

Support ESM & CJS Latest

20 Jan 17:51
Compare
Choose a tag to compare
1.0.5

update version

1.0.4

20 Jan 16:56
Compare
Choose a tag to compare

Fix typescript ESM

1.0.3

20 Jan 16:50
Compare
Choose a tag to compare

Fix typescript

1.0.2

20 Jan 16:45
Compare
Choose a tag to compare

Fix ESM

1.0.1

20 Jan 16:34
Compare
Choose a tag to compare

🚀 Publish NPM package

1.0.0

20 Jan 16:28
Compare
Choose a tag to compare

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