dexbot 1.4.14 → 1.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -48
- package/claw/data/positions.json +905 -1
- package/claw/package.json +1 -1
- package/claw/runtimes/openclaw-plugin/openclaw.plugin.json +1 -1
- package/claw/runtimes/openclaw-plugin/package.json +1 -1
- package/claw/tests/test_claw_mcp_transport.ts +2 -2
- package/dist/dexbot.d.ts.map +1 -1
- package/dist/dexbot.js +17 -1
- package/dist/dexbot.js.map +1 -1
- package/dist/modules/config.d.ts +3 -0
- package/dist/modules/config.d.ts.map +1 -1
- package/dist/modules/config.js +3 -0
- package/dist/modules/config.js.map +1 -1
- package/dist/modules/launcher/child_env.d.ts.map +1 -1
- package/dist/modules/launcher/child_env.js +3 -0
- package/dist/modules/launcher/child_env.js.map +1 -1
- package/dist/modules/paths.d.ts +43 -2
- package/dist/modules/paths.d.ts.map +1 -1
- package/dist/modules/paths.js +81 -21
- package/dist/modules/paths.js.map +1 -1
- package/package.json +2 -1
- package/scripts/README.md +20 -4
- package/scripts/clear-all.sh +39 -12
- package/scripts/clear-logs.sh +1 -1
- package/scripts/clear-market-adapter.sh +3 -3
- package/scripts/clear-orders.sh +1 -1
- package/scripts/create-bot-symlinks.sh +4 -2
- package/scripts/lib/dexbot-paths.sh +63 -0
- package/scripts/reset-settings.sh +1 -1
package/claw/data/positions.json
CHANGED
|
@@ -147125,8 +147125,912 @@
|
|
|
147125
147125
|
"strategy": "short-mpa-bts",
|
|
147126
147126
|
"status": "planned",
|
|
147127
147127
|
"updatedAt": "2026-08-17T11:44:48.097Z"
|
|
147128
|
+
},
|
|
147129
|
+
{
|
|
147130
|
+
"accountName": "alice",
|
|
147131
|
+
"assets": {
|
|
147132
|
+
"collateral": {
|
|
147133
|
+
"id": "1.3.0",
|
|
147134
|
+
"precision": 5,
|
|
147135
|
+
"symbol": "BTS"
|
|
147136
|
+
},
|
|
147137
|
+
"mpa": {
|
|
147138
|
+
"id": "1.3.10",
|
|
147139
|
+
"precision": 5,
|
|
147140
|
+
"symbol": "HONEST.USD"
|
|
147141
|
+
}
|
|
147142
|
+
},
|
|
147143
|
+
"collateral": {
|
|
147144
|
+
"amount": 25000,
|
|
147145
|
+
"asset": "BTS",
|
|
147146
|
+
"targetCollateralRatio": null
|
|
147147
|
+
},
|
|
147148
|
+
"createdAt": "2026-08-18T09:11:02.651Z",
|
|
147149
|
+
"debt": {
|
|
147150
|
+
"amount": 10,
|
|
147151
|
+
"asset": "HONEST.USD"
|
|
147152
|
+
},
|
|
147153
|
+
"entry": {
|
|
147154
|
+
"expectedBtsProceeds": 10000,
|
|
147155
|
+
"sellPriceInBts": 1000,
|
|
147156
|
+
"averageExecutionPriceInBts": null,
|
|
147157
|
+
"fillCount": 0,
|
|
147158
|
+
"fillStatus": "unfilled",
|
|
147159
|
+
"filledReceiveAmount": 0,
|
|
147160
|
+
"filledSellAmount": 0,
|
|
147161
|
+
"isFullyFilled": false,
|
|
147162
|
+
"lastFillAt": null,
|
|
147163
|
+
"orderId": null,
|
|
147164
|
+
"orderOpen": false,
|
|
147165
|
+
"placedAt": null,
|
|
147166
|
+
"priceInBts": 1000,
|
|
147167
|
+
"receiveAsset": {
|
|
147168
|
+
"id": "1.3.0",
|
|
147169
|
+
"precision": 5,
|
|
147170
|
+
"symbol": "BTS"
|
|
147171
|
+
},
|
|
147172
|
+
"receiveAmountRemaining": 10000,
|
|
147173
|
+
"sellAsset": {
|
|
147174
|
+
"id": "1.3.10",
|
|
147175
|
+
"precision": 5,
|
|
147176
|
+
"symbol": "HONEST.USD"
|
|
147177
|
+
},
|
|
147178
|
+
"sellAmountRemaining": 10,
|
|
147179
|
+
"targetReceiveAmount": 10000,
|
|
147180
|
+
"targetSellAmount": 10,
|
|
147181
|
+
"tx": null
|
|
147182
|
+
},
|
|
147183
|
+
"events": [
|
|
147184
|
+
{
|
|
147185
|
+
"at": "2026-08-18T09:11:02.651Z",
|
|
147186
|
+
"details": {
|
|
147187
|
+
"collateralAmount": 25000,
|
|
147188
|
+
"debtAmount": 10,
|
|
147189
|
+
"mpaAsset": "HONEST.USD",
|
|
147190
|
+
"sellPriceInBts": 1000
|
|
147191
|
+
},
|
|
147192
|
+
"type": "position-created"
|
|
147193
|
+
}
|
|
147194
|
+
],
|
|
147195
|
+
"exit": {
|
|
147196
|
+
"averageExecutionPriceInBts": null,
|
|
147197
|
+
"fillCount": 0,
|
|
147198
|
+
"fillStatus": "unfilled",
|
|
147199
|
+
"filledReceiveAmount": 0,
|
|
147200
|
+
"filledSellAmount": 0,
|
|
147201
|
+
"isFullyFilled": false,
|
|
147202
|
+
"lastFillAt": null,
|
|
147203
|
+
"orderId": null,
|
|
147204
|
+
"orderOpen": false,
|
|
147205
|
+
"placedAt": null,
|
|
147206
|
+
"priceInBts": null,
|
|
147207
|
+
"receiveAsset": {
|
|
147208
|
+
"id": "1.3.10",
|
|
147209
|
+
"precision": 5,
|
|
147210
|
+
"symbol": "HONEST.USD"
|
|
147211
|
+
},
|
|
147212
|
+
"receiveAmountRemaining": 0,
|
|
147213
|
+
"sellAsset": {
|
|
147214
|
+
"id": "1.3.0",
|
|
147215
|
+
"precision": 5,
|
|
147216
|
+
"symbol": "BTS"
|
|
147217
|
+
},
|
|
147218
|
+
"sellAmountRemaining": 0,
|
|
147219
|
+
"targetReceiveAmount": 0,
|
|
147220
|
+
"targetSellAmount": 0,
|
|
147221
|
+
"tx": null,
|
|
147222
|
+
"amountToCover": null,
|
|
147223
|
+
"buyPriceInBts": null,
|
|
147224
|
+
"estimatedGrossPnlInBts": null,
|
|
147225
|
+
"maxBtsToSpend": null
|
|
147226
|
+
},
|
|
147227
|
+
"id": "pos_1787044262652_yqdf4f74",
|
|
147228
|
+
"market": "HONEST.USD/BTS",
|
|
147229
|
+
"onChain": null,
|
|
147230
|
+
"pnl": {
|
|
147231
|
+
"averageEntryPriceInBts": null,
|
|
147232
|
+
"averageExitPriceInBts": null,
|
|
147233
|
+
"netBtsFlow": null,
|
|
147234
|
+
"realizedCoverAmount": 0,
|
|
147235
|
+
"realizedGrossPnlInBts": 0,
|
|
147236
|
+
"updatedAt": null
|
|
147237
|
+
},
|
|
147238
|
+
"strategy": "short-mpa-bts",
|
|
147239
|
+
"status": "planned",
|
|
147240
|
+
"updatedAt": "2026-08-18T09:11:02.651Z"
|
|
147241
|
+
},
|
|
147242
|
+
{
|
|
147243
|
+
"accountName": "alice",
|
|
147244
|
+
"assets": {
|
|
147245
|
+
"collateral": {
|
|
147246
|
+
"id": "1.3.0",
|
|
147247
|
+
"precision": 5,
|
|
147248
|
+
"symbol": "BTS"
|
|
147249
|
+
},
|
|
147250
|
+
"mpa": {
|
|
147251
|
+
"id": "1.3.10",
|
|
147252
|
+
"precision": 5,
|
|
147253
|
+
"symbol": "HONEST.USD"
|
|
147254
|
+
}
|
|
147255
|
+
},
|
|
147256
|
+
"collateral": {
|
|
147257
|
+
"amount": 25000,
|
|
147258
|
+
"asset": "BTS",
|
|
147259
|
+
"targetCollateralRatio": null
|
|
147260
|
+
},
|
|
147261
|
+
"createdAt": "2026-08-18T09:12:55.771Z",
|
|
147262
|
+
"debt": {
|
|
147263
|
+
"amount": 10,
|
|
147264
|
+
"asset": "HONEST.USD"
|
|
147265
|
+
},
|
|
147266
|
+
"entry": {
|
|
147267
|
+
"expectedBtsProceeds": 10000,
|
|
147268
|
+
"sellPriceInBts": 1000,
|
|
147269
|
+
"averageExecutionPriceInBts": null,
|
|
147270
|
+
"fillCount": 0,
|
|
147271
|
+
"fillStatus": "unfilled",
|
|
147272
|
+
"filledReceiveAmount": 0,
|
|
147273
|
+
"filledSellAmount": 0,
|
|
147274
|
+
"isFullyFilled": false,
|
|
147275
|
+
"lastFillAt": null,
|
|
147276
|
+
"orderId": null,
|
|
147277
|
+
"orderOpen": false,
|
|
147278
|
+
"placedAt": null,
|
|
147279
|
+
"priceInBts": 1000,
|
|
147280
|
+
"receiveAsset": {
|
|
147281
|
+
"id": "1.3.0",
|
|
147282
|
+
"precision": 5,
|
|
147283
|
+
"symbol": "BTS"
|
|
147284
|
+
},
|
|
147285
|
+
"receiveAmountRemaining": 10000,
|
|
147286
|
+
"sellAsset": {
|
|
147287
|
+
"id": "1.3.10",
|
|
147288
|
+
"precision": 5,
|
|
147289
|
+
"symbol": "HONEST.USD"
|
|
147290
|
+
},
|
|
147291
|
+
"sellAmountRemaining": 10,
|
|
147292
|
+
"targetReceiveAmount": 10000,
|
|
147293
|
+
"targetSellAmount": 10,
|
|
147294
|
+
"tx": null
|
|
147295
|
+
},
|
|
147296
|
+
"events": [
|
|
147297
|
+
{
|
|
147298
|
+
"at": "2026-08-18T09:12:55.771Z",
|
|
147299
|
+
"details": {
|
|
147300
|
+
"collateralAmount": 25000,
|
|
147301
|
+
"debtAmount": 10,
|
|
147302
|
+
"mpaAsset": "HONEST.USD",
|
|
147303
|
+
"sellPriceInBts": 1000
|
|
147304
|
+
},
|
|
147305
|
+
"type": "position-created"
|
|
147306
|
+
}
|
|
147307
|
+
],
|
|
147308
|
+
"exit": {
|
|
147309
|
+
"averageExecutionPriceInBts": null,
|
|
147310
|
+
"fillCount": 0,
|
|
147311
|
+
"fillStatus": "unfilled",
|
|
147312
|
+
"filledReceiveAmount": 0,
|
|
147313
|
+
"filledSellAmount": 0,
|
|
147314
|
+
"isFullyFilled": false,
|
|
147315
|
+
"lastFillAt": null,
|
|
147316
|
+
"orderId": null,
|
|
147317
|
+
"orderOpen": false,
|
|
147318
|
+
"placedAt": null,
|
|
147319
|
+
"priceInBts": null,
|
|
147320
|
+
"receiveAsset": {
|
|
147321
|
+
"id": "1.3.10",
|
|
147322
|
+
"precision": 5,
|
|
147323
|
+
"symbol": "HONEST.USD"
|
|
147324
|
+
},
|
|
147325
|
+
"receiveAmountRemaining": 0,
|
|
147326
|
+
"sellAsset": {
|
|
147327
|
+
"id": "1.3.0",
|
|
147328
|
+
"precision": 5,
|
|
147329
|
+
"symbol": "BTS"
|
|
147330
|
+
},
|
|
147331
|
+
"sellAmountRemaining": 0,
|
|
147332
|
+
"targetReceiveAmount": 0,
|
|
147333
|
+
"targetSellAmount": 0,
|
|
147334
|
+
"tx": null,
|
|
147335
|
+
"amountToCover": null,
|
|
147336
|
+
"buyPriceInBts": null,
|
|
147337
|
+
"estimatedGrossPnlInBts": null,
|
|
147338
|
+
"maxBtsToSpend": null
|
|
147339
|
+
},
|
|
147340
|
+
"id": "pos_1787044375772_2iq3nee6",
|
|
147341
|
+
"market": "HONEST.USD/BTS",
|
|
147342
|
+
"onChain": null,
|
|
147343
|
+
"pnl": {
|
|
147344
|
+
"averageEntryPriceInBts": null,
|
|
147345
|
+
"averageExitPriceInBts": null,
|
|
147346
|
+
"netBtsFlow": null,
|
|
147347
|
+
"realizedCoverAmount": 0,
|
|
147348
|
+
"realizedGrossPnlInBts": 0,
|
|
147349
|
+
"updatedAt": null
|
|
147350
|
+
},
|
|
147351
|
+
"strategy": "short-mpa-bts",
|
|
147352
|
+
"status": "planned",
|
|
147353
|
+
"updatedAt": "2026-08-18T09:12:55.771Z"
|
|
147354
|
+
},
|
|
147355
|
+
{
|
|
147356
|
+
"accountName": "alice",
|
|
147357
|
+
"assets": {
|
|
147358
|
+
"collateral": {
|
|
147359
|
+
"id": "1.3.0",
|
|
147360
|
+
"precision": 5,
|
|
147361
|
+
"symbol": "BTS"
|
|
147362
|
+
},
|
|
147363
|
+
"mpa": {
|
|
147364
|
+
"id": "1.3.10",
|
|
147365
|
+
"precision": 5,
|
|
147366
|
+
"symbol": "HONEST.USD"
|
|
147367
|
+
}
|
|
147368
|
+
},
|
|
147369
|
+
"collateral": {
|
|
147370
|
+
"amount": 25000,
|
|
147371
|
+
"asset": "BTS",
|
|
147372
|
+
"targetCollateralRatio": null
|
|
147373
|
+
},
|
|
147374
|
+
"createdAt": "2026-08-18T09:13:49.015Z",
|
|
147375
|
+
"debt": {
|
|
147376
|
+
"amount": 10,
|
|
147377
|
+
"asset": "HONEST.USD"
|
|
147378
|
+
},
|
|
147379
|
+
"entry": {
|
|
147380
|
+
"expectedBtsProceeds": 10000,
|
|
147381
|
+
"sellPriceInBts": 1000,
|
|
147382
|
+
"averageExecutionPriceInBts": null,
|
|
147383
|
+
"fillCount": 0,
|
|
147384
|
+
"fillStatus": "unfilled",
|
|
147385
|
+
"filledReceiveAmount": 0,
|
|
147386
|
+
"filledSellAmount": 0,
|
|
147387
|
+
"isFullyFilled": false,
|
|
147388
|
+
"lastFillAt": null,
|
|
147389
|
+
"orderId": null,
|
|
147390
|
+
"orderOpen": false,
|
|
147391
|
+
"placedAt": null,
|
|
147392
|
+
"priceInBts": 1000,
|
|
147393
|
+
"receiveAsset": {
|
|
147394
|
+
"id": "1.3.0",
|
|
147395
|
+
"precision": 5,
|
|
147396
|
+
"symbol": "BTS"
|
|
147397
|
+
},
|
|
147398
|
+
"receiveAmountRemaining": 10000,
|
|
147399
|
+
"sellAsset": {
|
|
147400
|
+
"id": "1.3.10",
|
|
147401
|
+
"precision": 5,
|
|
147402
|
+
"symbol": "HONEST.USD"
|
|
147403
|
+
},
|
|
147404
|
+
"sellAmountRemaining": 10,
|
|
147405
|
+
"targetReceiveAmount": 10000,
|
|
147406
|
+
"targetSellAmount": 10,
|
|
147407
|
+
"tx": null
|
|
147408
|
+
},
|
|
147409
|
+
"events": [
|
|
147410
|
+
{
|
|
147411
|
+
"at": "2026-08-18T09:13:49.015Z",
|
|
147412
|
+
"details": {
|
|
147413
|
+
"collateralAmount": 25000,
|
|
147414
|
+
"debtAmount": 10,
|
|
147415
|
+
"mpaAsset": "HONEST.USD",
|
|
147416
|
+
"sellPriceInBts": 1000
|
|
147417
|
+
},
|
|
147418
|
+
"type": "position-created"
|
|
147419
|
+
}
|
|
147420
|
+
],
|
|
147421
|
+
"exit": {
|
|
147422
|
+
"averageExecutionPriceInBts": null,
|
|
147423
|
+
"fillCount": 0,
|
|
147424
|
+
"fillStatus": "unfilled",
|
|
147425
|
+
"filledReceiveAmount": 0,
|
|
147426
|
+
"filledSellAmount": 0,
|
|
147427
|
+
"isFullyFilled": false,
|
|
147428
|
+
"lastFillAt": null,
|
|
147429
|
+
"orderId": null,
|
|
147430
|
+
"orderOpen": false,
|
|
147431
|
+
"placedAt": null,
|
|
147432
|
+
"priceInBts": null,
|
|
147433
|
+
"receiveAsset": {
|
|
147434
|
+
"id": "1.3.10",
|
|
147435
|
+
"precision": 5,
|
|
147436
|
+
"symbol": "HONEST.USD"
|
|
147437
|
+
},
|
|
147438
|
+
"receiveAmountRemaining": 0,
|
|
147439
|
+
"sellAsset": {
|
|
147440
|
+
"id": "1.3.0",
|
|
147441
|
+
"precision": 5,
|
|
147442
|
+
"symbol": "BTS"
|
|
147443
|
+
},
|
|
147444
|
+
"sellAmountRemaining": 0,
|
|
147445
|
+
"targetReceiveAmount": 0,
|
|
147446
|
+
"targetSellAmount": 0,
|
|
147447
|
+
"tx": null,
|
|
147448
|
+
"amountToCover": null,
|
|
147449
|
+
"buyPriceInBts": null,
|
|
147450
|
+
"estimatedGrossPnlInBts": null,
|
|
147451
|
+
"maxBtsToSpend": null
|
|
147452
|
+
},
|
|
147453
|
+
"id": "pos_1787044429015_skp9tkju",
|
|
147454
|
+
"market": "HONEST.USD/BTS",
|
|
147455
|
+
"onChain": null,
|
|
147456
|
+
"pnl": {
|
|
147457
|
+
"averageEntryPriceInBts": null,
|
|
147458
|
+
"averageExitPriceInBts": null,
|
|
147459
|
+
"netBtsFlow": null,
|
|
147460
|
+
"realizedCoverAmount": 0,
|
|
147461
|
+
"realizedGrossPnlInBts": 0,
|
|
147462
|
+
"updatedAt": null
|
|
147463
|
+
},
|
|
147464
|
+
"strategy": "short-mpa-bts",
|
|
147465
|
+
"status": "planned",
|
|
147466
|
+
"updatedAt": "2026-08-18T09:13:49.015Z"
|
|
147467
|
+
},
|
|
147468
|
+
{
|
|
147469
|
+
"accountName": "alice",
|
|
147470
|
+
"assets": {
|
|
147471
|
+
"collateral": {
|
|
147472
|
+
"id": "1.3.0",
|
|
147473
|
+
"precision": 5,
|
|
147474
|
+
"symbol": "BTS"
|
|
147475
|
+
},
|
|
147476
|
+
"mpa": {
|
|
147477
|
+
"id": "1.3.10",
|
|
147478
|
+
"precision": 5,
|
|
147479
|
+
"symbol": "HONEST.USD"
|
|
147480
|
+
}
|
|
147481
|
+
},
|
|
147482
|
+
"collateral": {
|
|
147483
|
+
"amount": 25000,
|
|
147484
|
+
"asset": "BTS",
|
|
147485
|
+
"targetCollateralRatio": null
|
|
147486
|
+
},
|
|
147487
|
+
"createdAt": "2026-08-18T09:22:46.339Z",
|
|
147488
|
+
"debt": {
|
|
147489
|
+
"amount": 10,
|
|
147490
|
+
"asset": "HONEST.USD"
|
|
147491
|
+
},
|
|
147492
|
+
"entry": {
|
|
147493
|
+
"expectedBtsProceeds": 10000,
|
|
147494
|
+
"sellPriceInBts": 1000,
|
|
147495
|
+
"averageExecutionPriceInBts": null,
|
|
147496
|
+
"fillCount": 0,
|
|
147497
|
+
"fillStatus": "unfilled",
|
|
147498
|
+
"filledReceiveAmount": 0,
|
|
147499
|
+
"filledSellAmount": 0,
|
|
147500
|
+
"isFullyFilled": false,
|
|
147501
|
+
"lastFillAt": null,
|
|
147502
|
+
"orderId": null,
|
|
147503
|
+
"orderOpen": false,
|
|
147504
|
+
"placedAt": null,
|
|
147505
|
+
"priceInBts": 1000,
|
|
147506
|
+
"receiveAsset": {
|
|
147507
|
+
"id": "1.3.0",
|
|
147508
|
+
"precision": 5,
|
|
147509
|
+
"symbol": "BTS"
|
|
147510
|
+
},
|
|
147511
|
+
"receiveAmountRemaining": 10000,
|
|
147512
|
+
"sellAsset": {
|
|
147513
|
+
"id": "1.3.10",
|
|
147514
|
+
"precision": 5,
|
|
147515
|
+
"symbol": "HONEST.USD"
|
|
147516
|
+
},
|
|
147517
|
+
"sellAmountRemaining": 10,
|
|
147518
|
+
"targetReceiveAmount": 10000,
|
|
147519
|
+
"targetSellAmount": 10,
|
|
147520
|
+
"tx": null
|
|
147521
|
+
},
|
|
147522
|
+
"events": [
|
|
147523
|
+
{
|
|
147524
|
+
"at": "2026-08-18T09:22:46.339Z",
|
|
147525
|
+
"details": {
|
|
147526
|
+
"collateralAmount": 25000,
|
|
147527
|
+
"debtAmount": 10,
|
|
147528
|
+
"mpaAsset": "HONEST.USD",
|
|
147529
|
+
"sellPriceInBts": 1000
|
|
147530
|
+
},
|
|
147531
|
+
"type": "position-created"
|
|
147532
|
+
}
|
|
147533
|
+
],
|
|
147534
|
+
"exit": {
|
|
147535
|
+
"averageExecutionPriceInBts": null,
|
|
147536
|
+
"fillCount": 0,
|
|
147537
|
+
"fillStatus": "unfilled",
|
|
147538
|
+
"filledReceiveAmount": 0,
|
|
147539
|
+
"filledSellAmount": 0,
|
|
147540
|
+
"isFullyFilled": false,
|
|
147541
|
+
"lastFillAt": null,
|
|
147542
|
+
"orderId": null,
|
|
147543
|
+
"orderOpen": false,
|
|
147544
|
+
"placedAt": null,
|
|
147545
|
+
"priceInBts": null,
|
|
147546
|
+
"receiveAsset": {
|
|
147547
|
+
"id": "1.3.10",
|
|
147548
|
+
"precision": 5,
|
|
147549
|
+
"symbol": "HONEST.USD"
|
|
147550
|
+
},
|
|
147551
|
+
"receiveAmountRemaining": 0,
|
|
147552
|
+
"sellAsset": {
|
|
147553
|
+
"id": "1.3.0",
|
|
147554
|
+
"precision": 5,
|
|
147555
|
+
"symbol": "BTS"
|
|
147556
|
+
},
|
|
147557
|
+
"sellAmountRemaining": 0,
|
|
147558
|
+
"targetReceiveAmount": 0,
|
|
147559
|
+
"targetSellAmount": 0,
|
|
147560
|
+
"tx": null,
|
|
147561
|
+
"amountToCover": null,
|
|
147562
|
+
"buyPriceInBts": null,
|
|
147563
|
+
"estimatedGrossPnlInBts": null,
|
|
147564
|
+
"maxBtsToSpend": null
|
|
147565
|
+
},
|
|
147566
|
+
"id": "pos_1787044966339_hd7g7jo4",
|
|
147567
|
+
"market": "HONEST.USD/BTS",
|
|
147568
|
+
"onChain": null,
|
|
147569
|
+
"pnl": {
|
|
147570
|
+
"averageEntryPriceInBts": null,
|
|
147571
|
+
"averageExitPriceInBts": null,
|
|
147572
|
+
"netBtsFlow": null,
|
|
147573
|
+
"realizedCoverAmount": 0,
|
|
147574
|
+
"realizedGrossPnlInBts": 0,
|
|
147575
|
+
"updatedAt": null
|
|
147576
|
+
},
|
|
147577
|
+
"strategy": "short-mpa-bts",
|
|
147578
|
+
"status": "planned",
|
|
147579
|
+
"updatedAt": "2026-08-18T09:22:46.339Z"
|
|
147580
|
+
},
|
|
147581
|
+
{
|
|
147582
|
+
"accountName": "alice",
|
|
147583
|
+
"assets": {
|
|
147584
|
+
"collateral": {
|
|
147585
|
+
"id": "1.3.0",
|
|
147586
|
+
"precision": 5,
|
|
147587
|
+
"symbol": "BTS"
|
|
147588
|
+
},
|
|
147589
|
+
"mpa": {
|
|
147590
|
+
"id": "1.3.10",
|
|
147591
|
+
"precision": 5,
|
|
147592
|
+
"symbol": "HONEST.USD"
|
|
147593
|
+
}
|
|
147594
|
+
},
|
|
147595
|
+
"collateral": {
|
|
147596
|
+
"amount": 25000,
|
|
147597
|
+
"asset": "BTS",
|
|
147598
|
+
"targetCollateralRatio": null
|
|
147599
|
+
},
|
|
147600
|
+
"createdAt": "2026-08-18T09:26:25.942Z",
|
|
147601
|
+
"debt": {
|
|
147602
|
+
"amount": 10,
|
|
147603
|
+
"asset": "HONEST.USD"
|
|
147604
|
+
},
|
|
147605
|
+
"entry": {
|
|
147606
|
+
"expectedBtsProceeds": 10000,
|
|
147607
|
+
"sellPriceInBts": 1000,
|
|
147608
|
+
"averageExecutionPriceInBts": null,
|
|
147609
|
+
"fillCount": 0,
|
|
147610
|
+
"fillStatus": "unfilled",
|
|
147611
|
+
"filledReceiveAmount": 0,
|
|
147612
|
+
"filledSellAmount": 0,
|
|
147613
|
+
"isFullyFilled": false,
|
|
147614
|
+
"lastFillAt": null,
|
|
147615
|
+
"orderId": null,
|
|
147616
|
+
"orderOpen": false,
|
|
147617
|
+
"placedAt": null,
|
|
147618
|
+
"priceInBts": 1000,
|
|
147619
|
+
"receiveAsset": {
|
|
147620
|
+
"id": "1.3.0",
|
|
147621
|
+
"precision": 5,
|
|
147622
|
+
"symbol": "BTS"
|
|
147623
|
+
},
|
|
147624
|
+
"receiveAmountRemaining": 10000,
|
|
147625
|
+
"sellAsset": {
|
|
147626
|
+
"id": "1.3.10",
|
|
147627
|
+
"precision": 5,
|
|
147628
|
+
"symbol": "HONEST.USD"
|
|
147629
|
+
},
|
|
147630
|
+
"sellAmountRemaining": 10,
|
|
147631
|
+
"targetReceiveAmount": 10000,
|
|
147632
|
+
"targetSellAmount": 10,
|
|
147633
|
+
"tx": null
|
|
147634
|
+
},
|
|
147635
|
+
"events": [
|
|
147636
|
+
{
|
|
147637
|
+
"at": "2026-08-18T09:26:25.942Z",
|
|
147638
|
+
"details": {
|
|
147639
|
+
"collateralAmount": 25000,
|
|
147640
|
+
"debtAmount": 10,
|
|
147641
|
+
"mpaAsset": "HONEST.USD",
|
|
147642
|
+
"sellPriceInBts": 1000
|
|
147643
|
+
},
|
|
147644
|
+
"type": "position-created"
|
|
147645
|
+
}
|
|
147646
|
+
],
|
|
147647
|
+
"exit": {
|
|
147648
|
+
"averageExecutionPriceInBts": null,
|
|
147649
|
+
"fillCount": 0,
|
|
147650
|
+
"fillStatus": "unfilled",
|
|
147651
|
+
"filledReceiveAmount": 0,
|
|
147652
|
+
"filledSellAmount": 0,
|
|
147653
|
+
"isFullyFilled": false,
|
|
147654
|
+
"lastFillAt": null,
|
|
147655
|
+
"orderId": null,
|
|
147656
|
+
"orderOpen": false,
|
|
147657
|
+
"placedAt": null,
|
|
147658
|
+
"priceInBts": null,
|
|
147659
|
+
"receiveAsset": {
|
|
147660
|
+
"id": "1.3.10",
|
|
147661
|
+
"precision": 5,
|
|
147662
|
+
"symbol": "HONEST.USD"
|
|
147663
|
+
},
|
|
147664
|
+
"receiveAmountRemaining": 0,
|
|
147665
|
+
"sellAsset": {
|
|
147666
|
+
"id": "1.3.0",
|
|
147667
|
+
"precision": 5,
|
|
147668
|
+
"symbol": "BTS"
|
|
147669
|
+
},
|
|
147670
|
+
"sellAmountRemaining": 0,
|
|
147671
|
+
"targetReceiveAmount": 0,
|
|
147672
|
+
"targetSellAmount": 0,
|
|
147673
|
+
"tx": null,
|
|
147674
|
+
"amountToCover": null,
|
|
147675
|
+
"buyPriceInBts": null,
|
|
147676
|
+
"estimatedGrossPnlInBts": null,
|
|
147677
|
+
"maxBtsToSpend": null
|
|
147678
|
+
},
|
|
147679
|
+
"id": "pos_1787045185942_v5ujz5ll",
|
|
147680
|
+
"market": "HONEST.USD/BTS",
|
|
147681
|
+
"onChain": null,
|
|
147682
|
+
"pnl": {
|
|
147683
|
+
"averageEntryPriceInBts": null,
|
|
147684
|
+
"averageExitPriceInBts": null,
|
|
147685
|
+
"netBtsFlow": null,
|
|
147686
|
+
"realizedCoverAmount": 0,
|
|
147687
|
+
"realizedGrossPnlInBts": 0,
|
|
147688
|
+
"updatedAt": null
|
|
147689
|
+
},
|
|
147690
|
+
"strategy": "short-mpa-bts",
|
|
147691
|
+
"status": "planned",
|
|
147692
|
+
"updatedAt": "2026-08-18T09:26:25.942Z"
|
|
147693
|
+
},
|
|
147694
|
+
{
|
|
147695
|
+
"accountName": "alice",
|
|
147696
|
+
"assets": {
|
|
147697
|
+
"collateral": {
|
|
147698
|
+
"id": "1.3.0",
|
|
147699
|
+
"precision": 5,
|
|
147700
|
+
"symbol": "BTS"
|
|
147701
|
+
},
|
|
147702
|
+
"mpa": {
|
|
147703
|
+
"id": "1.3.10",
|
|
147704
|
+
"precision": 5,
|
|
147705
|
+
"symbol": "HONEST.USD"
|
|
147706
|
+
}
|
|
147707
|
+
},
|
|
147708
|
+
"collateral": {
|
|
147709
|
+
"amount": 25000,
|
|
147710
|
+
"asset": "BTS",
|
|
147711
|
+
"targetCollateralRatio": null
|
|
147712
|
+
},
|
|
147713
|
+
"createdAt": "2026-08-18T09:40:03.343Z",
|
|
147714
|
+
"debt": {
|
|
147715
|
+
"amount": 10,
|
|
147716
|
+
"asset": "HONEST.USD"
|
|
147717
|
+
},
|
|
147718
|
+
"entry": {
|
|
147719
|
+
"expectedBtsProceeds": 10000,
|
|
147720
|
+
"sellPriceInBts": 1000,
|
|
147721
|
+
"averageExecutionPriceInBts": null,
|
|
147722
|
+
"fillCount": 0,
|
|
147723
|
+
"fillStatus": "unfilled",
|
|
147724
|
+
"filledReceiveAmount": 0,
|
|
147725
|
+
"filledSellAmount": 0,
|
|
147726
|
+
"isFullyFilled": false,
|
|
147727
|
+
"lastFillAt": null,
|
|
147728
|
+
"orderId": null,
|
|
147729
|
+
"orderOpen": false,
|
|
147730
|
+
"placedAt": null,
|
|
147731
|
+
"priceInBts": 1000,
|
|
147732
|
+
"receiveAsset": {
|
|
147733
|
+
"id": "1.3.0",
|
|
147734
|
+
"precision": 5,
|
|
147735
|
+
"symbol": "BTS"
|
|
147736
|
+
},
|
|
147737
|
+
"receiveAmountRemaining": 10000,
|
|
147738
|
+
"sellAsset": {
|
|
147739
|
+
"id": "1.3.10",
|
|
147740
|
+
"precision": 5,
|
|
147741
|
+
"symbol": "HONEST.USD"
|
|
147742
|
+
},
|
|
147743
|
+
"sellAmountRemaining": 10,
|
|
147744
|
+
"targetReceiveAmount": 10000,
|
|
147745
|
+
"targetSellAmount": 10,
|
|
147746
|
+
"tx": null
|
|
147747
|
+
},
|
|
147748
|
+
"events": [
|
|
147749
|
+
{
|
|
147750
|
+
"at": "2026-08-18T09:40:03.343Z",
|
|
147751
|
+
"details": {
|
|
147752
|
+
"collateralAmount": 25000,
|
|
147753
|
+
"debtAmount": 10,
|
|
147754
|
+
"mpaAsset": "HONEST.USD",
|
|
147755
|
+
"sellPriceInBts": 1000
|
|
147756
|
+
},
|
|
147757
|
+
"type": "position-created"
|
|
147758
|
+
}
|
|
147759
|
+
],
|
|
147760
|
+
"exit": {
|
|
147761
|
+
"averageExecutionPriceInBts": null,
|
|
147762
|
+
"fillCount": 0,
|
|
147763
|
+
"fillStatus": "unfilled",
|
|
147764
|
+
"filledReceiveAmount": 0,
|
|
147765
|
+
"filledSellAmount": 0,
|
|
147766
|
+
"isFullyFilled": false,
|
|
147767
|
+
"lastFillAt": null,
|
|
147768
|
+
"orderId": null,
|
|
147769
|
+
"orderOpen": false,
|
|
147770
|
+
"placedAt": null,
|
|
147771
|
+
"priceInBts": null,
|
|
147772
|
+
"receiveAsset": {
|
|
147773
|
+
"id": "1.3.10",
|
|
147774
|
+
"precision": 5,
|
|
147775
|
+
"symbol": "HONEST.USD"
|
|
147776
|
+
},
|
|
147777
|
+
"receiveAmountRemaining": 0,
|
|
147778
|
+
"sellAsset": {
|
|
147779
|
+
"id": "1.3.0",
|
|
147780
|
+
"precision": 5,
|
|
147781
|
+
"symbol": "BTS"
|
|
147782
|
+
},
|
|
147783
|
+
"sellAmountRemaining": 0,
|
|
147784
|
+
"targetReceiveAmount": 0,
|
|
147785
|
+
"targetSellAmount": 0,
|
|
147786
|
+
"tx": null,
|
|
147787
|
+
"amountToCover": null,
|
|
147788
|
+
"buyPriceInBts": null,
|
|
147789
|
+
"estimatedGrossPnlInBts": null,
|
|
147790
|
+
"maxBtsToSpend": null
|
|
147791
|
+
},
|
|
147792
|
+
"id": "pos_1787046003343_kcbuoowo",
|
|
147793
|
+
"market": "HONEST.USD/BTS",
|
|
147794
|
+
"onChain": null,
|
|
147795
|
+
"pnl": {
|
|
147796
|
+
"averageEntryPriceInBts": null,
|
|
147797
|
+
"averageExitPriceInBts": null,
|
|
147798
|
+
"netBtsFlow": null,
|
|
147799
|
+
"realizedCoverAmount": 0,
|
|
147800
|
+
"realizedGrossPnlInBts": 0,
|
|
147801
|
+
"updatedAt": null
|
|
147802
|
+
},
|
|
147803
|
+
"strategy": "short-mpa-bts",
|
|
147804
|
+
"status": "planned",
|
|
147805
|
+
"updatedAt": "2026-08-18T09:40:03.343Z"
|
|
147806
|
+
},
|
|
147807
|
+
{
|
|
147808
|
+
"accountName": "alice",
|
|
147809
|
+
"assets": {
|
|
147810
|
+
"collateral": {
|
|
147811
|
+
"id": "1.3.0",
|
|
147812
|
+
"precision": 5,
|
|
147813
|
+
"symbol": "BTS"
|
|
147814
|
+
},
|
|
147815
|
+
"mpa": {
|
|
147816
|
+
"id": "1.3.10",
|
|
147817
|
+
"precision": 5,
|
|
147818
|
+
"symbol": "HONEST.USD"
|
|
147819
|
+
}
|
|
147820
|
+
},
|
|
147821
|
+
"collateral": {
|
|
147822
|
+
"amount": 25000,
|
|
147823
|
+
"asset": "BTS",
|
|
147824
|
+
"targetCollateralRatio": null
|
|
147825
|
+
},
|
|
147826
|
+
"createdAt": "2026-08-18T09:50:10.636Z",
|
|
147827
|
+
"debt": {
|
|
147828
|
+
"amount": 10,
|
|
147829
|
+
"asset": "HONEST.USD"
|
|
147830
|
+
},
|
|
147831
|
+
"entry": {
|
|
147832
|
+
"expectedBtsProceeds": 10000,
|
|
147833
|
+
"sellPriceInBts": 1000,
|
|
147834
|
+
"averageExecutionPriceInBts": null,
|
|
147835
|
+
"fillCount": 0,
|
|
147836
|
+
"fillStatus": "unfilled",
|
|
147837
|
+
"filledReceiveAmount": 0,
|
|
147838
|
+
"filledSellAmount": 0,
|
|
147839
|
+
"isFullyFilled": false,
|
|
147840
|
+
"lastFillAt": null,
|
|
147841
|
+
"orderId": null,
|
|
147842
|
+
"orderOpen": false,
|
|
147843
|
+
"placedAt": null,
|
|
147844
|
+
"priceInBts": 1000,
|
|
147845
|
+
"receiveAsset": {
|
|
147846
|
+
"id": "1.3.0",
|
|
147847
|
+
"precision": 5,
|
|
147848
|
+
"symbol": "BTS"
|
|
147849
|
+
},
|
|
147850
|
+
"receiveAmountRemaining": 10000,
|
|
147851
|
+
"sellAsset": {
|
|
147852
|
+
"id": "1.3.10",
|
|
147853
|
+
"precision": 5,
|
|
147854
|
+
"symbol": "HONEST.USD"
|
|
147855
|
+
},
|
|
147856
|
+
"sellAmountRemaining": 10,
|
|
147857
|
+
"targetReceiveAmount": 10000,
|
|
147858
|
+
"targetSellAmount": 10,
|
|
147859
|
+
"tx": null
|
|
147860
|
+
},
|
|
147861
|
+
"events": [
|
|
147862
|
+
{
|
|
147863
|
+
"at": "2026-08-18T09:50:10.636Z",
|
|
147864
|
+
"details": {
|
|
147865
|
+
"collateralAmount": 25000,
|
|
147866
|
+
"debtAmount": 10,
|
|
147867
|
+
"mpaAsset": "HONEST.USD",
|
|
147868
|
+
"sellPriceInBts": 1000
|
|
147869
|
+
},
|
|
147870
|
+
"type": "position-created"
|
|
147871
|
+
}
|
|
147872
|
+
],
|
|
147873
|
+
"exit": {
|
|
147874
|
+
"averageExecutionPriceInBts": null,
|
|
147875
|
+
"fillCount": 0,
|
|
147876
|
+
"fillStatus": "unfilled",
|
|
147877
|
+
"filledReceiveAmount": 0,
|
|
147878
|
+
"filledSellAmount": 0,
|
|
147879
|
+
"isFullyFilled": false,
|
|
147880
|
+
"lastFillAt": null,
|
|
147881
|
+
"orderId": null,
|
|
147882
|
+
"orderOpen": false,
|
|
147883
|
+
"placedAt": null,
|
|
147884
|
+
"priceInBts": null,
|
|
147885
|
+
"receiveAsset": {
|
|
147886
|
+
"id": "1.3.10",
|
|
147887
|
+
"precision": 5,
|
|
147888
|
+
"symbol": "HONEST.USD"
|
|
147889
|
+
},
|
|
147890
|
+
"receiveAmountRemaining": 0,
|
|
147891
|
+
"sellAsset": {
|
|
147892
|
+
"id": "1.3.0",
|
|
147893
|
+
"precision": 5,
|
|
147894
|
+
"symbol": "BTS"
|
|
147895
|
+
},
|
|
147896
|
+
"sellAmountRemaining": 0,
|
|
147897
|
+
"targetReceiveAmount": 0,
|
|
147898
|
+
"targetSellAmount": 0,
|
|
147899
|
+
"tx": null,
|
|
147900
|
+
"amountToCover": null,
|
|
147901
|
+
"buyPriceInBts": null,
|
|
147902
|
+
"estimatedGrossPnlInBts": null,
|
|
147903
|
+
"maxBtsToSpend": null
|
|
147904
|
+
},
|
|
147905
|
+
"id": "pos_1787046610636_y2p5bvho",
|
|
147906
|
+
"market": "HONEST.USD/BTS",
|
|
147907
|
+
"onChain": null,
|
|
147908
|
+
"pnl": {
|
|
147909
|
+
"averageEntryPriceInBts": null,
|
|
147910
|
+
"averageExitPriceInBts": null,
|
|
147911
|
+
"netBtsFlow": null,
|
|
147912
|
+
"realizedCoverAmount": 0,
|
|
147913
|
+
"realizedGrossPnlInBts": 0,
|
|
147914
|
+
"updatedAt": null
|
|
147915
|
+
},
|
|
147916
|
+
"strategy": "short-mpa-bts",
|
|
147917
|
+
"status": "planned",
|
|
147918
|
+
"updatedAt": "2026-08-18T09:50:10.636Z"
|
|
147919
|
+
},
|
|
147920
|
+
{
|
|
147921
|
+
"accountName": "alice",
|
|
147922
|
+
"assets": {
|
|
147923
|
+
"collateral": {
|
|
147924
|
+
"id": "1.3.0",
|
|
147925
|
+
"precision": 5,
|
|
147926
|
+
"symbol": "BTS"
|
|
147927
|
+
},
|
|
147928
|
+
"mpa": {
|
|
147929
|
+
"id": "1.3.10",
|
|
147930
|
+
"precision": 5,
|
|
147931
|
+
"symbol": "HONEST.USD"
|
|
147932
|
+
}
|
|
147933
|
+
},
|
|
147934
|
+
"collateral": {
|
|
147935
|
+
"amount": 25000,
|
|
147936
|
+
"asset": "BTS",
|
|
147937
|
+
"targetCollateralRatio": null
|
|
147938
|
+
},
|
|
147939
|
+
"createdAt": "2026-08-18T09:55:37.731Z",
|
|
147940
|
+
"debt": {
|
|
147941
|
+
"amount": 10,
|
|
147942
|
+
"asset": "HONEST.USD"
|
|
147943
|
+
},
|
|
147944
|
+
"entry": {
|
|
147945
|
+
"expectedBtsProceeds": 10000,
|
|
147946
|
+
"sellPriceInBts": 1000,
|
|
147947
|
+
"averageExecutionPriceInBts": null,
|
|
147948
|
+
"fillCount": 0,
|
|
147949
|
+
"fillStatus": "unfilled",
|
|
147950
|
+
"filledReceiveAmount": 0,
|
|
147951
|
+
"filledSellAmount": 0,
|
|
147952
|
+
"isFullyFilled": false,
|
|
147953
|
+
"lastFillAt": null,
|
|
147954
|
+
"orderId": null,
|
|
147955
|
+
"orderOpen": false,
|
|
147956
|
+
"placedAt": null,
|
|
147957
|
+
"priceInBts": 1000,
|
|
147958
|
+
"receiveAsset": {
|
|
147959
|
+
"id": "1.3.0",
|
|
147960
|
+
"precision": 5,
|
|
147961
|
+
"symbol": "BTS"
|
|
147962
|
+
},
|
|
147963
|
+
"receiveAmountRemaining": 10000,
|
|
147964
|
+
"sellAsset": {
|
|
147965
|
+
"id": "1.3.10",
|
|
147966
|
+
"precision": 5,
|
|
147967
|
+
"symbol": "HONEST.USD"
|
|
147968
|
+
},
|
|
147969
|
+
"sellAmountRemaining": 10,
|
|
147970
|
+
"targetReceiveAmount": 10000,
|
|
147971
|
+
"targetSellAmount": 10,
|
|
147972
|
+
"tx": null
|
|
147973
|
+
},
|
|
147974
|
+
"events": [
|
|
147975
|
+
{
|
|
147976
|
+
"at": "2026-08-18T09:55:37.731Z",
|
|
147977
|
+
"details": {
|
|
147978
|
+
"collateralAmount": 25000,
|
|
147979
|
+
"debtAmount": 10,
|
|
147980
|
+
"mpaAsset": "HONEST.USD",
|
|
147981
|
+
"sellPriceInBts": 1000
|
|
147982
|
+
},
|
|
147983
|
+
"type": "position-created"
|
|
147984
|
+
}
|
|
147985
|
+
],
|
|
147986
|
+
"exit": {
|
|
147987
|
+
"averageExecutionPriceInBts": null,
|
|
147988
|
+
"fillCount": 0,
|
|
147989
|
+
"fillStatus": "unfilled",
|
|
147990
|
+
"filledReceiveAmount": 0,
|
|
147991
|
+
"filledSellAmount": 0,
|
|
147992
|
+
"isFullyFilled": false,
|
|
147993
|
+
"lastFillAt": null,
|
|
147994
|
+
"orderId": null,
|
|
147995
|
+
"orderOpen": false,
|
|
147996
|
+
"placedAt": null,
|
|
147997
|
+
"priceInBts": null,
|
|
147998
|
+
"receiveAsset": {
|
|
147999
|
+
"id": "1.3.10",
|
|
148000
|
+
"precision": 5,
|
|
148001
|
+
"symbol": "HONEST.USD"
|
|
148002
|
+
},
|
|
148003
|
+
"receiveAmountRemaining": 0,
|
|
148004
|
+
"sellAsset": {
|
|
148005
|
+
"id": "1.3.0",
|
|
148006
|
+
"precision": 5,
|
|
148007
|
+
"symbol": "BTS"
|
|
148008
|
+
},
|
|
148009
|
+
"sellAmountRemaining": 0,
|
|
148010
|
+
"targetReceiveAmount": 0,
|
|
148011
|
+
"targetSellAmount": 0,
|
|
148012
|
+
"tx": null,
|
|
148013
|
+
"amountToCover": null,
|
|
148014
|
+
"buyPriceInBts": null,
|
|
148015
|
+
"estimatedGrossPnlInBts": null,
|
|
148016
|
+
"maxBtsToSpend": null
|
|
148017
|
+
},
|
|
148018
|
+
"id": "pos_1787046937731_p6svm52i",
|
|
148019
|
+
"market": "HONEST.USD/BTS",
|
|
148020
|
+
"onChain": null,
|
|
148021
|
+
"pnl": {
|
|
148022
|
+
"averageEntryPriceInBts": null,
|
|
148023
|
+
"averageExitPriceInBts": null,
|
|
148024
|
+
"netBtsFlow": null,
|
|
148025
|
+
"realizedCoverAmount": 0,
|
|
148026
|
+
"realizedGrossPnlInBts": 0,
|
|
148027
|
+
"updatedAt": null
|
|
148028
|
+
},
|
|
148029
|
+
"strategy": "short-mpa-bts",
|
|
148030
|
+
"status": "planned",
|
|
148031
|
+
"updatedAt": "2026-08-18T09:55:37.731Z"
|
|
147128
148032
|
}
|
|
147129
148033
|
],
|
|
147130
|
-
"updatedAt": "2026-08-
|
|
148034
|
+
"updatedAt": "2026-08-18T09:55:37.731Z",
|
|
147131
148035
|
"version": 1
|
|
147132
148036
|
}
|