Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (.venv) ubuntu@ip-172-31-28-255:~/release/pydmm-framework$ PYTHONPATH=/home/ubuntu/debug/pydmm-framework:/home/ubuntu/debug/pydmm-framework/pydmm-strategy:/home/ubuntu/debug/pydmm-framework/pydmm-connectors:/home/ubuntu/debug/pydmm-framework/pydmm-api-models python3 pydmm-connectors/pydmm_connectors/connectors/coinstore/manual.py
- [CRITICAL] [2025-12-26 08:26:12.208 - 1766737572208] COMMON: ------ New launch ------
- 1766737572211 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/v2/public/config/spot/symbols
- 1766737572372 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/trade/order/active?symbol=mameusdt
- []
- first orders {'ask': [], 'bid': []}
- 1766737572515 request through session manager and ip 172.31.22.32 for https://api.coinstore.com/api/trade/match/accountMatches?symbol=mameusdt&pageNum=1&pageSize=100
- 1766737573410 request through session manager and ip 172.31.22.32 for https://api.coinstore.com/api/trade/match/accountMatches?symbol=mameusdt&pageNum=2&pageSize=100
- [INFO] [2025-12-26 08:26:14.309 - 1766737574309] COMMON: get_new_private_trades::trades_raw: 112
- first trades []
- 1766737574309 request through session manager and ip 172.31.22.32 for https://api.coinstore.com/api/v1/market/depth/MAMEUSDT?depth=5
- 1766737574453 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/spot/accountList
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '10629.996682687', 'type': 1, 'typeName': 'AVAILABLE'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '10101417.95', 'type': 1, 'typeName': 'AVAILABLE'}
- first book {'book': {'ask_price': 0.0004998, 'bid_price': 0.0004975}, 'balance': {'base': 10101417.95, 'quote': 10629.996682687}}
- 1766737574599 request through session manager and ip 172.31.22.32 for https://api.coinstore.com/api/v1/market/depth/MAMEUSDT?depth=5
- 1766737574730 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/spot/accountList
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '10629.996682687', 'type': 1, 'typeName': 'AVAILABLE'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '10101417.95', 'type': 1, 'typeName': 'AVAILABLE'}
- 1766737574854 request through session manager and ip 172.31.22.32 for https://api.coinstore.com/api/trade/order/place
- [INFO] [2025-12-26 08:26:15.018 - 1766737575018] COMMON: coinstore.spot new_limit: {'ordId': 1852558618395912}
- 1766737580019 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/trade/match/accountMatches?symbol=mameusdt&pageNum=1&pageSize=100
- [INFO] [2025-12-26 08:26:20.920 - 1766737580920] COMMON: get_new_private_trades::trades_raw: 100
- second trades [{'price': 0.0004998, 'quantity': 12004.8, 'side': 'buy', 'timestamp': 1766737574}]
- 1766737580920 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/v1/market/depth/MAMEUSDT?depth=5
- 1766737581052 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/spot/accountList
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '10623.996683647', 'type': 1, 'typeName': 'AVAILABLE'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '10113422.75', 'type': 1, 'typeName': 'AVAILABLE'}
- second book {'book': {'ask_price': 0.0004998, 'bid_price': 0.0004976}, 'balance': {'base': 10113422.75, 'quote': 10623.996683647}}
- 1766737581207 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/trade/order/active?symbol=mameusdt
- []
- second orders {'ask': [], 'bid': []}
- (.venv) ubuntu@ip-172-31-28-255:~/release/pydmm-framework$ PYTHONPATH=/home/ubuntu/debug/pydmm-framework:/home/ubuntu/debug/pydmm-framework/pydmm-strategy:/home/ubuntu/debug/pydmm-framework/pydmm-connectors:/home/ubuntu/debug/pydmm-framework/pydmm-api-models python3 pydmm-connectors/pydmm_connectors/connectors/coinstore/manual.py
- [CRITICAL] [2025-12-26 08:27:17.523 - 1766737637523] COMMON: ------ New launch ------
- 1766737637525 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/v2/public/config/spot/symbols
- 1766737637691 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/trade/order/active?symbol=mameusdt
- []
- first orders {'ask': [], 'bid': []}
- 1766737637846 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/trade/match/accountMatches?symbol=mameusdt&pageNum=1&pageSize=100
- 1766737638785 request through session manager and ip 172.31.22.32 for https://api.coinstore.com/api/trade/match/accountMatches?symbol=mameusdt&pageNum=2&pageSize=100
- [INFO] [2025-12-26 08:27:19.625 - 1766737639625] COMMON: get_new_private_trades::trades_raw: 113
- first trades []
- 1766737639625 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/v1/market/depth/MAMEUSDT?depth=5
- 1766737639786 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/spot/accountList
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '10623.996683647', 'type': 1, 'typeName': 'AVAILABLE'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '19265.71', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '10094157.04', 'type': 1, 'typeName': 'AVAILABLE'}
- first book {'book': {'ask_price': 0.0004998, 'bid_price': 0.0004993}, 'balance': {'base': 10113422.75, 'quote': 10623.996683647}}
- 1766737639948 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/v1/market/depth/MAMEUSDT?depth=5
- 1766737640094 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/spot/accountList
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '10623.996683647', 'type': 1, 'typeName': 'AVAILABLE'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '19265.71', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '10094157.04', 'type': 1, 'typeName': 'AVAILABLE'}
- 1766737640224 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/trade/order/place
- [INFO] [2025-12-26 08:27:20.366 - 1766737640366] COMMON: coinstore.spot new_limit: {'ordId': 1852558687600875}
- 1766737645366 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/trade/match/accountMatches?symbol=mameusdt&pageNum=1&pageSize=100
- [INFO] [2025-12-26 08:27:26.315 - 1766737646315] COMMON: get_new_private_trades::trades_raw: 100
- second trades []
- 1766737646315 request through session manager and ip 172.31.27.234 for https://api.coinstore.com/api/v1/market/depth/MAMEUSDT?depth=5
- 1766737646473 request through session manager and ip 172.31.28.255 for https://api.coinstore.com/api/spot/accountList
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'USDT', 'balance': '10623.996683647', 'type': 1, 'typeName': 'AVAILABLE'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '0', 'type': 4, 'typeName': 'FROZEN'}
- {'uid': 13592356, 'accountId': 39473764, 'accountType': 1, 'currency': 'MAME', 'balance': '10113422.75', 'type': 1, 'typeName': 'AVAILABLE'}
- second book {'book': {'ask_price': 0.0004998, 'bid_price': 0.0004975}, 'balance': {'base': 10113422.75, 'quote': 10623.996683647}}
- 1766737646624 request through session manager and ip 172.31.22.32 for https://api.coinstore.com/api/trade/order/active?symbol=mameusdt
- []
Advertisement
Add Comment
Please, Sign In to add comment