[ venv:dev git:dev ~/src/celeris ] date
Mon May 17 00:22:35 UTC 2021
[ venv:dev git:dev ~/src/celeris ] get-balances.py --exchange="BINANCE"
main account balances:
USDT: 279367.74642 (₮279367.75)
UNFI: 6055.99851 (₮113186.61)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./build/uv/test/websocket-test --logtostderr --host="stream.binance.com" --port=9443 --path="/stream?streams=ethusdt@trade" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| absl-py==0.11.0 | |
| aiodns==1.1.1 | |
| aiohttp==3.7.3 | |
| anyio==2.2.0 | |
| argon2-cffi==20.1.0 | |
| asciimatics==1.13.0 | |
| async-generator==1.10 | |
| async-timeout==3.0.1 | |
| attrs==20.3.0 | |
| autobahn==21.2.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| absl-py==0.11.0 | |
| aiodns==1.1.1 | |
| aiohttp==3.7.3 | |
| anyio==2.2.0 | |
| argon2-cffi==20.1.0 | |
| asciimatics==1.13.0 | |
| async-generator==1.10 | |
| async-timeout==3.0.1 | |
| attrs==20.3.0 | |
| autobahn==21.2.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export UV_ROOT="/home/${USER}/src/uv" | |
| export UV_BUILD="${UV_ROOT}/build" | |
| export PYTHONPATH="${UV_BUILD}/idl/proto/:${PYTHONPATH}" | |
| export PYTHONPATH="/home/${USER}/src/uv/py:${PYTHONPATH}" | |
| export MYPYPATH="${UV_BUILD}/idl/proto/:${MYPYPATH}" | |
| export PATH="/opt/uv/bin:${PATH}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ venv:dev ~/src ] get-account-info.py --exchange="BINANCE" | jq '.makerCommission' | |
| 10 | |
| [ venv:dev ~/src ] get-account-info.py --exchange="BINANCE" | jq '.takerCommission' | |
| 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Current TAV: 363987.199 - Δ: 0.000 - Elapsed 0 s - Δ/s: 0.000 | |
| Current TAV: 363465.221 - Δ: -521.978 - Elapsed 5 s - Δ/s: -104.396 | |
| Current TAV: 363465.283 - Δ: -521.917 - Elapsed 10 s - Δ/s: 0.012 | |
| Current TAV: 363693.157 - Δ: -294.042 - Elapsed 15 s - Δ/s: 45.575 | |
| Current TAV: 363472.564 - Δ: -514.635 - Elapsed 21 s - Δ/s: -44.119 | |
| Current TAV: 363729.294 - Δ: -257.905 - Elapsed 26 s - Δ/s: 51.346 | |
| Current TAV: 364409.736 - Δ: 422.537 - Elapsed 31 s - Δ/s: 136.088 | |
| Current TAV: 364578.522 - Δ: 591.323 - Elapsed 36 s - Δ/s: 33.757 | |
| Current TAV: 364823.327 - Δ: 836.128 - Elapsed 41 s - Δ/s: 48.961 | |
| Current TAV: 365228.219 - Δ: 1241.019 - Elapsed 46 s - Δ/s: 80.978 |
NewerOlder