offline file with IDs of openned trigger orders

This commit is contained in:
2025-08-05 21:09:45 +02:00
parent 19f920bb53
commit 064fd7b9ce
4 changed files with 640 additions and 71 deletions

View File

@ -0,0 +1,14 @@
{
"opened_orders": [
{
"order_id": 27,
"account_id": 1,
"market": "2",
"action": "SELL",
"size": 500.0,
"trigger_price": 167.16671529986962,
"created_at": "2025-08-05 13:17:58",
"coin": "SOL"
}
]
}