Releases: UnipayFI/bitget-cli
Releases · UnipayFI/bitget-cli
v0.0.3
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
- Download the appropriate package for your platform
- Extract the archive:
tar -xzf bitget-cli-{platform}-{arch}.tar.gz - Make executable (Linux/macOS):
chmod +x bitget-cli - Set up environment variables:
export BITGET_API_KEY="your_api_key" export BITGET_API_SECRET="your_api_secret" export BITGET_PASSPHRASE="your_passphrase"
- Run:
./bitget-cli --help