https://github.com/espdev/flatqube-client
FlatQube API client and CLI tools
https://github.com/espdev/flatqube-client
Last synced: 6 days ago
JSON representation
FlatQube API client and CLI tools
- Host: GitHub
- URL: https://github.com/espdev/flatqube-client
- Owner: espdev
- License: mit
- Created: 2022-04-27T12:15:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T11:45:47.000Z (about 4 years ago)
- Last Synced: 2026-05-13T11:45:18.599Z (2 months ago)
- Language: Python
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flatqube-client
[](https://pypi.python.org/pypi/flatqube-client)

[](https://opensource.org/licenses/MIT)
flatqube-client is an API client library and CLI tools for [FlatQube](https://app.flatqube.io) DEX service in [Everscale](https://everscale.network) blockchain network.
## Installing
```
pip3 install -U flatqube-client
```
## Usage
Main CLI help:
```
flatqube --help
```
### Show Currency Info
Show selected currencies:
```
flatqube currency show wever qube bridge
```
Show the default (`whitelist`) list of currencies:
```
flatqube currency show
```
Also, we can show some list, "everscale" for example:
```
flatqube currency show -l everscale
```
Or we can show meme tokens sorted by price change:
```
flatqube currency show -l meme -s price-ch
```
We can show currencies by names and currencies from multiple lists jointly:
```
flatqube currency show weth wbtc -l everscale -l stable
```
Also, we can run cli in "auto-update" mode with interval 3 seconds (by default update interval is 5 seconds):
```
flatqube currency show -s price-ch -u -i3
```
See help for more info about `currency show` command:
```
flatqube currency show --help
```
## License
[MIT](https://opensource.org/licenses/MIT)