https://github.com/stylepatrick/crypto-shell
Interaction with Binance API over shell commands.
https://github.com/stylepatrick/crypto-shell
binance-api cryptocurrency shell spring-boot-shell
Last synced: about 1 month ago
JSON representation
Interaction with Binance API over shell commands.
- Host: GitHub
- URL: https://github.com/stylepatrick/crypto-shell
- Owner: stylepatrick
- Created: 2023-08-01T19:26:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T19:29:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T07:41:24.019Z (over 1 year ago)
- Topics: binance-api, cryptocurrency, shell, spring-boot-shell
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypto-shell
Interaction with Binance API over shell commands.
Commands:
```
Built-In Commands
help: Display help about available commands
stacktrace: Display the full stacktrace of the last error.
clear: Clear the shell screen.
quit, exit: Exit the shell.
history: Display or save the history of previously run commands
version: Show version info
script: Read and execute commands from a file.
Shell Commands
last-price: Get last price by symbol (ex. ETHUSDT; BTCUSDT; etc.)
```
Example:
```
shell:>last-price --symbol ETHUSDT
Last price: 1851.14000000
shell:>
```