Skip to content

Releases: UnipayFI/bitget-cli

v0.0.3

23 Jun 12:09

Choose a tag to compare

Release v0.0.3

Downloads

Platform Architecture Download
Windows x86_64 bitget-cli-windows-x86_64.tar.gz
Linux x86_64 bitget-cli-linux-x86_64.tar.gz
Linux arm64 bitget-cli-linux-arm64.tar.gz
macOS x86_64 bitget-cli-macos-x86_64.tar.gz
macOS arm64 bitget-cli-macos-arm64.tar.gz

Installation

  1. Download the appropriate package for your platform
  2. Extract the archive: tar -xzf bitget-cli-{platform}-{arch}.tar.gz
  3. Make executable (Linux/macOS): chmod +x bitget-cli
  4. Set up environment variables:
    export BITGET_API_KEY="your_api_key"
    export BITGET_API_SECRET="your_api_secret"
    export BITGET_PASSPHRASE="your_passphrase"
  5. Run: ./bitget-cli --help