dexbot 1.4.14 → 1.4.16
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 +50 -59
- package/claw/data/positions.json +2939 -1
- package/claw/modules/chain_broadcast.ts +4 -5
- package/claw/modules/credit_runtime_adapter.ts +6 -7
- package/claw/modules/dexbot_profiles.ts +4 -1
- package/claw/modules/launcher_paths.ts +4 -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/credential-daemon.js +7 -7
- package/dist/credential-daemon.js.map +1 -1
- package/dist/dexbot.d.ts.map +1 -1
- package/dist/dexbot.js +17 -1
- package/dist/dexbot.js.map +1 -1
- package/dist/market_adapter/core/market_adapter_service.d.ts.map +1 -1
- package/dist/market_adapter/core/market_adapter_service.js +7 -1
- package/dist/market_adapter/core/market_adapter_service.js.map +1 -1
- package/dist/market_adapter/inputs/fetch_cex_synthetic_data.js +1 -2
- package/dist/market_adapter/inputs/fetch_cex_synthetic_data.js.map +1 -1
- package/dist/market_adapter/inputs/fetch_lp_data.d.ts.map +1 -1
- package/dist/market_adapter/inputs/fetch_lp_data.js +2 -3
- package/dist/market_adapter/inputs/fetch_lp_data.js.map +1 -1
- package/dist/market_adapter/market_adapter.d.ts.map +1 -1
- package/dist/market_adapter/market_adapter.js +1 -0
- package/dist/market_adapter/market_adapter.js.map +1 -1
- package/dist/market_adapter/utils/data_discovery.js +2 -2
- package/dist/market_adapter/utils/data_discovery.js.map +1 -1
- package/dist/modules/chain_keys.d.ts.map +1 -1
- package/dist/modules/chain_keys.js +7 -1
- package/dist/modules/chain_keys.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/credential_policy.js +1 -1
- package/dist/modules/credential_policy.js.map +1 -1
- package/dist/modules/credential_runtime.d.ts +0 -3
- package/dist/modules/credential_runtime.d.ts.map +1 -1
- package/dist/modules/credential_runtime.js +5 -27
- package/dist/modules/credential_runtime.js.map +1 -1
- package/dist/modules/key_store.js +1 -1
- package/dist/modules/key_store.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/launcher/credential_daemon.d.ts.map +1 -1
- package/dist/modules/launcher/credential_daemon.js +3 -3
- package/dist/modules/launcher/credential_daemon.js.map +1 -1
- package/dist/modules/launcher/monolithic_runtime.d.ts.map +1 -1
- package/dist/modules/launcher/monolithic_runtime.js +2 -2
- package/dist/modules/launcher/monolithic_runtime.js.map +1 -1
- package/dist/modules/order/utils/system.d.ts.map +1 -1
- package/dist/modules/order/utils/system.js +11 -1
- package/dist/modules/order/utils/system.js.map +1 -1
- package/dist/modules/paths.d.ts +72 -2
- package/dist/modules/paths.d.ts.map +1 -1
- package/dist/modules/paths.js +199 -29
- package/dist/modules/paths.js.map +1 -1
- package/dist/pm2.js +3 -3
- package/dist/pm2.js.map +1 -1
- package/dist/scripts/update.d.ts +14 -5
- package/dist/scripts/update.d.ts.map +1 -1
- package/dist/scripts/update.js +335 -172
- package/dist/scripts/update.js.map +1 -1
- package/package.json +4 -3
- 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 +114 -0
- package/scripts/reset-settings.sh +1 -1
package/claw/data/positions.json
CHANGED
|
@@ -147125,8 +147125,2946 @@
|
|
|
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"
|
|
148032
|
+
},
|
|
148033
|
+
{
|
|
148034
|
+
"accountName": "alice",
|
|
148035
|
+
"assets": {
|
|
148036
|
+
"collateral": {
|
|
148037
|
+
"id": "1.3.0",
|
|
148038
|
+
"precision": 5,
|
|
148039
|
+
"symbol": "BTS"
|
|
148040
|
+
},
|
|
148041
|
+
"mpa": {
|
|
148042
|
+
"id": "1.3.10",
|
|
148043
|
+
"precision": 5,
|
|
148044
|
+
"symbol": "HONEST.USD"
|
|
148045
|
+
}
|
|
148046
|
+
},
|
|
148047
|
+
"collateral": {
|
|
148048
|
+
"amount": 25000,
|
|
148049
|
+
"asset": "BTS",
|
|
148050
|
+
"targetCollateralRatio": null
|
|
148051
|
+
},
|
|
148052
|
+
"createdAt": "2026-08-18T15:19:45.090Z",
|
|
148053
|
+
"debt": {
|
|
148054
|
+
"amount": 10,
|
|
148055
|
+
"asset": "HONEST.USD"
|
|
148056
|
+
},
|
|
148057
|
+
"entry": {
|
|
148058
|
+
"expectedBtsProceeds": 10000,
|
|
148059
|
+
"sellPriceInBts": 1000,
|
|
148060
|
+
"averageExecutionPriceInBts": null,
|
|
148061
|
+
"fillCount": 0,
|
|
148062
|
+
"fillStatus": "unfilled",
|
|
148063
|
+
"filledReceiveAmount": 0,
|
|
148064
|
+
"filledSellAmount": 0,
|
|
148065
|
+
"isFullyFilled": false,
|
|
148066
|
+
"lastFillAt": null,
|
|
148067
|
+
"orderId": null,
|
|
148068
|
+
"orderOpen": false,
|
|
148069
|
+
"placedAt": null,
|
|
148070
|
+
"priceInBts": 1000,
|
|
148071
|
+
"receiveAsset": {
|
|
148072
|
+
"id": "1.3.0",
|
|
148073
|
+
"precision": 5,
|
|
148074
|
+
"symbol": "BTS"
|
|
148075
|
+
},
|
|
148076
|
+
"receiveAmountRemaining": 10000,
|
|
148077
|
+
"sellAsset": {
|
|
148078
|
+
"id": "1.3.10",
|
|
148079
|
+
"precision": 5,
|
|
148080
|
+
"symbol": "HONEST.USD"
|
|
148081
|
+
},
|
|
148082
|
+
"sellAmountRemaining": 10,
|
|
148083
|
+
"targetReceiveAmount": 10000,
|
|
148084
|
+
"targetSellAmount": 10,
|
|
148085
|
+
"tx": null
|
|
148086
|
+
},
|
|
148087
|
+
"events": [
|
|
148088
|
+
{
|
|
148089
|
+
"at": "2026-08-18T15:19:45.090Z",
|
|
148090
|
+
"details": {
|
|
148091
|
+
"collateralAmount": 25000,
|
|
148092
|
+
"debtAmount": 10,
|
|
148093
|
+
"mpaAsset": "HONEST.USD",
|
|
148094
|
+
"sellPriceInBts": 1000
|
|
148095
|
+
},
|
|
148096
|
+
"type": "position-created"
|
|
148097
|
+
}
|
|
148098
|
+
],
|
|
148099
|
+
"exit": {
|
|
148100
|
+
"averageExecutionPriceInBts": null,
|
|
148101
|
+
"fillCount": 0,
|
|
148102
|
+
"fillStatus": "unfilled",
|
|
148103
|
+
"filledReceiveAmount": 0,
|
|
148104
|
+
"filledSellAmount": 0,
|
|
148105
|
+
"isFullyFilled": false,
|
|
148106
|
+
"lastFillAt": null,
|
|
148107
|
+
"orderId": null,
|
|
148108
|
+
"orderOpen": false,
|
|
148109
|
+
"placedAt": null,
|
|
148110
|
+
"priceInBts": null,
|
|
148111
|
+
"receiveAsset": {
|
|
148112
|
+
"id": "1.3.10",
|
|
148113
|
+
"precision": 5,
|
|
148114
|
+
"symbol": "HONEST.USD"
|
|
148115
|
+
},
|
|
148116
|
+
"receiveAmountRemaining": 0,
|
|
148117
|
+
"sellAsset": {
|
|
148118
|
+
"id": "1.3.0",
|
|
148119
|
+
"precision": 5,
|
|
148120
|
+
"symbol": "BTS"
|
|
148121
|
+
},
|
|
148122
|
+
"sellAmountRemaining": 0,
|
|
148123
|
+
"targetReceiveAmount": 0,
|
|
148124
|
+
"targetSellAmount": 0,
|
|
148125
|
+
"tx": null,
|
|
148126
|
+
"amountToCover": null,
|
|
148127
|
+
"buyPriceInBts": null,
|
|
148128
|
+
"estimatedGrossPnlInBts": null,
|
|
148129
|
+
"maxBtsToSpend": null
|
|
148130
|
+
},
|
|
148131
|
+
"id": "pos_1787066385090_chzqrncm",
|
|
148132
|
+
"market": "HONEST.USD/BTS",
|
|
148133
|
+
"onChain": null,
|
|
148134
|
+
"pnl": {
|
|
148135
|
+
"averageEntryPriceInBts": null,
|
|
148136
|
+
"averageExitPriceInBts": null,
|
|
148137
|
+
"netBtsFlow": null,
|
|
148138
|
+
"realizedCoverAmount": 0,
|
|
148139
|
+
"realizedGrossPnlInBts": 0,
|
|
148140
|
+
"updatedAt": null
|
|
148141
|
+
},
|
|
148142
|
+
"strategy": "short-mpa-bts",
|
|
148143
|
+
"status": "planned",
|
|
148144
|
+
"updatedAt": "2026-08-18T15:19:45.090Z"
|
|
148145
|
+
},
|
|
148146
|
+
{
|
|
148147
|
+
"accountName": "alice",
|
|
148148
|
+
"assets": {
|
|
148149
|
+
"collateral": {
|
|
148150
|
+
"id": "1.3.0",
|
|
148151
|
+
"precision": 5,
|
|
148152
|
+
"symbol": "BTS"
|
|
148153
|
+
},
|
|
148154
|
+
"mpa": {
|
|
148155
|
+
"id": "1.3.10",
|
|
148156
|
+
"precision": 5,
|
|
148157
|
+
"symbol": "HONEST.USD"
|
|
148158
|
+
}
|
|
148159
|
+
},
|
|
148160
|
+
"collateral": {
|
|
148161
|
+
"amount": 25000,
|
|
148162
|
+
"asset": "BTS",
|
|
148163
|
+
"targetCollateralRatio": null
|
|
148164
|
+
},
|
|
148165
|
+
"createdAt": "2026-08-18T15:28:28.084Z",
|
|
148166
|
+
"debt": {
|
|
148167
|
+
"amount": 10,
|
|
148168
|
+
"asset": "HONEST.USD"
|
|
148169
|
+
},
|
|
148170
|
+
"entry": {
|
|
148171
|
+
"expectedBtsProceeds": 10000,
|
|
148172
|
+
"sellPriceInBts": 1000,
|
|
148173
|
+
"averageExecutionPriceInBts": null,
|
|
148174
|
+
"fillCount": 0,
|
|
148175
|
+
"fillStatus": "unfilled",
|
|
148176
|
+
"filledReceiveAmount": 0,
|
|
148177
|
+
"filledSellAmount": 0,
|
|
148178
|
+
"isFullyFilled": false,
|
|
148179
|
+
"lastFillAt": null,
|
|
148180
|
+
"orderId": null,
|
|
148181
|
+
"orderOpen": false,
|
|
148182
|
+
"placedAt": null,
|
|
148183
|
+
"priceInBts": 1000,
|
|
148184
|
+
"receiveAsset": {
|
|
148185
|
+
"id": "1.3.0",
|
|
148186
|
+
"precision": 5,
|
|
148187
|
+
"symbol": "BTS"
|
|
148188
|
+
},
|
|
148189
|
+
"receiveAmountRemaining": 10000,
|
|
148190
|
+
"sellAsset": {
|
|
148191
|
+
"id": "1.3.10",
|
|
148192
|
+
"precision": 5,
|
|
148193
|
+
"symbol": "HONEST.USD"
|
|
148194
|
+
},
|
|
148195
|
+
"sellAmountRemaining": 10,
|
|
148196
|
+
"targetReceiveAmount": 10000,
|
|
148197
|
+
"targetSellAmount": 10,
|
|
148198
|
+
"tx": null
|
|
148199
|
+
},
|
|
148200
|
+
"events": [
|
|
148201
|
+
{
|
|
148202
|
+
"at": "2026-08-18T15:28:28.084Z",
|
|
148203
|
+
"details": {
|
|
148204
|
+
"collateralAmount": 25000,
|
|
148205
|
+
"debtAmount": 10,
|
|
148206
|
+
"mpaAsset": "HONEST.USD",
|
|
148207
|
+
"sellPriceInBts": 1000
|
|
148208
|
+
},
|
|
148209
|
+
"type": "position-created"
|
|
148210
|
+
}
|
|
148211
|
+
],
|
|
148212
|
+
"exit": {
|
|
148213
|
+
"averageExecutionPriceInBts": null,
|
|
148214
|
+
"fillCount": 0,
|
|
148215
|
+
"fillStatus": "unfilled",
|
|
148216
|
+
"filledReceiveAmount": 0,
|
|
148217
|
+
"filledSellAmount": 0,
|
|
148218
|
+
"isFullyFilled": false,
|
|
148219
|
+
"lastFillAt": null,
|
|
148220
|
+
"orderId": null,
|
|
148221
|
+
"orderOpen": false,
|
|
148222
|
+
"placedAt": null,
|
|
148223
|
+
"priceInBts": null,
|
|
148224
|
+
"receiveAsset": {
|
|
148225
|
+
"id": "1.3.10",
|
|
148226
|
+
"precision": 5,
|
|
148227
|
+
"symbol": "HONEST.USD"
|
|
148228
|
+
},
|
|
148229
|
+
"receiveAmountRemaining": 0,
|
|
148230
|
+
"sellAsset": {
|
|
148231
|
+
"id": "1.3.0",
|
|
148232
|
+
"precision": 5,
|
|
148233
|
+
"symbol": "BTS"
|
|
148234
|
+
},
|
|
148235
|
+
"sellAmountRemaining": 0,
|
|
148236
|
+
"targetReceiveAmount": 0,
|
|
148237
|
+
"targetSellAmount": 0,
|
|
148238
|
+
"tx": null,
|
|
148239
|
+
"amountToCover": null,
|
|
148240
|
+
"buyPriceInBts": null,
|
|
148241
|
+
"estimatedGrossPnlInBts": null,
|
|
148242
|
+
"maxBtsToSpend": null
|
|
148243
|
+
},
|
|
148244
|
+
"id": "pos_1787066908084_0o1w5db3",
|
|
148245
|
+
"market": "HONEST.USD/BTS",
|
|
148246
|
+
"onChain": null,
|
|
148247
|
+
"pnl": {
|
|
148248
|
+
"averageEntryPriceInBts": null,
|
|
148249
|
+
"averageExitPriceInBts": null,
|
|
148250
|
+
"netBtsFlow": null,
|
|
148251
|
+
"realizedCoverAmount": 0,
|
|
148252
|
+
"realizedGrossPnlInBts": 0,
|
|
148253
|
+
"updatedAt": null
|
|
148254
|
+
},
|
|
148255
|
+
"strategy": "short-mpa-bts",
|
|
148256
|
+
"status": "planned",
|
|
148257
|
+
"updatedAt": "2026-08-18T15:28:28.084Z"
|
|
148258
|
+
},
|
|
148259
|
+
{
|
|
148260
|
+
"accountName": "alice",
|
|
148261
|
+
"assets": {
|
|
148262
|
+
"collateral": {
|
|
148263
|
+
"id": "1.3.0",
|
|
148264
|
+
"precision": 5,
|
|
148265
|
+
"symbol": "BTS"
|
|
148266
|
+
},
|
|
148267
|
+
"mpa": {
|
|
148268
|
+
"id": "1.3.10",
|
|
148269
|
+
"precision": 5,
|
|
148270
|
+
"symbol": "HONEST.USD"
|
|
148271
|
+
}
|
|
148272
|
+
},
|
|
148273
|
+
"collateral": {
|
|
148274
|
+
"amount": 25000,
|
|
148275
|
+
"asset": "BTS",
|
|
148276
|
+
"targetCollateralRatio": null
|
|
148277
|
+
},
|
|
148278
|
+
"createdAt": "2026-08-18T15:38:16.321Z",
|
|
148279
|
+
"debt": {
|
|
148280
|
+
"amount": 10,
|
|
148281
|
+
"asset": "HONEST.USD"
|
|
148282
|
+
},
|
|
148283
|
+
"entry": {
|
|
148284
|
+
"expectedBtsProceeds": 10000,
|
|
148285
|
+
"sellPriceInBts": 1000,
|
|
148286
|
+
"averageExecutionPriceInBts": null,
|
|
148287
|
+
"fillCount": 0,
|
|
148288
|
+
"fillStatus": "unfilled",
|
|
148289
|
+
"filledReceiveAmount": 0,
|
|
148290
|
+
"filledSellAmount": 0,
|
|
148291
|
+
"isFullyFilled": false,
|
|
148292
|
+
"lastFillAt": null,
|
|
148293
|
+
"orderId": null,
|
|
148294
|
+
"orderOpen": false,
|
|
148295
|
+
"placedAt": null,
|
|
148296
|
+
"priceInBts": 1000,
|
|
148297
|
+
"receiveAsset": {
|
|
148298
|
+
"id": "1.3.0",
|
|
148299
|
+
"precision": 5,
|
|
148300
|
+
"symbol": "BTS"
|
|
148301
|
+
},
|
|
148302
|
+
"receiveAmountRemaining": 10000,
|
|
148303
|
+
"sellAsset": {
|
|
148304
|
+
"id": "1.3.10",
|
|
148305
|
+
"precision": 5,
|
|
148306
|
+
"symbol": "HONEST.USD"
|
|
148307
|
+
},
|
|
148308
|
+
"sellAmountRemaining": 10,
|
|
148309
|
+
"targetReceiveAmount": 10000,
|
|
148310
|
+
"targetSellAmount": 10,
|
|
148311
|
+
"tx": null
|
|
148312
|
+
},
|
|
148313
|
+
"events": [
|
|
148314
|
+
{
|
|
148315
|
+
"at": "2026-08-18T15:38:16.321Z",
|
|
148316
|
+
"details": {
|
|
148317
|
+
"collateralAmount": 25000,
|
|
148318
|
+
"debtAmount": 10,
|
|
148319
|
+
"mpaAsset": "HONEST.USD",
|
|
148320
|
+
"sellPriceInBts": 1000
|
|
148321
|
+
},
|
|
148322
|
+
"type": "position-created"
|
|
148323
|
+
}
|
|
148324
|
+
],
|
|
148325
|
+
"exit": {
|
|
148326
|
+
"averageExecutionPriceInBts": null,
|
|
148327
|
+
"fillCount": 0,
|
|
148328
|
+
"fillStatus": "unfilled",
|
|
148329
|
+
"filledReceiveAmount": 0,
|
|
148330
|
+
"filledSellAmount": 0,
|
|
148331
|
+
"isFullyFilled": false,
|
|
148332
|
+
"lastFillAt": null,
|
|
148333
|
+
"orderId": null,
|
|
148334
|
+
"orderOpen": false,
|
|
148335
|
+
"placedAt": null,
|
|
148336
|
+
"priceInBts": null,
|
|
148337
|
+
"receiveAsset": {
|
|
148338
|
+
"id": "1.3.10",
|
|
148339
|
+
"precision": 5,
|
|
148340
|
+
"symbol": "HONEST.USD"
|
|
148341
|
+
},
|
|
148342
|
+
"receiveAmountRemaining": 0,
|
|
148343
|
+
"sellAsset": {
|
|
148344
|
+
"id": "1.3.0",
|
|
148345
|
+
"precision": 5,
|
|
148346
|
+
"symbol": "BTS"
|
|
148347
|
+
},
|
|
148348
|
+
"sellAmountRemaining": 0,
|
|
148349
|
+
"targetReceiveAmount": 0,
|
|
148350
|
+
"targetSellAmount": 0,
|
|
148351
|
+
"tx": null,
|
|
148352
|
+
"amountToCover": null,
|
|
148353
|
+
"buyPriceInBts": null,
|
|
148354
|
+
"estimatedGrossPnlInBts": null,
|
|
148355
|
+
"maxBtsToSpend": null
|
|
148356
|
+
},
|
|
148357
|
+
"id": "pos_1787067496321_u5a6e4ld",
|
|
148358
|
+
"market": "HONEST.USD/BTS",
|
|
148359
|
+
"onChain": null,
|
|
148360
|
+
"pnl": {
|
|
148361
|
+
"averageEntryPriceInBts": null,
|
|
148362
|
+
"averageExitPriceInBts": null,
|
|
148363
|
+
"netBtsFlow": null,
|
|
148364
|
+
"realizedCoverAmount": 0,
|
|
148365
|
+
"realizedGrossPnlInBts": 0,
|
|
148366
|
+
"updatedAt": null
|
|
148367
|
+
},
|
|
148368
|
+
"strategy": "short-mpa-bts",
|
|
148369
|
+
"status": "planned",
|
|
148370
|
+
"updatedAt": "2026-08-18T15:38:16.321Z"
|
|
148371
|
+
},
|
|
148372
|
+
{
|
|
148373
|
+
"accountName": "alice",
|
|
148374
|
+
"assets": {
|
|
148375
|
+
"collateral": {
|
|
148376
|
+
"id": "1.3.0",
|
|
148377
|
+
"precision": 5,
|
|
148378
|
+
"symbol": "BTS"
|
|
148379
|
+
},
|
|
148380
|
+
"mpa": {
|
|
148381
|
+
"id": "1.3.10",
|
|
148382
|
+
"precision": 5,
|
|
148383
|
+
"symbol": "HONEST.USD"
|
|
148384
|
+
}
|
|
148385
|
+
},
|
|
148386
|
+
"collateral": {
|
|
148387
|
+
"amount": 25000,
|
|
148388
|
+
"asset": "BTS",
|
|
148389
|
+
"targetCollateralRatio": null
|
|
148390
|
+
},
|
|
148391
|
+
"createdAt": "2026-08-18T15:45:24.595Z",
|
|
148392
|
+
"debt": {
|
|
148393
|
+
"amount": 10,
|
|
148394
|
+
"asset": "HONEST.USD"
|
|
148395
|
+
},
|
|
148396
|
+
"entry": {
|
|
148397
|
+
"expectedBtsProceeds": 10000,
|
|
148398
|
+
"sellPriceInBts": 1000,
|
|
148399
|
+
"averageExecutionPriceInBts": null,
|
|
148400
|
+
"fillCount": 0,
|
|
148401
|
+
"fillStatus": "unfilled",
|
|
148402
|
+
"filledReceiveAmount": 0,
|
|
148403
|
+
"filledSellAmount": 0,
|
|
148404
|
+
"isFullyFilled": false,
|
|
148405
|
+
"lastFillAt": null,
|
|
148406
|
+
"orderId": null,
|
|
148407
|
+
"orderOpen": false,
|
|
148408
|
+
"placedAt": null,
|
|
148409
|
+
"priceInBts": 1000,
|
|
148410
|
+
"receiveAsset": {
|
|
148411
|
+
"id": "1.3.0",
|
|
148412
|
+
"precision": 5,
|
|
148413
|
+
"symbol": "BTS"
|
|
148414
|
+
},
|
|
148415
|
+
"receiveAmountRemaining": 10000,
|
|
148416
|
+
"sellAsset": {
|
|
148417
|
+
"id": "1.3.10",
|
|
148418
|
+
"precision": 5,
|
|
148419
|
+
"symbol": "HONEST.USD"
|
|
148420
|
+
},
|
|
148421
|
+
"sellAmountRemaining": 10,
|
|
148422
|
+
"targetReceiveAmount": 10000,
|
|
148423
|
+
"targetSellAmount": 10,
|
|
148424
|
+
"tx": null
|
|
148425
|
+
},
|
|
148426
|
+
"events": [
|
|
148427
|
+
{
|
|
148428
|
+
"at": "2026-08-18T15:45:24.595Z",
|
|
148429
|
+
"details": {
|
|
148430
|
+
"collateralAmount": 25000,
|
|
148431
|
+
"debtAmount": 10,
|
|
148432
|
+
"mpaAsset": "HONEST.USD",
|
|
148433
|
+
"sellPriceInBts": 1000
|
|
148434
|
+
},
|
|
148435
|
+
"type": "position-created"
|
|
148436
|
+
}
|
|
148437
|
+
],
|
|
148438
|
+
"exit": {
|
|
148439
|
+
"averageExecutionPriceInBts": null,
|
|
148440
|
+
"fillCount": 0,
|
|
148441
|
+
"fillStatus": "unfilled",
|
|
148442
|
+
"filledReceiveAmount": 0,
|
|
148443
|
+
"filledSellAmount": 0,
|
|
148444
|
+
"isFullyFilled": false,
|
|
148445
|
+
"lastFillAt": null,
|
|
148446
|
+
"orderId": null,
|
|
148447
|
+
"orderOpen": false,
|
|
148448
|
+
"placedAt": null,
|
|
148449
|
+
"priceInBts": null,
|
|
148450
|
+
"receiveAsset": {
|
|
148451
|
+
"id": "1.3.10",
|
|
148452
|
+
"precision": 5,
|
|
148453
|
+
"symbol": "HONEST.USD"
|
|
148454
|
+
},
|
|
148455
|
+
"receiveAmountRemaining": 0,
|
|
148456
|
+
"sellAsset": {
|
|
148457
|
+
"id": "1.3.0",
|
|
148458
|
+
"precision": 5,
|
|
148459
|
+
"symbol": "BTS"
|
|
148460
|
+
},
|
|
148461
|
+
"sellAmountRemaining": 0,
|
|
148462
|
+
"targetReceiveAmount": 0,
|
|
148463
|
+
"targetSellAmount": 0,
|
|
148464
|
+
"tx": null,
|
|
148465
|
+
"amountToCover": null,
|
|
148466
|
+
"buyPriceInBts": null,
|
|
148467
|
+
"estimatedGrossPnlInBts": null,
|
|
148468
|
+
"maxBtsToSpend": null
|
|
148469
|
+
},
|
|
148470
|
+
"id": "pos_1787067924595_dcqq7xem",
|
|
148471
|
+
"market": "HONEST.USD/BTS",
|
|
148472
|
+
"onChain": null,
|
|
148473
|
+
"pnl": {
|
|
148474
|
+
"averageEntryPriceInBts": null,
|
|
148475
|
+
"averageExitPriceInBts": null,
|
|
148476
|
+
"netBtsFlow": null,
|
|
148477
|
+
"realizedCoverAmount": 0,
|
|
148478
|
+
"realizedGrossPnlInBts": 0,
|
|
148479
|
+
"updatedAt": null
|
|
148480
|
+
},
|
|
148481
|
+
"strategy": "short-mpa-bts",
|
|
148482
|
+
"status": "planned",
|
|
148483
|
+
"updatedAt": "2026-08-18T15:45:24.595Z"
|
|
148484
|
+
},
|
|
148485
|
+
{
|
|
148486
|
+
"accountName": "alice",
|
|
148487
|
+
"assets": {
|
|
148488
|
+
"collateral": {
|
|
148489
|
+
"id": "1.3.0",
|
|
148490
|
+
"precision": 5,
|
|
148491
|
+
"symbol": "BTS"
|
|
148492
|
+
},
|
|
148493
|
+
"mpa": {
|
|
148494
|
+
"id": "1.3.10",
|
|
148495
|
+
"precision": 5,
|
|
148496
|
+
"symbol": "HONEST.USD"
|
|
148497
|
+
}
|
|
148498
|
+
},
|
|
148499
|
+
"collateral": {
|
|
148500
|
+
"amount": 25000,
|
|
148501
|
+
"asset": "BTS",
|
|
148502
|
+
"targetCollateralRatio": null
|
|
148503
|
+
},
|
|
148504
|
+
"createdAt": "2026-08-18T15:50:54.292Z",
|
|
148505
|
+
"debt": {
|
|
148506
|
+
"amount": 10,
|
|
148507
|
+
"asset": "HONEST.USD"
|
|
148508
|
+
},
|
|
148509
|
+
"entry": {
|
|
148510
|
+
"expectedBtsProceeds": 10000,
|
|
148511
|
+
"sellPriceInBts": 1000,
|
|
148512
|
+
"averageExecutionPriceInBts": null,
|
|
148513
|
+
"fillCount": 0,
|
|
148514
|
+
"fillStatus": "unfilled",
|
|
148515
|
+
"filledReceiveAmount": 0,
|
|
148516
|
+
"filledSellAmount": 0,
|
|
148517
|
+
"isFullyFilled": false,
|
|
148518
|
+
"lastFillAt": null,
|
|
148519
|
+
"orderId": null,
|
|
148520
|
+
"orderOpen": false,
|
|
148521
|
+
"placedAt": null,
|
|
148522
|
+
"priceInBts": 1000,
|
|
148523
|
+
"receiveAsset": {
|
|
148524
|
+
"id": "1.3.0",
|
|
148525
|
+
"precision": 5,
|
|
148526
|
+
"symbol": "BTS"
|
|
148527
|
+
},
|
|
148528
|
+
"receiveAmountRemaining": 10000,
|
|
148529
|
+
"sellAsset": {
|
|
148530
|
+
"id": "1.3.10",
|
|
148531
|
+
"precision": 5,
|
|
148532
|
+
"symbol": "HONEST.USD"
|
|
148533
|
+
},
|
|
148534
|
+
"sellAmountRemaining": 10,
|
|
148535
|
+
"targetReceiveAmount": 10000,
|
|
148536
|
+
"targetSellAmount": 10,
|
|
148537
|
+
"tx": null
|
|
148538
|
+
},
|
|
148539
|
+
"events": [
|
|
148540
|
+
{
|
|
148541
|
+
"at": "2026-08-18T15:50:54.292Z",
|
|
148542
|
+
"details": {
|
|
148543
|
+
"collateralAmount": 25000,
|
|
148544
|
+
"debtAmount": 10,
|
|
148545
|
+
"mpaAsset": "HONEST.USD",
|
|
148546
|
+
"sellPriceInBts": 1000
|
|
148547
|
+
},
|
|
148548
|
+
"type": "position-created"
|
|
148549
|
+
}
|
|
148550
|
+
],
|
|
148551
|
+
"exit": {
|
|
148552
|
+
"averageExecutionPriceInBts": null,
|
|
148553
|
+
"fillCount": 0,
|
|
148554
|
+
"fillStatus": "unfilled",
|
|
148555
|
+
"filledReceiveAmount": 0,
|
|
148556
|
+
"filledSellAmount": 0,
|
|
148557
|
+
"isFullyFilled": false,
|
|
148558
|
+
"lastFillAt": null,
|
|
148559
|
+
"orderId": null,
|
|
148560
|
+
"orderOpen": false,
|
|
148561
|
+
"placedAt": null,
|
|
148562
|
+
"priceInBts": null,
|
|
148563
|
+
"receiveAsset": {
|
|
148564
|
+
"id": "1.3.10",
|
|
148565
|
+
"precision": 5,
|
|
148566
|
+
"symbol": "HONEST.USD"
|
|
148567
|
+
},
|
|
148568
|
+
"receiveAmountRemaining": 0,
|
|
148569
|
+
"sellAsset": {
|
|
148570
|
+
"id": "1.3.0",
|
|
148571
|
+
"precision": 5,
|
|
148572
|
+
"symbol": "BTS"
|
|
148573
|
+
},
|
|
148574
|
+
"sellAmountRemaining": 0,
|
|
148575
|
+
"targetReceiveAmount": 0,
|
|
148576
|
+
"targetSellAmount": 0,
|
|
148577
|
+
"tx": null,
|
|
148578
|
+
"amountToCover": null,
|
|
148579
|
+
"buyPriceInBts": null,
|
|
148580
|
+
"estimatedGrossPnlInBts": null,
|
|
148581
|
+
"maxBtsToSpend": null
|
|
148582
|
+
},
|
|
148583
|
+
"id": "pos_1787068254292_ahrbs31l",
|
|
148584
|
+
"market": "HONEST.USD/BTS",
|
|
148585
|
+
"onChain": null,
|
|
148586
|
+
"pnl": {
|
|
148587
|
+
"averageEntryPriceInBts": null,
|
|
148588
|
+
"averageExitPriceInBts": null,
|
|
148589
|
+
"netBtsFlow": null,
|
|
148590
|
+
"realizedCoverAmount": 0,
|
|
148591
|
+
"realizedGrossPnlInBts": 0,
|
|
148592
|
+
"updatedAt": null
|
|
148593
|
+
},
|
|
148594
|
+
"strategy": "short-mpa-bts",
|
|
148595
|
+
"status": "planned",
|
|
148596
|
+
"updatedAt": "2026-08-18T15:50:54.292Z"
|
|
148597
|
+
},
|
|
148598
|
+
{
|
|
148599
|
+
"accountName": "alice",
|
|
148600
|
+
"assets": {
|
|
148601
|
+
"collateral": {
|
|
148602
|
+
"id": "1.3.0",
|
|
148603
|
+
"precision": 5,
|
|
148604
|
+
"symbol": "BTS"
|
|
148605
|
+
},
|
|
148606
|
+
"mpa": {
|
|
148607
|
+
"id": "1.3.10",
|
|
148608
|
+
"precision": 5,
|
|
148609
|
+
"symbol": "HONEST.USD"
|
|
148610
|
+
}
|
|
148611
|
+
},
|
|
148612
|
+
"collateral": {
|
|
148613
|
+
"amount": 25000,
|
|
148614
|
+
"asset": "BTS",
|
|
148615
|
+
"targetCollateralRatio": null
|
|
148616
|
+
},
|
|
148617
|
+
"createdAt": "2026-08-18T15:54:30.726Z",
|
|
148618
|
+
"debt": {
|
|
148619
|
+
"amount": 10,
|
|
148620
|
+
"asset": "HONEST.USD"
|
|
148621
|
+
},
|
|
148622
|
+
"entry": {
|
|
148623
|
+
"expectedBtsProceeds": 10000,
|
|
148624
|
+
"sellPriceInBts": 1000,
|
|
148625
|
+
"averageExecutionPriceInBts": null,
|
|
148626
|
+
"fillCount": 0,
|
|
148627
|
+
"fillStatus": "unfilled",
|
|
148628
|
+
"filledReceiveAmount": 0,
|
|
148629
|
+
"filledSellAmount": 0,
|
|
148630
|
+
"isFullyFilled": false,
|
|
148631
|
+
"lastFillAt": null,
|
|
148632
|
+
"orderId": null,
|
|
148633
|
+
"orderOpen": false,
|
|
148634
|
+
"placedAt": null,
|
|
148635
|
+
"priceInBts": 1000,
|
|
148636
|
+
"receiveAsset": {
|
|
148637
|
+
"id": "1.3.0",
|
|
148638
|
+
"precision": 5,
|
|
148639
|
+
"symbol": "BTS"
|
|
148640
|
+
},
|
|
148641
|
+
"receiveAmountRemaining": 10000,
|
|
148642
|
+
"sellAsset": {
|
|
148643
|
+
"id": "1.3.10",
|
|
148644
|
+
"precision": 5,
|
|
148645
|
+
"symbol": "HONEST.USD"
|
|
148646
|
+
},
|
|
148647
|
+
"sellAmountRemaining": 10,
|
|
148648
|
+
"targetReceiveAmount": 10000,
|
|
148649
|
+
"targetSellAmount": 10,
|
|
148650
|
+
"tx": null
|
|
148651
|
+
},
|
|
148652
|
+
"events": [
|
|
148653
|
+
{
|
|
148654
|
+
"at": "2026-08-18T15:54:30.726Z",
|
|
148655
|
+
"details": {
|
|
148656
|
+
"collateralAmount": 25000,
|
|
148657
|
+
"debtAmount": 10,
|
|
148658
|
+
"mpaAsset": "HONEST.USD",
|
|
148659
|
+
"sellPriceInBts": 1000
|
|
148660
|
+
},
|
|
148661
|
+
"type": "position-created"
|
|
148662
|
+
}
|
|
148663
|
+
],
|
|
148664
|
+
"exit": {
|
|
148665
|
+
"averageExecutionPriceInBts": null,
|
|
148666
|
+
"fillCount": 0,
|
|
148667
|
+
"fillStatus": "unfilled",
|
|
148668
|
+
"filledReceiveAmount": 0,
|
|
148669
|
+
"filledSellAmount": 0,
|
|
148670
|
+
"isFullyFilled": false,
|
|
148671
|
+
"lastFillAt": null,
|
|
148672
|
+
"orderId": null,
|
|
148673
|
+
"orderOpen": false,
|
|
148674
|
+
"placedAt": null,
|
|
148675
|
+
"priceInBts": null,
|
|
148676
|
+
"receiveAsset": {
|
|
148677
|
+
"id": "1.3.10",
|
|
148678
|
+
"precision": 5,
|
|
148679
|
+
"symbol": "HONEST.USD"
|
|
148680
|
+
},
|
|
148681
|
+
"receiveAmountRemaining": 0,
|
|
148682
|
+
"sellAsset": {
|
|
148683
|
+
"id": "1.3.0",
|
|
148684
|
+
"precision": 5,
|
|
148685
|
+
"symbol": "BTS"
|
|
148686
|
+
},
|
|
148687
|
+
"sellAmountRemaining": 0,
|
|
148688
|
+
"targetReceiveAmount": 0,
|
|
148689
|
+
"targetSellAmount": 0,
|
|
148690
|
+
"tx": null,
|
|
148691
|
+
"amountToCover": null,
|
|
148692
|
+
"buyPriceInBts": null,
|
|
148693
|
+
"estimatedGrossPnlInBts": null,
|
|
148694
|
+
"maxBtsToSpend": null
|
|
148695
|
+
},
|
|
148696
|
+
"id": "pos_1787068470726_x7jcypf7",
|
|
148697
|
+
"market": "HONEST.USD/BTS",
|
|
148698
|
+
"onChain": null,
|
|
148699
|
+
"pnl": {
|
|
148700
|
+
"averageEntryPriceInBts": null,
|
|
148701
|
+
"averageExitPriceInBts": null,
|
|
148702
|
+
"netBtsFlow": null,
|
|
148703
|
+
"realizedCoverAmount": 0,
|
|
148704
|
+
"realizedGrossPnlInBts": 0,
|
|
148705
|
+
"updatedAt": null
|
|
148706
|
+
},
|
|
148707
|
+
"strategy": "short-mpa-bts",
|
|
148708
|
+
"status": "planned",
|
|
148709
|
+
"updatedAt": "2026-08-18T15:54:30.726Z"
|
|
148710
|
+
},
|
|
148711
|
+
{
|
|
148712
|
+
"accountName": "alice",
|
|
148713
|
+
"assets": {
|
|
148714
|
+
"collateral": {
|
|
148715
|
+
"id": "1.3.0",
|
|
148716
|
+
"precision": 5,
|
|
148717
|
+
"symbol": "BTS"
|
|
148718
|
+
},
|
|
148719
|
+
"mpa": {
|
|
148720
|
+
"id": "1.3.10",
|
|
148721
|
+
"precision": 5,
|
|
148722
|
+
"symbol": "HONEST.USD"
|
|
148723
|
+
}
|
|
148724
|
+
},
|
|
148725
|
+
"collateral": {
|
|
148726
|
+
"amount": 25000,
|
|
148727
|
+
"asset": "BTS",
|
|
148728
|
+
"targetCollateralRatio": null
|
|
148729
|
+
},
|
|
148730
|
+
"createdAt": "2026-08-18T16:00:46.687Z",
|
|
148731
|
+
"debt": {
|
|
148732
|
+
"amount": 10,
|
|
148733
|
+
"asset": "HONEST.USD"
|
|
148734
|
+
},
|
|
148735
|
+
"entry": {
|
|
148736
|
+
"expectedBtsProceeds": 10000,
|
|
148737
|
+
"sellPriceInBts": 1000,
|
|
148738
|
+
"averageExecutionPriceInBts": null,
|
|
148739
|
+
"fillCount": 0,
|
|
148740
|
+
"fillStatus": "unfilled",
|
|
148741
|
+
"filledReceiveAmount": 0,
|
|
148742
|
+
"filledSellAmount": 0,
|
|
148743
|
+
"isFullyFilled": false,
|
|
148744
|
+
"lastFillAt": null,
|
|
148745
|
+
"orderId": null,
|
|
148746
|
+
"orderOpen": false,
|
|
148747
|
+
"placedAt": null,
|
|
148748
|
+
"priceInBts": 1000,
|
|
148749
|
+
"receiveAsset": {
|
|
148750
|
+
"id": "1.3.0",
|
|
148751
|
+
"precision": 5,
|
|
148752
|
+
"symbol": "BTS"
|
|
148753
|
+
},
|
|
148754
|
+
"receiveAmountRemaining": 10000,
|
|
148755
|
+
"sellAsset": {
|
|
148756
|
+
"id": "1.3.10",
|
|
148757
|
+
"precision": 5,
|
|
148758
|
+
"symbol": "HONEST.USD"
|
|
148759
|
+
},
|
|
148760
|
+
"sellAmountRemaining": 10,
|
|
148761
|
+
"targetReceiveAmount": 10000,
|
|
148762
|
+
"targetSellAmount": 10,
|
|
148763
|
+
"tx": null
|
|
148764
|
+
},
|
|
148765
|
+
"events": [
|
|
148766
|
+
{
|
|
148767
|
+
"at": "2026-08-18T16:00:46.687Z",
|
|
148768
|
+
"details": {
|
|
148769
|
+
"collateralAmount": 25000,
|
|
148770
|
+
"debtAmount": 10,
|
|
148771
|
+
"mpaAsset": "HONEST.USD",
|
|
148772
|
+
"sellPriceInBts": 1000
|
|
148773
|
+
},
|
|
148774
|
+
"type": "position-created"
|
|
148775
|
+
}
|
|
148776
|
+
],
|
|
148777
|
+
"exit": {
|
|
148778
|
+
"averageExecutionPriceInBts": null,
|
|
148779
|
+
"fillCount": 0,
|
|
148780
|
+
"fillStatus": "unfilled",
|
|
148781
|
+
"filledReceiveAmount": 0,
|
|
148782
|
+
"filledSellAmount": 0,
|
|
148783
|
+
"isFullyFilled": false,
|
|
148784
|
+
"lastFillAt": null,
|
|
148785
|
+
"orderId": null,
|
|
148786
|
+
"orderOpen": false,
|
|
148787
|
+
"placedAt": null,
|
|
148788
|
+
"priceInBts": null,
|
|
148789
|
+
"receiveAsset": {
|
|
148790
|
+
"id": "1.3.10",
|
|
148791
|
+
"precision": 5,
|
|
148792
|
+
"symbol": "HONEST.USD"
|
|
148793
|
+
},
|
|
148794
|
+
"receiveAmountRemaining": 0,
|
|
148795
|
+
"sellAsset": {
|
|
148796
|
+
"id": "1.3.0",
|
|
148797
|
+
"precision": 5,
|
|
148798
|
+
"symbol": "BTS"
|
|
148799
|
+
},
|
|
148800
|
+
"sellAmountRemaining": 0,
|
|
148801
|
+
"targetReceiveAmount": 0,
|
|
148802
|
+
"targetSellAmount": 0,
|
|
148803
|
+
"tx": null,
|
|
148804
|
+
"amountToCover": null,
|
|
148805
|
+
"buyPriceInBts": null,
|
|
148806
|
+
"estimatedGrossPnlInBts": null,
|
|
148807
|
+
"maxBtsToSpend": null
|
|
148808
|
+
},
|
|
148809
|
+
"id": "pos_1787068846687_30mncriq",
|
|
148810
|
+
"market": "HONEST.USD/BTS",
|
|
148811
|
+
"onChain": null,
|
|
148812
|
+
"pnl": {
|
|
148813
|
+
"averageEntryPriceInBts": null,
|
|
148814
|
+
"averageExitPriceInBts": null,
|
|
148815
|
+
"netBtsFlow": null,
|
|
148816
|
+
"realizedCoverAmount": 0,
|
|
148817
|
+
"realizedGrossPnlInBts": 0,
|
|
148818
|
+
"updatedAt": null
|
|
148819
|
+
},
|
|
148820
|
+
"strategy": "short-mpa-bts",
|
|
148821
|
+
"status": "planned",
|
|
148822
|
+
"updatedAt": "2026-08-18T16:00:46.687Z"
|
|
148823
|
+
},
|
|
148824
|
+
{
|
|
148825
|
+
"accountName": "alice",
|
|
148826
|
+
"assets": {
|
|
148827
|
+
"collateral": {
|
|
148828
|
+
"id": "1.3.0",
|
|
148829
|
+
"precision": 5,
|
|
148830
|
+
"symbol": "BTS"
|
|
148831
|
+
},
|
|
148832
|
+
"mpa": {
|
|
148833
|
+
"id": "1.3.10",
|
|
148834
|
+
"precision": 5,
|
|
148835
|
+
"symbol": "HONEST.USD"
|
|
148836
|
+
}
|
|
148837
|
+
},
|
|
148838
|
+
"collateral": {
|
|
148839
|
+
"amount": 25000,
|
|
148840
|
+
"asset": "BTS",
|
|
148841
|
+
"targetCollateralRatio": null
|
|
148842
|
+
},
|
|
148843
|
+
"createdAt": "2026-08-18T16:01:40.001Z",
|
|
148844
|
+
"debt": {
|
|
148845
|
+
"amount": 10,
|
|
148846
|
+
"asset": "HONEST.USD"
|
|
148847
|
+
},
|
|
148848
|
+
"entry": {
|
|
148849
|
+
"expectedBtsProceeds": 10000,
|
|
148850
|
+
"sellPriceInBts": 1000,
|
|
148851
|
+
"averageExecutionPriceInBts": null,
|
|
148852
|
+
"fillCount": 0,
|
|
148853
|
+
"fillStatus": "unfilled",
|
|
148854
|
+
"filledReceiveAmount": 0,
|
|
148855
|
+
"filledSellAmount": 0,
|
|
148856
|
+
"isFullyFilled": false,
|
|
148857
|
+
"lastFillAt": null,
|
|
148858
|
+
"orderId": null,
|
|
148859
|
+
"orderOpen": false,
|
|
148860
|
+
"placedAt": null,
|
|
148861
|
+
"priceInBts": 1000,
|
|
148862
|
+
"receiveAsset": {
|
|
148863
|
+
"id": "1.3.0",
|
|
148864
|
+
"precision": 5,
|
|
148865
|
+
"symbol": "BTS"
|
|
148866
|
+
},
|
|
148867
|
+
"receiveAmountRemaining": 10000,
|
|
148868
|
+
"sellAsset": {
|
|
148869
|
+
"id": "1.3.10",
|
|
148870
|
+
"precision": 5,
|
|
148871
|
+
"symbol": "HONEST.USD"
|
|
148872
|
+
},
|
|
148873
|
+
"sellAmountRemaining": 10,
|
|
148874
|
+
"targetReceiveAmount": 10000,
|
|
148875
|
+
"targetSellAmount": 10,
|
|
148876
|
+
"tx": null
|
|
148877
|
+
},
|
|
148878
|
+
"events": [
|
|
148879
|
+
{
|
|
148880
|
+
"at": "2026-08-18T16:01:40.001Z",
|
|
148881
|
+
"details": {
|
|
148882
|
+
"collateralAmount": 25000,
|
|
148883
|
+
"debtAmount": 10,
|
|
148884
|
+
"mpaAsset": "HONEST.USD",
|
|
148885
|
+
"sellPriceInBts": 1000
|
|
148886
|
+
},
|
|
148887
|
+
"type": "position-created"
|
|
148888
|
+
}
|
|
148889
|
+
],
|
|
148890
|
+
"exit": {
|
|
148891
|
+
"averageExecutionPriceInBts": null,
|
|
148892
|
+
"fillCount": 0,
|
|
148893
|
+
"fillStatus": "unfilled",
|
|
148894
|
+
"filledReceiveAmount": 0,
|
|
148895
|
+
"filledSellAmount": 0,
|
|
148896
|
+
"isFullyFilled": false,
|
|
148897
|
+
"lastFillAt": null,
|
|
148898
|
+
"orderId": null,
|
|
148899
|
+
"orderOpen": false,
|
|
148900
|
+
"placedAt": null,
|
|
148901
|
+
"priceInBts": null,
|
|
148902
|
+
"receiveAsset": {
|
|
148903
|
+
"id": "1.3.10",
|
|
148904
|
+
"precision": 5,
|
|
148905
|
+
"symbol": "HONEST.USD"
|
|
148906
|
+
},
|
|
148907
|
+
"receiveAmountRemaining": 0,
|
|
148908
|
+
"sellAsset": {
|
|
148909
|
+
"id": "1.3.0",
|
|
148910
|
+
"precision": 5,
|
|
148911
|
+
"symbol": "BTS"
|
|
148912
|
+
},
|
|
148913
|
+
"sellAmountRemaining": 0,
|
|
148914
|
+
"targetReceiveAmount": 0,
|
|
148915
|
+
"targetSellAmount": 0,
|
|
148916
|
+
"tx": null,
|
|
148917
|
+
"amountToCover": null,
|
|
148918
|
+
"buyPriceInBts": null,
|
|
148919
|
+
"estimatedGrossPnlInBts": null,
|
|
148920
|
+
"maxBtsToSpend": null
|
|
148921
|
+
},
|
|
148922
|
+
"id": "pos_1787068900001_36chysoq",
|
|
148923
|
+
"market": "HONEST.USD/BTS",
|
|
148924
|
+
"onChain": null,
|
|
148925
|
+
"pnl": {
|
|
148926
|
+
"averageEntryPriceInBts": null,
|
|
148927
|
+
"averageExitPriceInBts": null,
|
|
148928
|
+
"netBtsFlow": null,
|
|
148929
|
+
"realizedCoverAmount": 0,
|
|
148930
|
+
"realizedGrossPnlInBts": 0,
|
|
148931
|
+
"updatedAt": null
|
|
148932
|
+
},
|
|
148933
|
+
"strategy": "short-mpa-bts",
|
|
148934
|
+
"status": "planned",
|
|
148935
|
+
"updatedAt": "2026-08-18T16:01:40.001Z"
|
|
148936
|
+
},
|
|
148937
|
+
{
|
|
148938
|
+
"accountName": "alice",
|
|
148939
|
+
"assets": {
|
|
148940
|
+
"collateral": {
|
|
148941
|
+
"id": "1.3.0",
|
|
148942
|
+
"precision": 5,
|
|
148943
|
+
"symbol": "BTS"
|
|
148944
|
+
},
|
|
148945
|
+
"mpa": {
|
|
148946
|
+
"id": "1.3.10",
|
|
148947
|
+
"precision": 5,
|
|
148948
|
+
"symbol": "HONEST.USD"
|
|
148949
|
+
}
|
|
148950
|
+
},
|
|
148951
|
+
"collateral": {
|
|
148952
|
+
"amount": 25000,
|
|
148953
|
+
"asset": "BTS",
|
|
148954
|
+
"targetCollateralRatio": null
|
|
148955
|
+
},
|
|
148956
|
+
"createdAt": "2026-08-18T16:41:52.561Z",
|
|
148957
|
+
"debt": {
|
|
148958
|
+
"amount": 10,
|
|
148959
|
+
"asset": "HONEST.USD"
|
|
148960
|
+
},
|
|
148961
|
+
"entry": {
|
|
148962
|
+
"expectedBtsProceeds": 10000,
|
|
148963
|
+
"sellPriceInBts": 1000,
|
|
148964
|
+
"averageExecutionPriceInBts": null,
|
|
148965
|
+
"fillCount": 0,
|
|
148966
|
+
"fillStatus": "unfilled",
|
|
148967
|
+
"filledReceiveAmount": 0,
|
|
148968
|
+
"filledSellAmount": 0,
|
|
148969
|
+
"isFullyFilled": false,
|
|
148970
|
+
"lastFillAt": null,
|
|
148971
|
+
"orderId": null,
|
|
148972
|
+
"orderOpen": false,
|
|
148973
|
+
"placedAt": null,
|
|
148974
|
+
"priceInBts": 1000,
|
|
148975
|
+
"receiveAsset": {
|
|
148976
|
+
"id": "1.3.0",
|
|
148977
|
+
"precision": 5,
|
|
148978
|
+
"symbol": "BTS"
|
|
148979
|
+
},
|
|
148980
|
+
"receiveAmountRemaining": 10000,
|
|
148981
|
+
"sellAsset": {
|
|
148982
|
+
"id": "1.3.10",
|
|
148983
|
+
"precision": 5,
|
|
148984
|
+
"symbol": "HONEST.USD"
|
|
148985
|
+
},
|
|
148986
|
+
"sellAmountRemaining": 10,
|
|
148987
|
+
"targetReceiveAmount": 10000,
|
|
148988
|
+
"targetSellAmount": 10,
|
|
148989
|
+
"tx": null
|
|
148990
|
+
},
|
|
148991
|
+
"events": [
|
|
148992
|
+
{
|
|
148993
|
+
"at": "2026-08-18T16:41:52.561Z",
|
|
148994
|
+
"details": {
|
|
148995
|
+
"collateralAmount": 25000,
|
|
148996
|
+
"debtAmount": 10,
|
|
148997
|
+
"mpaAsset": "HONEST.USD",
|
|
148998
|
+
"sellPriceInBts": 1000
|
|
148999
|
+
},
|
|
149000
|
+
"type": "position-created"
|
|
149001
|
+
}
|
|
149002
|
+
],
|
|
149003
|
+
"exit": {
|
|
149004
|
+
"averageExecutionPriceInBts": null,
|
|
149005
|
+
"fillCount": 0,
|
|
149006
|
+
"fillStatus": "unfilled",
|
|
149007
|
+
"filledReceiveAmount": 0,
|
|
149008
|
+
"filledSellAmount": 0,
|
|
149009
|
+
"isFullyFilled": false,
|
|
149010
|
+
"lastFillAt": null,
|
|
149011
|
+
"orderId": null,
|
|
149012
|
+
"orderOpen": false,
|
|
149013
|
+
"placedAt": null,
|
|
149014
|
+
"priceInBts": null,
|
|
149015
|
+
"receiveAsset": {
|
|
149016
|
+
"id": "1.3.10",
|
|
149017
|
+
"precision": 5,
|
|
149018
|
+
"symbol": "HONEST.USD"
|
|
149019
|
+
},
|
|
149020
|
+
"receiveAmountRemaining": 0,
|
|
149021
|
+
"sellAsset": {
|
|
149022
|
+
"id": "1.3.0",
|
|
149023
|
+
"precision": 5,
|
|
149024
|
+
"symbol": "BTS"
|
|
149025
|
+
},
|
|
149026
|
+
"sellAmountRemaining": 0,
|
|
149027
|
+
"targetReceiveAmount": 0,
|
|
149028
|
+
"targetSellAmount": 0,
|
|
149029
|
+
"tx": null,
|
|
149030
|
+
"amountToCover": null,
|
|
149031
|
+
"buyPriceInBts": null,
|
|
149032
|
+
"estimatedGrossPnlInBts": null,
|
|
149033
|
+
"maxBtsToSpend": null
|
|
149034
|
+
},
|
|
149035
|
+
"id": "pos_1787071312561_a2b3wioy",
|
|
149036
|
+
"market": "HONEST.USD/BTS",
|
|
149037
|
+
"onChain": null,
|
|
149038
|
+
"pnl": {
|
|
149039
|
+
"averageEntryPriceInBts": null,
|
|
149040
|
+
"averageExitPriceInBts": null,
|
|
149041
|
+
"netBtsFlow": null,
|
|
149042
|
+
"realizedCoverAmount": 0,
|
|
149043
|
+
"realizedGrossPnlInBts": 0,
|
|
149044
|
+
"updatedAt": null
|
|
149045
|
+
},
|
|
149046
|
+
"strategy": "short-mpa-bts",
|
|
149047
|
+
"status": "planned",
|
|
149048
|
+
"updatedAt": "2026-08-18T16:41:52.561Z"
|
|
149049
|
+
},
|
|
149050
|
+
{
|
|
149051
|
+
"accountName": "alice",
|
|
149052
|
+
"assets": {
|
|
149053
|
+
"collateral": {
|
|
149054
|
+
"id": "1.3.0",
|
|
149055
|
+
"precision": 5,
|
|
149056
|
+
"symbol": "BTS"
|
|
149057
|
+
},
|
|
149058
|
+
"mpa": {
|
|
149059
|
+
"id": "1.3.10",
|
|
149060
|
+
"precision": 5,
|
|
149061
|
+
"symbol": "HONEST.USD"
|
|
149062
|
+
}
|
|
149063
|
+
},
|
|
149064
|
+
"collateral": {
|
|
149065
|
+
"amount": 25000,
|
|
149066
|
+
"asset": "BTS",
|
|
149067
|
+
"targetCollateralRatio": null
|
|
149068
|
+
},
|
|
149069
|
+
"createdAt": "2026-08-18T16:47:03.220Z",
|
|
149070
|
+
"debt": {
|
|
149071
|
+
"amount": 10,
|
|
149072
|
+
"asset": "HONEST.USD"
|
|
149073
|
+
},
|
|
149074
|
+
"entry": {
|
|
149075
|
+
"expectedBtsProceeds": 10000,
|
|
149076
|
+
"sellPriceInBts": 1000,
|
|
149077
|
+
"averageExecutionPriceInBts": null,
|
|
149078
|
+
"fillCount": 0,
|
|
149079
|
+
"fillStatus": "unfilled",
|
|
149080
|
+
"filledReceiveAmount": 0,
|
|
149081
|
+
"filledSellAmount": 0,
|
|
149082
|
+
"isFullyFilled": false,
|
|
149083
|
+
"lastFillAt": null,
|
|
149084
|
+
"orderId": null,
|
|
149085
|
+
"orderOpen": false,
|
|
149086
|
+
"placedAt": null,
|
|
149087
|
+
"priceInBts": 1000,
|
|
149088
|
+
"receiveAsset": {
|
|
149089
|
+
"id": "1.3.0",
|
|
149090
|
+
"precision": 5,
|
|
149091
|
+
"symbol": "BTS"
|
|
149092
|
+
},
|
|
149093
|
+
"receiveAmountRemaining": 10000,
|
|
149094
|
+
"sellAsset": {
|
|
149095
|
+
"id": "1.3.10",
|
|
149096
|
+
"precision": 5,
|
|
149097
|
+
"symbol": "HONEST.USD"
|
|
149098
|
+
},
|
|
149099
|
+
"sellAmountRemaining": 10,
|
|
149100
|
+
"targetReceiveAmount": 10000,
|
|
149101
|
+
"targetSellAmount": 10,
|
|
149102
|
+
"tx": null
|
|
149103
|
+
},
|
|
149104
|
+
"events": [
|
|
149105
|
+
{
|
|
149106
|
+
"at": "2026-08-18T16:47:03.220Z",
|
|
149107
|
+
"details": {
|
|
149108
|
+
"collateralAmount": 25000,
|
|
149109
|
+
"debtAmount": 10,
|
|
149110
|
+
"mpaAsset": "HONEST.USD",
|
|
149111
|
+
"sellPriceInBts": 1000
|
|
149112
|
+
},
|
|
149113
|
+
"type": "position-created"
|
|
149114
|
+
}
|
|
149115
|
+
],
|
|
149116
|
+
"exit": {
|
|
149117
|
+
"averageExecutionPriceInBts": null,
|
|
149118
|
+
"fillCount": 0,
|
|
149119
|
+
"fillStatus": "unfilled",
|
|
149120
|
+
"filledReceiveAmount": 0,
|
|
149121
|
+
"filledSellAmount": 0,
|
|
149122
|
+
"isFullyFilled": false,
|
|
149123
|
+
"lastFillAt": null,
|
|
149124
|
+
"orderId": null,
|
|
149125
|
+
"orderOpen": false,
|
|
149126
|
+
"placedAt": null,
|
|
149127
|
+
"priceInBts": null,
|
|
149128
|
+
"receiveAsset": {
|
|
149129
|
+
"id": "1.3.10",
|
|
149130
|
+
"precision": 5,
|
|
149131
|
+
"symbol": "HONEST.USD"
|
|
149132
|
+
},
|
|
149133
|
+
"receiveAmountRemaining": 0,
|
|
149134
|
+
"sellAsset": {
|
|
149135
|
+
"id": "1.3.0",
|
|
149136
|
+
"precision": 5,
|
|
149137
|
+
"symbol": "BTS"
|
|
149138
|
+
},
|
|
149139
|
+
"sellAmountRemaining": 0,
|
|
149140
|
+
"targetReceiveAmount": 0,
|
|
149141
|
+
"targetSellAmount": 0,
|
|
149142
|
+
"tx": null,
|
|
149143
|
+
"amountToCover": null,
|
|
149144
|
+
"buyPriceInBts": null,
|
|
149145
|
+
"estimatedGrossPnlInBts": null,
|
|
149146
|
+
"maxBtsToSpend": null
|
|
149147
|
+
},
|
|
149148
|
+
"id": "pos_1787071623220_mfs25ls3",
|
|
149149
|
+
"market": "HONEST.USD/BTS",
|
|
149150
|
+
"onChain": null,
|
|
149151
|
+
"pnl": {
|
|
149152
|
+
"averageEntryPriceInBts": null,
|
|
149153
|
+
"averageExitPriceInBts": null,
|
|
149154
|
+
"netBtsFlow": null,
|
|
149155
|
+
"realizedCoverAmount": 0,
|
|
149156
|
+
"realizedGrossPnlInBts": 0,
|
|
149157
|
+
"updatedAt": null
|
|
149158
|
+
},
|
|
149159
|
+
"strategy": "short-mpa-bts",
|
|
149160
|
+
"status": "planned",
|
|
149161
|
+
"updatedAt": "2026-08-18T16:47:03.220Z"
|
|
149162
|
+
},
|
|
149163
|
+
{
|
|
149164
|
+
"accountName": "alice",
|
|
149165
|
+
"assets": {
|
|
149166
|
+
"collateral": {
|
|
149167
|
+
"id": "1.3.0",
|
|
149168
|
+
"precision": 5,
|
|
149169
|
+
"symbol": "BTS"
|
|
149170
|
+
},
|
|
149171
|
+
"mpa": {
|
|
149172
|
+
"id": "1.3.10",
|
|
149173
|
+
"precision": 5,
|
|
149174
|
+
"symbol": "HONEST.USD"
|
|
149175
|
+
}
|
|
149176
|
+
},
|
|
149177
|
+
"collateral": {
|
|
149178
|
+
"amount": 25000,
|
|
149179
|
+
"asset": "BTS",
|
|
149180
|
+
"targetCollateralRatio": null
|
|
149181
|
+
},
|
|
149182
|
+
"createdAt": "2026-08-18T16:52:17.970Z",
|
|
149183
|
+
"debt": {
|
|
149184
|
+
"amount": 10,
|
|
149185
|
+
"asset": "HONEST.USD"
|
|
149186
|
+
},
|
|
149187
|
+
"entry": {
|
|
149188
|
+
"expectedBtsProceeds": 10000,
|
|
149189
|
+
"sellPriceInBts": 1000,
|
|
149190
|
+
"averageExecutionPriceInBts": null,
|
|
149191
|
+
"fillCount": 0,
|
|
149192
|
+
"fillStatus": "unfilled",
|
|
149193
|
+
"filledReceiveAmount": 0,
|
|
149194
|
+
"filledSellAmount": 0,
|
|
149195
|
+
"isFullyFilled": false,
|
|
149196
|
+
"lastFillAt": null,
|
|
149197
|
+
"orderId": null,
|
|
149198
|
+
"orderOpen": false,
|
|
149199
|
+
"placedAt": null,
|
|
149200
|
+
"priceInBts": 1000,
|
|
149201
|
+
"receiveAsset": {
|
|
149202
|
+
"id": "1.3.0",
|
|
149203
|
+
"precision": 5,
|
|
149204
|
+
"symbol": "BTS"
|
|
149205
|
+
},
|
|
149206
|
+
"receiveAmountRemaining": 10000,
|
|
149207
|
+
"sellAsset": {
|
|
149208
|
+
"id": "1.3.10",
|
|
149209
|
+
"precision": 5,
|
|
149210
|
+
"symbol": "HONEST.USD"
|
|
149211
|
+
},
|
|
149212
|
+
"sellAmountRemaining": 10,
|
|
149213
|
+
"targetReceiveAmount": 10000,
|
|
149214
|
+
"targetSellAmount": 10,
|
|
149215
|
+
"tx": null
|
|
149216
|
+
},
|
|
149217
|
+
"events": [
|
|
149218
|
+
{
|
|
149219
|
+
"at": "2026-08-18T16:52:17.970Z",
|
|
149220
|
+
"details": {
|
|
149221
|
+
"collateralAmount": 25000,
|
|
149222
|
+
"debtAmount": 10,
|
|
149223
|
+
"mpaAsset": "HONEST.USD",
|
|
149224
|
+
"sellPriceInBts": 1000
|
|
149225
|
+
},
|
|
149226
|
+
"type": "position-created"
|
|
149227
|
+
}
|
|
149228
|
+
],
|
|
149229
|
+
"exit": {
|
|
149230
|
+
"averageExecutionPriceInBts": null,
|
|
149231
|
+
"fillCount": 0,
|
|
149232
|
+
"fillStatus": "unfilled",
|
|
149233
|
+
"filledReceiveAmount": 0,
|
|
149234
|
+
"filledSellAmount": 0,
|
|
149235
|
+
"isFullyFilled": false,
|
|
149236
|
+
"lastFillAt": null,
|
|
149237
|
+
"orderId": null,
|
|
149238
|
+
"orderOpen": false,
|
|
149239
|
+
"placedAt": null,
|
|
149240
|
+
"priceInBts": null,
|
|
149241
|
+
"receiveAsset": {
|
|
149242
|
+
"id": "1.3.10",
|
|
149243
|
+
"precision": 5,
|
|
149244
|
+
"symbol": "HONEST.USD"
|
|
149245
|
+
},
|
|
149246
|
+
"receiveAmountRemaining": 0,
|
|
149247
|
+
"sellAsset": {
|
|
149248
|
+
"id": "1.3.0",
|
|
149249
|
+
"precision": 5,
|
|
149250
|
+
"symbol": "BTS"
|
|
149251
|
+
},
|
|
149252
|
+
"sellAmountRemaining": 0,
|
|
149253
|
+
"targetReceiveAmount": 0,
|
|
149254
|
+
"targetSellAmount": 0,
|
|
149255
|
+
"tx": null,
|
|
149256
|
+
"amountToCover": null,
|
|
149257
|
+
"buyPriceInBts": null,
|
|
149258
|
+
"estimatedGrossPnlInBts": null,
|
|
149259
|
+
"maxBtsToSpend": null
|
|
149260
|
+
},
|
|
149261
|
+
"id": "pos_1787071937970_42gjdgct",
|
|
149262
|
+
"market": "HONEST.USD/BTS",
|
|
149263
|
+
"onChain": null,
|
|
149264
|
+
"pnl": {
|
|
149265
|
+
"averageEntryPriceInBts": null,
|
|
149266
|
+
"averageExitPriceInBts": null,
|
|
149267
|
+
"netBtsFlow": null,
|
|
149268
|
+
"realizedCoverAmount": 0,
|
|
149269
|
+
"realizedGrossPnlInBts": 0,
|
|
149270
|
+
"updatedAt": null
|
|
149271
|
+
},
|
|
149272
|
+
"strategy": "short-mpa-bts",
|
|
149273
|
+
"status": "planned",
|
|
149274
|
+
"updatedAt": "2026-08-18T16:52:17.970Z"
|
|
149275
|
+
},
|
|
149276
|
+
{
|
|
149277
|
+
"accountName": "alice",
|
|
149278
|
+
"assets": {
|
|
149279
|
+
"collateral": {
|
|
149280
|
+
"id": "1.3.0",
|
|
149281
|
+
"precision": 5,
|
|
149282
|
+
"symbol": "BTS"
|
|
149283
|
+
},
|
|
149284
|
+
"mpa": {
|
|
149285
|
+
"id": "1.3.10",
|
|
149286
|
+
"precision": 5,
|
|
149287
|
+
"symbol": "HONEST.USD"
|
|
149288
|
+
}
|
|
149289
|
+
},
|
|
149290
|
+
"collateral": {
|
|
149291
|
+
"amount": 25000,
|
|
149292
|
+
"asset": "BTS",
|
|
149293
|
+
"targetCollateralRatio": null
|
|
149294
|
+
},
|
|
149295
|
+
"createdAt": "2026-08-18T17:01:26.329Z",
|
|
149296
|
+
"debt": {
|
|
149297
|
+
"amount": 10,
|
|
149298
|
+
"asset": "HONEST.USD"
|
|
149299
|
+
},
|
|
149300
|
+
"entry": {
|
|
149301
|
+
"expectedBtsProceeds": 10000,
|
|
149302
|
+
"sellPriceInBts": 1000,
|
|
149303
|
+
"averageExecutionPriceInBts": null,
|
|
149304
|
+
"fillCount": 0,
|
|
149305
|
+
"fillStatus": "unfilled",
|
|
149306
|
+
"filledReceiveAmount": 0,
|
|
149307
|
+
"filledSellAmount": 0,
|
|
149308
|
+
"isFullyFilled": false,
|
|
149309
|
+
"lastFillAt": null,
|
|
149310
|
+
"orderId": null,
|
|
149311
|
+
"orderOpen": false,
|
|
149312
|
+
"placedAt": null,
|
|
149313
|
+
"priceInBts": 1000,
|
|
149314
|
+
"receiveAsset": {
|
|
149315
|
+
"id": "1.3.0",
|
|
149316
|
+
"precision": 5,
|
|
149317
|
+
"symbol": "BTS"
|
|
149318
|
+
},
|
|
149319
|
+
"receiveAmountRemaining": 10000,
|
|
149320
|
+
"sellAsset": {
|
|
149321
|
+
"id": "1.3.10",
|
|
149322
|
+
"precision": 5,
|
|
149323
|
+
"symbol": "HONEST.USD"
|
|
149324
|
+
},
|
|
149325
|
+
"sellAmountRemaining": 10,
|
|
149326
|
+
"targetReceiveAmount": 10000,
|
|
149327
|
+
"targetSellAmount": 10,
|
|
149328
|
+
"tx": null
|
|
149329
|
+
},
|
|
149330
|
+
"events": [
|
|
149331
|
+
{
|
|
149332
|
+
"at": "2026-08-18T17:01:26.329Z",
|
|
149333
|
+
"details": {
|
|
149334
|
+
"collateralAmount": 25000,
|
|
149335
|
+
"debtAmount": 10,
|
|
149336
|
+
"mpaAsset": "HONEST.USD",
|
|
149337
|
+
"sellPriceInBts": 1000
|
|
149338
|
+
},
|
|
149339
|
+
"type": "position-created"
|
|
149340
|
+
}
|
|
149341
|
+
],
|
|
149342
|
+
"exit": {
|
|
149343
|
+
"averageExecutionPriceInBts": null,
|
|
149344
|
+
"fillCount": 0,
|
|
149345
|
+
"fillStatus": "unfilled",
|
|
149346
|
+
"filledReceiveAmount": 0,
|
|
149347
|
+
"filledSellAmount": 0,
|
|
149348
|
+
"isFullyFilled": false,
|
|
149349
|
+
"lastFillAt": null,
|
|
149350
|
+
"orderId": null,
|
|
149351
|
+
"orderOpen": false,
|
|
149352
|
+
"placedAt": null,
|
|
149353
|
+
"priceInBts": null,
|
|
149354
|
+
"receiveAsset": {
|
|
149355
|
+
"id": "1.3.10",
|
|
149356
|
+
"precision": 5,
|
|
149357
|
+
"symbol": "HONEST.USD"
|
|
149358
|
+
},
|
|
149359
|
+
"receiveAmountRemaining": 0,
|
|
149360
|
+
"sellAsset": {
|
|
149361
|
+
"id": "1.3.0",
|
|
149362
|
+
"precision": 5,
|
|
149363
|
+
"symbol": "BTS"
|
|
149364
|
+
},
|
|
149365
|
+
"sellAmountRemaining": 0,
|
|
149366
|
+
"targetReceiveAmount": 0,
|
|
149367
|
+
"targetSellAmount": 0,
|
|
149368
|
+
"tx": null,
|
|
149369
|
+
"amountToCover": null,
|
|
149370
|
+
"buyPriceInBts": null,
|
|
149371
|
+
"estimatedGrossPnlInBts": null,
|
|
149372
|
+
"maxBtsToSpend": null
|
|
149373
|
+
},
|
|
149374
|
+
"id": "pos_1787072486329_fyryus9e",
|
|
149375
|
+
"market": "HONEST.USD/BTS",
|
|
149376
|
+
"onChain": null,
|
|
149377
|
+
"pnl": {
|
|
149378
|
+
"averageEntryPriceInBts": null,
|
|
149379
|
+
"averageExitPriceInBts": null,
|
|
149380
|
+
"netBtsFlow": null,
|
|
149381
|
+
"realizedCoverAmount": 0,
|
|
149382
|
+
"realizedGrossPnlInBts": 0,
|
|
149383
|
+
"updatedAt": null
|
|
149384
|
+
},
|
|
149385
|
+
"strategy": "short-mpa-bts",
|
|
149386
|
+
"status": "planned",
|
|
149387
|
+
"updatedAt": "2026-08-18T17:01:26.329Z"
|
|
149388
|
+
},
|
|
149389
|
+
{
|
|
149390
|
+
"accountName": "alice",
|
|
149391
|
+
"assets": {
|
|
149392
|
+
"collateral": {
|
|
149393
|
+
"id": "1.3.0",
|
|
149394
|
+
"precision": 5,
|
|
149395
|
+
"symbol": "BTS"
|
|
149396
|
+
},
|
|
149397
|
+
"mpa": {
|
|
149398
|
+
"id": "1.3.10",
|
|
149399
|
+
"precision": 5,
|
|
149400
|
+
"symbol": "HONEST.USD"
|
|
149401
|
+
}
|
|
149402
|
+
},
|
|
149403
|
+
"collateral": {
|
|
149404
|
+
"amount": 25000,
|
|
149405
|
+
"asset": "BTS",
|
|
149406
|
+
"targetCollateralRatio": null
|
|
149407
|
+
},
|
|
149408
|
+
"createdAt": "2026-08-18T17:04:35.368Z",
|
|
149409
|
+
"debt": {
|
|
149410
|
+
"amount": 10,
|
|
149411
|
+
"asset": "HONEST.USD"
|
|
149412
|
+
},
|
|
149413
|
+
"entry": {
|
|
149414
|
+
"expectedBtsProceeds": 10000,
|
|
149415
|
+
"sellPriceInBts": 1000,
|
|
149416
|
+
"averageExecutionPriceInBts": null,
|
|
149417
|
+
"fillCount": 0,
|
|
149418
|
+
"fillStatus": "unfilled",
|
|
149419
|
+
"filledReceiveAmount": 0,
|
|
149420
|
+
"filledSellAmount": 0,
|
|
149421
|
+
"isFullyFilled": false,
|
|
149422
|
+
"lastFillAt": null,
|
|
149423
|
+
"orderId": null,
|
|
149424
|
+
"orderOpen": false,
|
|
149425
|
+
"placedAt": null,
|
|
149426
|
+
"priceInBts": 1000,
|
|
149427
|
+
"receiveAsset": {
|
|
149428
|
+
"id": "1.3.0",
|
|
149429
|
+
"precision": 5,
|
|
149430
|
+
"symbol": "BTS"
|
|
149431
|
+
},
|
|
149432
|
+
"receiveAmountRemaining": 10000,
|
|
149433
|
+
"sellAsset": {
|
|
149434
|
+
"id": "1.3.10",
|
|
149435
|
+
"precision": 5,
|
|
149436
|
+
"symbol": "HONEST.USD"
|
|
149437
|
+
},
|
|
149438
|
+
"sellAmountRemaining": 10,
|
|
149439
|
+
"targetReceiveAmount": 10000,
|
|
149440
|
+
"targetSellAmount": 10,
|
|
149441
|
+
"tx": null
|
|
149442
|
+
},
|
|
149443
|
+
"events": [
|
|
149444
|
+
{
|
|
149445
|
+
"at": "2026-08-18T17:04:35.368Z",
|
|
149446
|
+
"details": {
|
|
149447
|
+
"collateralAmount": 25000,
|
|
149448
|
+
"debtAmount": 10,
|
|
149449
|
+
"mpaAsset": "HONEST.USD",
|
|
149450
|
+
"sellPriceInBts": 1000
|
|
149451
|
+
},
|
|
149452
|
+
"type": "position-created"
|
|
149453
|
+
}
|
|
149454
|
+
],
|
|
149455
|
+
"exit": {
|
|
149456
|
+
"averageExecutionPriceInBts": null,
|
|
149457
|
+
"fillCount": 0,
|
|
149458
|
+
"fillStatus": "unfilled",
|
|
149459
|
+
"filledReceiveAmount": 0,
|
|
149460
|
+
"filledSellAmount": 0,
|
|
149461
|
+
"isFullyFilled": false,
|
|
149462
|
+
"lastFillAt": null,
|
|
149463
|
+
"orderId": null,
|
|
149464
|
+
"orderOpen": false,
|
|
149465
|
+
"placedAt": null,
|
|
149466
|
+
"priceInBts": null,
|
|
149467
|
+
"receiveAsset": {
|
|
149468
|
+
"id": "1.3.10",
|
|
149469
|
+
"precision": 5,
|
|
149470
|
+
"symbol": "HONEST.USD"
|
|
149471
|
+
},
|
|
149472
|
+
"receiveAmountRemaining": 0,
|
|
149473
|
+
"sellAsset": {
|
|
149474
|
+
"id": "1.3.0",
|
|
149475
|
+
"precision": 5,
|
|
149476
|
+
"symbol": "BTS"
|
|
149477
|
+
},
|
|
149478
|
+
"sellAmountRemaining": 0,
|
|
149479
|
+
"targetReceiveAmount": 0,
|
|
149480
|
+
"targetSellAmount": 0,
|
|
149481
|
+
"tx": null,
|
|
149482
|
+
"amountToCover": null,
|
|
149483
|
+
"buyPriceInBts": null,
|
|
149484
|
+
"estimatedGrossPnlInBts": null,
|
|
149485
|
+
"maxBtsToSpend": null
|
|
149486
|
+
},
|
|
149487
|
+
"id": "pos_1787072675368_1dn8t81w",
|
|
149488
|
+
"market": "HONEST.USD/BTS",
|
|
149489
|
+
"onChain": null,
|
|
149490
|
+
"pnl": {
|
|
149491
|
+
"averageEntryPriceInBts": null,
|
|
149492
|
+
"averageExitPriceInBts": null,
|
|
149493
|
+
"netBtsFlow": null,
|
|
149494
|
+
"realizedCoverAmount": 0,
|
|
149495
|
+
"realizedGrossPnlInBts": 0,
|
|
149496
|
+
"updatedAt": null
|
|
149497
|
+
},
|
|
149498
|
+
"strategy": "short-mpa-bts",
|
|
149499
|
+
"status": "planned",
|
|
149500
|
+
"updatedAt": "2026-08-18T17:04:35.368Z"
|
|
149501
|
+
},
|
|
149502
|
+
{
|
|
149503
|
+
"accountName": "alice",
|
|
149504
|
+
"assets": {
|
|
149505
|
+
"collateral": {
|
|
149506
|
+
"id": "1.3.0",
|
|
149507
|
+
"precision": 5,
|
|
149508
|
+
"symbol": "BTS"
|
|
149509
|
+
},
|
|
149510
|
+
"mpa": {
|
|
149511
|
+
"id": "1.3.10",
|
|
149512
|
+
"precision": 5,
|
|
149513
|
+
"symbol": "HONEST.USD"
|
|
149514
|
+
}
|
|
149515
|
+
},
|
|
149516
|
+
"collateral": {
|
|
149517
|
+
"amount": 25000,
|
|
149518
|
+
"asset": "BTS",
|
|
149519
|
+
"targetCollateralRatio": null
|
|
149520
|
+
},
|
|
149521
|
+
"createdAt": "2026-08-18T17:07:29.875Z",
|
|
149522
|
+
"debt": {
|
|
149523
|
+
"amount": 10,
|
|
149524
|
+
"asset": "HONEST.USD"
|
|
149525
|
+
},
|
|
149526
|
+
"entry": {
|
|
149527
|
+
"expectedBtsProceeds": 10000,
|
|
149528
|
+
"sellPriceInBts": 1000,
|
|
149529
|
+
"averageExecutionPriceInBts": null,
|
|
149530
|
+
"fillCount": 0,
|
|
149531
|
+
"fillStatus": "unfilled",
|
|
149532
|
+
"filledReceiveAmount": 0,
|
|
149533
|
+
"filledSellAmount": 0,
|
|
149534
|
+
"isFullyFilled": false,
|
|
149535
|
+
"lastFillAt": null,
|
|
149536
|
+
"orderId": null,
|
|
149537
|
+
"orderOpen": false,
|
|
149538
|
+
"placedAt": null,
|
|
149539
|
+
"priceInBts": 1000,
|
|
149540
|
+
"receiveAsset": {
|
|
149541
|
+
"id": "1.3.0",
|
|
149542
|
+
"precision": 5,
|
|
149543
|
+
"symbol": "BTS"
|
|
149544
|
+
},
|
|
149545
|
+
"receiveAmountRemaining": 10000,
|
|
149546
|
+
"sellAsset": {
|
|
149547
|
+
"id": "1.3.10",
|
|
149548
|
+
"precision": 5,
|
|
149549
|
+
"symbol": "HONEST.USD"
|
|
149550
|
+
},
|
|
149551
|
+
"sellAmountRemaining": 10,
|
|
149552
|
+
"targetReceiveAmount": 10000,
|
|
149553
|
+
"targetSellAmount": 10,
|
|
149554
|
+
"tx": null
|
|
149555
|
+
},
|
|
149556
|
+
"events": [
|
|
149557
|
+
{
|
|
149558
|
+
"at": "2026-08-18T17:07:29.875Z",
|
|
149559
|
+
"details": {
|
|
149560
|
+
"collateralAmount": 25000,
|
|
149561
|
+
"debtAmount": 10,
|
|
149562
|
+
"mpaAsset": "HONEST.USD",
|
|
149563
|
+
"sellPriceInBts": 1000
|
|
149564
|
+
},
|
|
149565
|
+
"type": "position-created"
|
|
149566
|
+
}
|
|
149567
|
+
],
|
|
149568
|
+
"exit": {
|
|
149569
|
+
"averageExecutionPriceInBts": null,
|
|
149570
|
+
"fillCount": 0,
|
|
149571
|
+
"fillStatus": "unfilled",
|
|
149572
|
+
"filledReceiveAmount": 0,
|
|
149573
|
+
"filledSellAmount": 0,
|
|
149574
|
+
"isFullyFilled": false,
|
|
149575
|
+
"lastFillAt": null,
|
|
149576
|
+
"orderId": null,
|
|
149577
|
+
"orderOpen": false,
|
|
149578
|
+
"placedAt": null,
|
|
149579
|
+
"priceInBts": null,
|
|
149580
|
+
"receiveAsset": {
|
|
149581
|
+
"id": "1.3.10",
|
|
149582
|
+
"precision": 5,
|
|
149583
|
+
"symbol": "HONEST.USD"
|
|
149584
|
+
},
|
|
149585
|
+
"receiveAmountRemaining": 0,
|
|
149586
|
+
"sellAsset": {
|
|
149587
|
+
"id": "1.3.0",
|
|
149588
|
+
"precision": 5,
|
|
149589
|
+
"symbol": "BTS"
|
|
149590
|
+
},
|
|
149591
|
+
"sellAmountRemaining": 0,
|
|
149592
|
+
"targetReceiveAmount": 0,
|
|
149593
|
+
"targetSellAmount": 0,
|
|
149594
|
+
"tx": null,
|
|
149595
|
+
"amountToCover": null,
|
|
149596
|
+
"buyPriceInBts": null,
|
|
149597
|
+
"estimatedGrossPnlInBts": null,
|
|
149598
|
+
"maxBtsToSpend": null
|
|
149599
|
+
},
|
|
149600
|
+
"id": "pos_1787072849875_arxnvt7n",
|
|
149601
|
+
"market": "HONEST.USD/BTS",
|
|
149602
|
+
"onChain": null,
|
|
149603
|
+
"pnl": {
|
|
149604
|
+
"averageEntryPriceInBts": null,
|
|
149605
|
+
"averageExitPriceInBts": null,
|
|
149606
|
+
"netBtsFlow": null,
|
|
149607
|
+
"realizedCoverAmount": 0,
|
|
149608
|
+
"realizedGrossPnlInBts": 0,
|
|
149609
|
+
"updatedAt": null
|
|
149610
|
+
},
|
|
149611
|
+
"strategy": "short-mpa-bts",
|
|
149612
|
+
"status": "planned",
|
|
149613
|
+
"updatedAt": "2026-08-18T17:07:29.875Z"
|
|
149614
|
+
},
|
|
149615
|
+
{
|
|
149616
|
+
"accountName": "alice",
|
|
149617
|
+
"assets": {
|
|
149618
|
+
"collateral": {
|
|
149619
|
+
"id": "1.3.0",
|
|
149620
|
+
"precision": 5,
|
|
149621
|
+
"symbol": "BTS"
|
|
149622
|
+
},
|
|
149623
|
+
"mpa": {
|
|
149624
|
+
"id": "1.3.10",
|
|
149625
|
+
"precision": 5,
|
|
149626
|
+
"symbol": "HONEST.USD"
|
|
149627
|
+
}
|
|
149628
|
+
},
|
|
149629
|
+
"collateral": {
|
|
149630
|
+
"amount": 25000,
|
|
149631
|
+
"asset": "BTS",
|
|
149632
|
+
"targetCollateralRatio": null
|
|
149633
|
+
},
|
|
149634
|
+
"createdAt": "2026-08-18T17:32:29.058Z",
|
|
149635
|
+
"debt": {
|
|
149636
|
+
"amount": 10,
|
|
149637
|
+
"asset": "HONEST.USD"
|
|
149638
|
+
},
|
|
149639
|
+
"entry": {
|
|
149640
|
+
"expectedBtsProceeds": 10000,
|
|
149641
|
+
"sellPriceInBts": 1000,
|
|
149642
|
+
"averageExecutionPriceInBts": null,
|
|
149643
|
+
"fillCount": 0,
|
|
149644
|
+
"fillStatus": "unfilled",
|
|
149645
|
+
"filledReceiveAmount": 0,
|
|
149646
|
+
"filledSellAmount": 0,
|
|
149647
|
+
"isFullyFilled": false,
|
|
149648
|
+
"lastFillAt": null,
|
|
149649
|
+
"orderId": null,
|
|
149650
|
+
"orderOpen": false,
|
|
149651
|
+
"placedAt": null,
|
|
149652
|
+
"priceInBts": 1000,
|
|
149653
|
+
"receiveAsset": {
|
|
149654
|
+
"id": "1.3.0",
|
|
149655
|
+
"precision": 5,
|
|
149656
|
+
"symbol": "BTS"
|
|
149657
|
+
},
|
|
149658
|
+
"receiveAmountRemaining": 10000,
|
|
149659
|
+
"sellAsset": {
|
|
149660
|
+
"id": "1.3.10",
|
|
149661
|
+
"precision": 5,
|
|
149662
|
+
"symbol": "HONEST.USD"
|
|
149663
|
+
},
|
|
149664
|
+
"sellAmountRemaining": 10,
|
|
149665
|
+
"targetReceiveAmount": 10000,
|
|
149666
|
+
"targetSellAmount": 10,
|
|
149667
|
+
"tx": null
|
|
149668
|
+
},
|
|
149669
|
+
"events": [
|
|
149670
|
+
{
|
|
149671
|
+
"at": "2026-08-18T17:32:29.058Z",
|
|
149672
|
+
"details": {
|
|
149673
|
+
"collateralAmount": 25000,
|
|
149674
|
+
"debtAmount": 10,
|
|
149675
|
+
"mpaAsset": "HONEST.USD",
|
|
149676
|
+
"sellPriceInBts": 1000
|
|
149677
|
+
},
|
|
149678
|
+
"type": "position-created"
|
|
149679
|
+
}
|
|
149680
|
+
],
|
|
149681
|
+
"exit": {
|
|
149682
|
+
"averageExecutionPriceInBts": null,
|
|
149683
|
+
"fillCount": 0,
|
|
149684
|
+
"fillStatus": "unfilled",
|
|
149685
|
+
"filledReceiveAmount": 0,
|
|
149686
|
+
"filledSellAmount": 0,
|
|
149687
|
+
"isFullyFilled": false,
|
|
149688
|
+
"lastFillAt": null,
|
|
149689
|
+
"orderId": null,
|
|
149690
|
+
"orderOpen": false,
|
|
149691
|
+
"placedAt": null,
|
|
149692
|
+
"priceInBts": null,
|
|
149693
|
+
"receiveAsset": {
|
|
149694
|
+
"id": "1.3.10",
|
|
149695
|
+
"precision": 5,
|
|
149696
|
+
"symbol": "HONEST.USD"
|
|
149697
|
+
},
|
|
149698
|
+
"receiveAmountRemaining": 0,
|
|
149699
|
+
"sellAsset": {
|
|
149700
|
+
"id": "1.3.0",
|
|
149701
|
+
"precision": 5,
|
|
149702
|
+
"symbol": "BTS"
|
|
149703
|
+
},
|
|
149704
|
+
"sellAmountRemaining": 0,
|
|
149705
|
+
"targetReceiveAmount": 0,
|
|
149706
|
+
"targetSellAmount": 0,
|
|
149707
|
+
"tx": null,
|
|
149708
|
+
"amountToCover": null,
|
|
149709
|
+
"buyPriceInBts": null,
|
|
149710
|
+
"estimatedGrossPnlInBts": null,
|
|
149711
|
+
"maxBtsToSpend": null
|
|
149712
|
+
},
|
|
149713
|
+
"id": "pos_1787074349059_j62yjz83",
|
|
149714
|
+
"market": "HONEST.USD/BTS",
|
|
149715
|
+
"onChain": null,
|
|
149716
|
+
"pnl": {
|
|
149717
|
+
"averageEntryPriceInBts": null,
|
|
149718
|
+
"averageExitPriceInBts": null,
|
|
149719
|
+
"netBtsFlow": null,
|
|
149720
|
+
"realizedCoverAmount": 0,
|
|
149721
|
+
"realizedGrossPnlInBts": 0,
|
|
149722
|
+
"updatedAt": null
|
|
149723
|
+
},
|
|
149724
|
+
"strategy": "short-mpa-bts",
|
|
149725
|
+
"status": "planned",
|
|
149726
|
+
"updatedAt": "2026-08-18T17:32:29.058Z"
|
|
149727
|
+
},
|
|
149728
|
+
{
|
|
149729
|
+
"accountName": "alice",
|
|
149730
|
+
"assets": {
|
|
149731
|
+
"collateral": {
|
|
149732
|
+
"id": "1.3.0",
|
|
149733
|
+
"precision": 5,
|
|
149734
|
+
"symbol": "BTS"
|
|
149735
|
+
},
|
|
149736
|
+
"mpa": {
|
|
149737
|
+
"id": "1.3.10",
|
|
149738
|
+
"precision": 5,
|
|
149739
|
+
"symbol": "HONEST.USD"
|
|
149740
|
+
}
|
|
149741
|
+
},
|
|
149742
|
+
"collateral": {
|
|
149743
|
+
"amount": 25000,
|
|
149744
|
+
"asset": "BTS",
|
|
149745
|
+
"targetCollateralRatio": null
|
|
149746
|
+
},
|
|
149747
|
+
"createdAt": "2026-08-18T17:33:34.571Z",
|
|
149748
|
+
"debt": {
|
|
149749
|
+
"amount": 10,
|
|
149750
|
+
"asset": "HONEST.USD"
|
|
149751
|
+
},
|
|
149752
|
+
"entry": {
|
|
149753
|
+
"expectedBtsProceeds": 10000,
|
|
149754
|
+
"sellPriceInBts": 1000,
|
|
149755
|
+
"averageExecutionPriceInBts": null,
|
|
149756
|
+
"fillCount": 0,
|
|
149757
|
+
"fillStatus": "unfilled",
|
|
149758
|
+
"filledReceiveAmount": 0,
|
|
149759
|
+
"filledSellAmount": 0,
|
|
149760
|
+
"isFullyFilled": false,
|
|
149761
|
+
"lastFillAt": null,
|
|
149762
|
+
"orderId": null,
|
|
149763
|
+
"orderOpen": false,
|
|
149764
|
+
"placedAt": null,
|
|
149765
|
+
"priceInBts": 1000,
|
|
149766
|
+
"receiveAsset": {
|
|
149767
|
+
"id": "1.3.0",
|
|
149768
|
+
"precision": 5,
|
|
149769
|
+
"symbol": "BTS"
|
|
149770
|
+
},
|
|
149771
|
+
"receiveAmountRemaining": 10000,
|
|
149772
|
+
"sellAsset": {
|
|
149773
|
+
"id": "1.3.10",
|
|
149774
|
+
"precision": 5,
|
|
149775
|
+
"symbol": "HONEST.USD"
|
|
149776
|
+
},
|
|
149777
|
+
"sellAmountRemaining": 10,
|
|
149778
|
+
"targetReceiveAmount": 10000,
|
|
149779
|
+
"targetSellAmount": 10,
|
|
149780
|
+
"tx": null
|
|
149781
|
+
},
|
|
149782
|
+
"events": [
|
|
149783
|
+
{
|
|
149784
|
+
"at": "2026-08-18T17:33:34.571Z",
|
|
149785
|
+
"details": {
|
|
149786
|
+
"collateralAmount": 25000,
|
|
149787
|
+
"debtAmount": 10,
|
|
149788
|
+
"mpaAsset": "HONEST.USD",
|
|
149789
|
+
"sellPriceInBts": 1000
|
|
149790
|
+
},
|
|
149791
|
+
"type": "position-created"
|
|
149792
|
+
}
|
|
149793
|
+
],
|
|
149794
|
+
"exit": {
|
|
149795
|
+
"averageExecutionPriceInBts": null,
|
|
149796
|
+
"fillCount": 0,
|
|
149797
|
+
"fillStatus": "unfilled",
|
|
149798
|
+
"filledReceiveAmount": 0,
|
|
149799
|
+
"filledSellAmount": 0,
|
|
149800
|
+
"isFullyFilled": false,
|
|
149801
|
+
"lastFillAt": null,
|
|
149802
|
+
"orderId": null,
|
|
149803
|
+
"orderOpen": false,
|
|
149804
|
+
"placedAt": null,
|
|
149805
|
+
"priceInBts": null,
|
|
149806
|
+
"receiveAsset": {
|
|
149807
|
+
"id": "1.3.10",
|
|
149808
|
+
"precision": 5,
|
|
149809
|
+
"symbol": "HONEST.USD"
|
|
149810
|
+
},
|
|
149811
|
+
"receiveAmountRemaining": 0,
|
|
149812
|
+
"sellAsset": {
|
|
149813
|
+
"id": "1.3.0",
|
|
149814
|
+
"precision": 5,
|
|
149815
|
+
"symbol": "BTS"
|
|
149816
|
+
},
|
|
149817
|
+
"sellAmountRemaining": 0,
|
|
149818
|
+
"targetReceiveAmount": 0,
|
|
149819
|
+
"targetSellAmount": 0,
|
|
149820
|
+
"tx": null,
|
|
149821
|
+
"amountToCover": null,
|
|
149822
|
+
"buyPriceInBts": null,
|
|
149823
|
+
"estimatedGrossPnlInBts": null,
|
|
149824
|
+
"maxBtsToSpend": null
|
|
149825
|
+
},
|
|
149826
|
+
"id": "pos_1787074414571_6tmr3rh6",
|
|
149827
|
+
"market": "HONEST.USD/BTS",
|
|
149828
|
+
"onChain": null,
|
|
149829
|
+
"pnl": {
|
|
149830
|
+
"averageEntryPriceInBts": null,
|
|
149831
|
+
"averageExitPriceInBts": null,
|
|
149832
|
+
"netBtsFlow": null,
|
|
149833
|
+
"realizedCoverAmount": 0,
|
|
149834
|
+
"realizedGrossPnlInBts": 0,
|
|
149835
|
+
"updatedAt": null
|
|
149836
|
+
},
|
|
149837
|
+
"strategy": "short-mpa-bts",
|
|
149838
|
+
"status": "planned",
|
|
149839
|
+
"updatedAt": "2026-08-18T17:33:34.571Z"
|
|
149840
|
+
},
|
|
149841
|
+
{
|
|
149842
|
+
"accountName": "alice",
|
|
149843
|
+
"assets": {
|
|
149844
|
+
"collateral": {
|
|
149845
|
+
"id": "1.3.0",
|
|
149846
|
+
"precision": 5,
|
|
149847
|
+
"symbol": "BTS"
|
|
149848
|
+
},
|
|
149849
|
+
"mpa": {
|
|
149850
|
+
"id": "1.3.10",
|
|
149851
|
+
"precision": 5,
|
|
149852
|
+
"symbol": "HONEST.USD"
|
|
149853
|
+
}
|
|
149854
|
+
},
|
|
149855
|
+
"collateral": {
|
|
149856
|
+
"amount": 25000,
|
|
149857
|
+
"asset": "BTS",
|
|
149858
|
+
"targetCollateralRatio": null
|
|
149859
|
+
},
|
|
149860
|
+
"createdAt": "2026-08-18T17:38:13.303Z",
|
|
149861
|
+
"debt": {
|
|
149862
|
+
"amount": 10,
|
|
149863
|
+
"asset": "HONEST.USD"
|
|
149864
|
+
},
|
|
149865
|
+
"entry": {
|
|
149866
|
+
"expectedBtsProceeds": 10000,
|
|
149867
|
+
"sellPriceInBts": 1000,
|
|
149868
|
+
"averageExecutionPriceInBts": null,
|
|
149869
|
+
"fillCount": 0,
|
|
149870
|
+
"fillStatus": "unfilled",
|
|
149871
|
+
"filledReceiveAmount": 0,
|
|
149872
|
+
"filledSellAmount": 0,
|
|
149873
|
+
"isFullyFilled": false,
|
|
149874
|
+
"lastFillAt": null,
|
|
149875
|
+
"orderId": null,
|
|
149876
|
+
"orderOpen": false,
|
|
149877
|
+
"placedAt": null,
|
|
149878
|
+
"priceInBts": 1000,
|
|
149879
|
+
"receiveAsset": {
|
|
149880
|
+
"id": "1.3.0",
|
|
149881
|
+
"precision": 5,
|
|
149882
|
+
"symbol": "BTS"
|
|
149883
|
+
},
|
|
149884
|
+
"receiveAmountRemaining": 10000,
|
|
149885
|
+
"sellAsset": {
|
|
149886
|
+
"id": "1.3.10",
|
|
149887
|
+
"precision": 5,
|
|
149888
|
+
"symbol": "HONEST.USD"
|
|
149889
|
+
},
|
|
149890
|
+
"sellAmountRemaining": 10,
|
|
149891
|
+
"targetReceiveAmount": 10000,
|
|
149892
|
+
"targetSellAmount": 10,
|
|
149893
|
+
"tx": null
|
|
149894
|
+
},
|
|
149895
|
+
"events": [
|
|
149896
|
+
{
|
|
149897
|
+
"at": "2026-08-18T17:38:13.303Z",
|
|
149898
|
+
"details": {
|
|
149899
|
+
"collateralAmount": 25000,
|
|
149900
|
+
"debtAmount": 10,
|
|
149901
|
+
"mpaAsset": "HONEST.USD",
|
|
149902
|
+
"sellPriceInBts": 1000
|
|
149903
|
+
},
|
|
149904
|
+
"type": "position-created"
|
|
149905
|
+
}
|
|
149906
|
+
],
|
|
149907
|
+
"exit": {
|
|
149908
|
+
"averageExecutionPriceInBts": null,
|
|
149909
|
+
"fillCount": 0,
|
|
149910
|
+
"fillStatus": "unfilled",
|
|
149911
|
+
"filledReceiveAmount": 0,
|
|
149912
|
+
"filledSellAmount": 0,
|
|
149913
|
+
"isFullyFilled": false,
|
|
149914
|
+
"lastFillAt": null,
|
|
149915
|
+
"orderId": null,
|
|
149916
|
+
"orderOpen": false,
|
|
149917
|
+
"placedAt": null,
|
|
149918
|
+
"priceInBts": null,
|
|
149919
|
+
"receiveAsset": {
|
|
149920
|
+
"id": "1.3.10",
|
|
149921
|
+
"precision": 5,
|
|
149922
|
+
"symbol": "HONEST.USD"
|
|
149923
|
+
},
|
|
149924
|
+
"receiveAmountRemaining": 0,
|
|
149925
|
+
"sellAsset": {
|
|
149926
|
+
"id": "1.3.0",
|
|
149927
|
+
"precision": 5,
|
|
149928
|
+
"symbol": "BTS"
|
|
149929
|
+
},
|
|
149930
|
+
"sellAmountRemaining": 0,
|
|
149931
|
+
"targetReceiveAmount": 0,
|
|
149932
|
+
"targetSellAmount": 0,
|
|
149933
|
+
"tx": null,
|
|
149934
|
+
"amountToCover": null,
|
|
149935
|
+
"buyPriceInBts": null,
|
|
149936
|
+
"estimatedGrossPnlInBts": null,
|
|
149937
|
+
"maxBtsToSpend": null
|
|
149938
|
+
},
|
|
149939
|
+
"id": "pos_1787074693303_ikn3fcbh",
|
|
149940
|
+
"market": "HONEST.USD/BTS",
|
|
149941
|
+
"onChain": null,
|
|
149942
|
+
"pnl": {
|
|
149943
|
+
"averageEntryPriceInBts": null,
|
|
149944
|
+
"averageExitPriceInBts": null,
|
|
149945
|
+
"netBtsFlow": null,
|
|
149946
|
+
"realizedCoverAmount": 0,
|
|
149947
|
+
"realizedGrossPnlInBts": 0,
|
|
149948
|
+
"updatedAt": null
|
|
149949
|
+
},
|
|
149950
|
+
"strategy": "short-mpa-bts",
|
|
149951
|
+
"status": "planned",
|
|
149952
|
+
"updatedAt": "2026-08-18T17:38:13.303Z"
|
|
149953
|
+
},
|
|
149954
|
+
{
|
|
149955
|
+
"accountName": "alice",
|
|
149956
|
+
"assets": {
|
|
149957
|
+
"collateral": {
|
|
149958
|
+
"id": "1.3.0",
|
|
149959
|
+
"precision": 5,
|
|
149960
|
+
"symbol": "BTS"
|
|
149961
|
+
},
|
|
149962
|
+
"mpa": {
|
|
149963
|
+
"id": "1.3.10",
|
|
149964
|
+
"precision": 5,
|
|
149965
|
+
"symbol": "HONEST.USD"
|
|
149966
|
+
}
|
|
149967
|
+
},
|
|
149968
|
+
"collateral": {
|
|
149969
|
+
"amount": 25000,
|
|
149970
|
+
"asset": "BTS",
|
|
149971
|
+
"targetCollateralRatio": null
|
|
149972
|
+
},
|
|
149973
|
+
"createdAt": "2026-08-18T17:39:13.238Z",
|
|
149974
|
+
"debt": {
|
|
149975
|
+
"amount": 10,
|
|
149976
|
+
"asset": "HONEST.USD"
|
|
149977
|
+
},
|
|
149978
|
+
"entry": {
|
|
149979
|
+
"expectedBtsProceeds": 10000,
|
|
149980
|
+
"sellPriceInBts": 1000,
|
|
149981
|
+
"averageExecutionPriceInBts": null,
|
|
149982
|
+
"fillCount": 0,
|
|
149983
|
+
"fillStatus": "unfilled",
|
|
149984
|
+
"filledReceiveAmount": 0,
|
|
149985
|
+
"filledSellAmount": 0,
|
|
149986
|
+
"isFullyFilled": false,
|
|
149987
|
+
"lastFillAt": null,
|
|
149988
|
+
"orderId": null,
|
|
149989
|
+
"orderOpen": false,
|
|
149990
|
+
"placedAt": null,
|
|
149991
|
+
"priceInBts": 1000,
|
|
149992
|
+
"receiveAsset": {
|
|
149993
|
+
"id": "1.3.0",
|
|
149994
|
+
"precision": 5,
|
|
149995
|
+
"symbol": "BTS"
|
|
149996
|
+
},
|
|
149997
|
+
"receiveAmountRemaining": 10000,
|
|
149998
|
+
"sellAsset": {
|
|
149999
|
+
"id": "1.3.10",
|
|
150000
|
+
"precision": 5,
|
|
150001
|
+
"symbol": "HONEST.USD"
|
|
150002
|
+
},
|
|
150003
|
+
"sellAmountRemaining": 10,
|
|
150004
|
+
"targetReceiveAmount": 10000,
|
|
150005
|
+
"targetSellAmount": 10,
|
|
150006
|
+
"tx": null
|
|
150007
|
+
},
|
|
150008
|
+
"events": [
|
|
150009
|
+
{
|
|
150010
|
+
"at": "2026-08-18T17:39:13.238Z",
|
|
150011
|
+
"details": {
|
|
150012
|
+
"collateralAmount": 25000,
|
|
150013
|
+
"debtAmount": 10,
|
|
150014
|
+
"mpaAsset": "HONEST.USD",
|
|
150015
|
+
"sellPriceInBts": 1000
|
|
150016
|
+
},
|
|
150017
|
+
"type": "position-created"
|
|
150018
|
+
}
|
|
150019
|
+
],
|
|
150020
|
+
"exit": {
|
|
150021
|
+
"averageExecutionPriceInBts": null,
|
|
150022
|
+
"fillCount": 0,
|
|
150023
|
+
"fillStatus": "unfilled",
|
|
150024
|
+
"filledReceiveAmount": 0,
|
|
150025
|
+
"filledSellAmount": 0,
|
|
150026
|
+
"isFullyFilled": false,
|
|
150027
|
+
"lastFillAt": null,
|
|
150028
|
+
"orderId": null,
|
|
150029
|
+
"orderOpen": false,
|
|
150030
|
+
"placedAt": null,
|
|
150031
|
+
"priceInBts": null,
|
|
150032
|
+
"receiveAsset": {
|
|
150033
|
+
"id": "1.3.10",
|
|
150034
|
+
"precision": 5,
|
|
150035
|
+
"symbol": "HONEST.USD"
|
|
150036
|
+
},
|
|
150037
|
+
"receiveAmountRemaining": 0,
|
|
150038
|
+
"sellAsset": {
|
|
150039
|
+
"id": "1.3.0",
|
|
150040
|
+
"precision": 5,
|
|
150041
|
+
"symbol": "BTS"
|
|
150042
|
+
},
|
|
150043
|
+
"sellAmountRemaining": 0,
|
|
150044
|
+
"targetReceiveAmount": 0,
|
|
150045
|
+
"targetSellAmount": 0,
|
|
150046
|
+
"tx": null,
|
|
150047
|
+
"amountToCover": null,
|
|
150048
|
+
"buyPriceInBts": null,
|
|
150049
|
+
"estimatedGrossPnlInBts": null,
|
|
150050
|
+
"maxBtsToSpend": null
|
|
150051
|
+
},
|
|
150052
|
+
"id": "pos_1787074753238_gxtpy8jm",
|
|
150053
|
+
"market": "HONEST.USD/BTS",
|
|
150054
|
+
"onChain": null,
|
|
150055
|
+
"pnl": {
|
|
150056
|
+
"averageEntryPriceInBts": null,
|
|
150057
|
+
"averageExitPriceInBts": null,
|
|
150058
|
+
"netBtsFlow": null,
|
|
150059
|
+
"realizedCoverAmount": 0,
|
|
150060
|
+
"realizedGrossPnlInBts": 0,
|
|
150061
|
+
"updatedAt": null
|
|
150062
|
+
},
|
|
150063
|
+
"strategy": "short-mpa-bts",
|
|
150064
|
+
"status": "planned",
|
|
150065
|
+
"updatedAt": "2026-08-18T17:39:13.238Z"
|
|
147128
150066
|
}
|
|
147129
150067
|
],
|
|
147130
|
-
"updatedAt": "2026-08-
|
|
150068
|
+
"updatedAt": "2026-08-18T17:39:13.238Z",
|
|
147131
150069
|
"version": 1
|
|
147132
150070
|
}
|