@alphafox/cli 0.3.15 → 0.3.17

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.
@@ -2,16 +2,16 @@
2
2
  "source": {
3
3
  "package": "@alphafoxai/contracts",
4
4
  "export": "public-api",
5
- "contractsSha": "ffa4bc3b",
6
- "registryVersion": "1.1.0",
7
- "contractVersion": "2026-08-13",
8
- "scannedAt": "2026-08-13",
9
- "totalOperations": 283,
10
- "cliOperations": 239
5
+ "contractsSha": "3325449547f129a185a854ee6b81ba3efb447e5e",
6
+ "registryVersion": "2.1.0",
7
+ "contractVersion": "2026-08-30",
8
+ "scannedAt": "2026-08-30",
9
+ "totalOperations": 278,
10
+ "cliOperations": 259
11
11
  },
12
12
  "compatibility": {
13
- "contractVersion": "2026-08-13",
14
- "registryVersion": "1.1.0",
13
+ "contractVersion": "2026-08-30",
14
+ "registryVersion": "2.1.0",
15
15
  "minCliVersion": "0.0.0",
16
16
  "maxCliVersion": "0.99.99",
17
17
  "openapi": "3.1.0"
@@ -501,6 +501,80 @@
501
501
  "responseSchema": "JsonValue",
502
502
  "errorSchema": "ProblemDetails"
503
503
  },
504
+ {
505
+ "operationId": "admin.exchange_rebates.hyperliquid.distribute",
506
+ "method": "POST",
507
+ "path": "/api/v1/admin/exchange-rebates/hyperliquid/distribute",
508
+ "role": "admin",
509
+ "risk": "high-risk-write",
510
+ "auth": "bearer",
511
+ "scopes": [
512
+ "openid",
513
+ "profile",
514
+ "admin:write",
515
+ "admin:high-risk"
516
+ ],
517
+ "stream": false,
518
+ "file": false,
519
+ "pagination": false,
520
+ "idempotent": false,
521
+ "mvp": false,
522
+ "catchAll": false,
523
+ "contractStatus": "web-zod",
524
+ "requestBodySchema": "JsonObject",
525
+ "querySchema": null,
526
+ "responseSchema": "JsonValue",
527
+ "errorSchema": "ProblemDetails"
528
+ },
529
+ {
530
+ "operationId": "admin.exchange_rebates.hyperliquid.preview",
531
+ "method": "POST",
532
+ "path": "/api/v1/admin/exchange-rebates/hyperliquid/preview",
533
+ "role": "admin",
534
+ "risk": "high-risk-write",
535
+ "auth": "bearer",
536
+ "scopes": [
537
+ "openid",
538
+ "profile",
539
+ "admin:write",
540
+ "admin:high-risk"
541
+ ],
542
+ "stream": false,
543
+ "file": false,
544
+ "pagination": false,
545
+ "idempotent": true,
546
+ "mvp": false,
547
+ "catchAll": false,
548
+ "contractStatus": "envelope",
549
+ "requestBodySchema": "JsonObject",
550
+ "querySchema": null,
551
+ "responseSchema": "JsonValue",
552
+ "errorSchema": "ProblemDetails"
553
+ },
554
+ {
555
+ "operationId": "admin.exchange_rebates.hyperliquid.status",
556
+ "method": "GET",
557
+ "path": "/api/v1/admin/exchange-rebates/hyperliquid/status",
558
+ "role": "admin",
559
+ "risk": "read",
560
+ "auth": "bearer",
561
+ "scopes": [
562
+ "openid",
563
+ "profile",
564
+ "admin:read"
565
+ ],
566
+ "stream": false,
567
+ "file": false,
568
+ "pagination": false,
569
+ "idempotent": true,
570
+ "mvp": false,
571
+ "catchAll": false,
572
+ "contractStatus": "envelope",
573
+ "requestBodySchema": null,
574
+ "querySchema": "JsonObject",
575
+ "responseSchema": "JsonValue",
576
+ "errorSchema": "ProblemDetails"
577
+ },
504
578
  {
505
579
  "operationId": "admin.exchange_rebates.preview",
506
580
  "method": "POST",
@@ -526,6 +600,55 @@
526
600
  "responseSchema": "JsonValue",
527
601
  "errorSchema": "ProblemDetails"
528
602
  },
603
+ {
604
+ "operationId": "admin.featured_leaderboard.list",
605
+ "method": "GET",
606
+ "path": "/api/v1/admin/featured-leaderboard",
607
+ "role": "admin",
608
+ "risk": "read",
609
+ "auth": "bearer",
610
+ "scopes": [
611
+ "openid",
612
+ "profile",
613
+ "admin:read"
614
+ ],
615
+ "stream": false,
616
+ "file": false,
617
+ "pagination": true,
618
+ "idempotent": true,
619
+ "mvp": false,
620
+ "catchAll": false,
621
+ "contractStatus": "web-zod",
622
+ "requestBodySchema": null,
623
+ "querySchema": "JsonObject",
624
+ "responseSchema": "JsonValue",
625
+ "errorSchema": "ProblemDetails"
626
+ },
627
+ {
628
+ "operationId": "admin.featured_leaderboard.replace",
629
+ "method": "PUT",
630
+ "path": "/api/v1/admin/featured-leaderboard",
631
+ "role": "admin",
632
+ "risk": "high-risk-write",
633
+ "auth": "bearer",
634
+ "scopes": [
635
+ "openid",
636
+ "profile",
637
+ "admin:write",
638
+ "admin:high-risk"
639
+ ],
640
+ "stream": false,
641
+ "file": false,
642
+ "pagination": false,
643
+ "idempotent": true,
644
+ "mvp": false,
645
+ "catchAll": false,
646
+ "contractStatus": "web-zod",
647
+ "requestBodySchema": "JsonObject",
648
+ "querySchema": null,
649
+ "responseSchema": "JsonValue",
650
+ "errorSchema": "ProblemDetails"
651
+ },
529
652
  {
530
653
  "operationId": "admin.invite_codes.byId.delete",
531
654
  "method": "DELETE",
@@ -869,6 +992,30 @@
869
992
  "responseSchema": "JsonValue",
870
993
  "errorSchema": "ProblemDetails"
871
994
  },
995
+ {
996
+ "operationId": "admin.lite_user_statistics.list",
997
+ "method": "GET",
998
+ "path": "/api/v1/admin/lite-user-statistics",
999
+ "role": "admin",
1000
+ "risk": "read",
1001
+ "auth": "bearer",
1002
+ "scopes": [
1003
+ "openid",
1004
+ "profile",
1005
+ "admin:read"
1006
+ ],
1007
+ "stream": false,
1008
+ "file": false,
1009
+ "pagination": true,
1010
+ "idempotent": true,
1011
+ "mvp": false,
1012
+ "catchAll": false,
1013
+ "contractStatus": "web-zod",
1014
+ "requestBodySchema": null,
1015
+ "querySchema": "JsonObject",
1016
+ "responseSchema": "JsonValue",
1017
+ "errorSchema": "ProblemDetails"
1018
+ },
872
1019
  {
873
1020
  "operationId": "admin.lite_xyz.bySlug.delete",
874
1021
  "method": "DELETE",
@@ -969,9 +1116,9 @@
969
1116
  "errorSchema": "ProblemDetails"
970
1117
  },
971
1118
  {
972
- "operationId": "admin.managed_wallets.byId.withdraw",
1119
+ "operationId": "admin.managed_wallets.byId.convert_to_unified.create",
973
1120
  "method": "POST",
974
- "path": "/api/v1/admin/managed-wallets/{walletId}/withdraw",
1121
+ "path": "/api/v1/admin/managed-wallets/{walletId}/convert-to-unified",
975
1122
  "role": "admin",
976
1123
  "risk": "high-risk-write",
977
1124
  "auth": "bearer",
@@ -1011,7 +1158,7 @@
1011
1158
  "idempotent": true,
1012
1159
  "mvp": false,
1013
1160
  "catchAll": false,
1014
- "contractStatus": "envelope",
1161
+ "contractStatus": "web-zod",
1015
1162
  "requestBodySchema": null,
1016
1163
  "querySchema": "JsonObject",
1017
1164
  "responseSchema": "JsonValue",
@@ -1681,6 +1828,31 @@
1681
1828
  "responseSchema": "JsonValue",
1682
1829
  "errorSchema": "ProblemDetails"
1683
1830
  },
1831
+ {
1832
+ "operationId": "admin.users.byId.slot_entitlements.update",
1833
+ "method": "PATCH",
1834
+ "path": "/api/v1/admin/users/{id}/slot-entitlements",
1835
+ "role": "admin",
1836
+ "risk": "high-risk-write",
1837
+ "auth": "bearer",
1838
+ "scopes": [
1839
+ "openid",
1840
+ "profile",
1841
+ "admin:write",
1842
+ "admin:high-risk"
1843
+ ],
1844
+ "stream": false,
1845
+ "file": false,
1846
+ "pagination": false,
1847
+ "idempotent": false,
1848
+ "mvp": false,
1849
+ "catchAll": false,
1850
+ "contractStatus": "web-zod",
1851
+ "requestBodySchema": "JsonObject",
1852
+ "querySchema": null,
1853
+ "responseSchema": "JsonValue",
1854
+ "errorSchema": "ProblemDetails"
1855
+ },
1684
1856
  {
1685
1857
  "operationId": "admin.users.byId.subscription_gift.create",
1686
1858
  "method": "POST",
@@ -1827,6 +1999,54 @@
1827
1999
  "responseSchema": "JsonValue",
1828
2000
  "errorSchema": "ProblemDetails"
1829
2001
  },
2002
+ {
2003
+ "operationId": "campaigns.x_engage.claim",
2004
+ "method": "POST",
2005
+ "path": "/api/v1/campaigns/x-engage/claim",
2006
+ "role": "user",
2007
+ "risk": "write",
2008
+ "auth": "bearer",
2009
+ "scopes": [
2010
+ "openid",
2011
+ "profile",
2012
+ "campaigns:write"
2013
+ ],
2014
+ "stream": false,
2015
+ "file": false,
2016
+ "pagination": false,
2017
+ "idempotent": false,
2018
+ "mvp": false,
2019
+ "catchAll": false,
2020
+ "contractStatus": "web-zod",
2021
+ "requestBodySchema": "JsonObject",
2022
+ "querySchema": null,
2023
+ "responseSchema": "JsonValue",
2024
+ "errorSchema": "ProblemDetails"
2025
+ },
2026
+ {
2027
+ "operationId": "campaigns.x_engage.list",
2028
+ "method": "GET",
2029
+ "path": "/api/v1/campaigns/x-engage",
2030
+ "role": "user",
2031
+ "risk": "read",
2032
+ "auth": "bearer",
2033
+ "scopes": [
2034
+ "openid",
2035
+ "profile",
2036
+ "campaigns:read"
2037
+ ],
2038
+ "stream": false,
2039
+ "file": false,
2040
+ "pagination": true,
2041
+ "idempotent": true,
2042
+ "mvp": false,
2043
+ "catchAll": false,
2044
+ "contractStatus": "web-zod",
2045
+ "requestBodySchema": null,
2046
+ "querySchema": "JsonObject",
2047
+ "responseSchema": "JsonValue",
2048
+ "errorSchema": "ProblemDetails"
2049
+ },
1830
2050
  {
1831
2051
  "operationId": "catalog.openapi.get",
1832
2052
  "method": "GET",
@@ -2918,6 +3138,55 @@
2918
3138
  "responseSchema": "liveConnectionEquitiesResponseSchema",
2919
3139
  "errorSchema": "ProblemDetails"
2920
3140
  },
3141
+ {
3142
+ "operationId": "exchange_connectors.okx_outcomes_agent.byId.complete",
3143
+ "method": "POST",
3144
+ "path": "/api/v1/exchange-connectors/okx-outcomes-agent/{bindingId}/complete",
3145
+ "role": "user",
3146
+ "risk": "high-risk-write",
3147
+ "auth": "bearer",
3148
+ "scopes": [
3149
+ "openid",
3150
+ "profile",
3151
+ "exchange-connectors:write",
3152
+ "exchange-connectors:high-risk"
3153
+ ],
3154
+ "stream": false,
3155
+ "file": false,
3156
+ "pagination": false,
3157
+ "idempotent": false,
3158
+ "mvp": false,
3159
+ "catchAll": false,
3160
+ "contractStatus": "web-zod",
3161
+ "requestBodySchema": "JsonObject",
3162
+ "querySchema": null,
3163
+ "responseSchema": "JsonValue",
3164
+ "errorSchema": "ProblemDetails"
3165
+ },
3166
+ {
3167
+ "operationId": "exchange_connectors.okx_outcomes_agent.create",
3168
+ "method": "POST",
3169
+ "path": "/api/v1/exchange-connectors/okx-outcomes-agent",
3170
+ "role": "user",
3171
+ "risk": "write",
3172
+ "auth": "bearer",
3173
+ "scopes": [
3174
+ "openid",
3175
+ "profile",
3176
+ "exchange-connectors:write"
3177
+ ],
3178
+ "stream": false,
3179
+ "file": false,
3180
+ "pagination": false,
3181
+ "idempotent": false,
3182
+ "mvp": false,
3183
+ "catchAll": false,
3184
+ "contractStatus": "web-zod",
3185
+ "requestBodySchema": "JsonObject",
3186
+ "querySchema": null,
3187
+ "responseSchema": "JsonValue",
3188
+ "errorSchema": "ProblemDetails"
3189
+ },
2921
3190
  {
2922
3191
  "operationId": "exchange_connectors.polymarket_wallet.byId.complete",
2923
3192
  "method": "POST",
@@ -3958,6 +4227,126 @@
3958
4227
  "responseSchema": "JsonValue",
3959
4228
  "errorSchema": "ProblemDetails"
3960
4229
  },
4230
+ {
4231
+ "operationId": "okx_outcomes.cycles.byId.get",
4232
+ "method": "GET",
4233
+ "path": "/api/v1/okx-outcomes/cycles/{cycleId}",
4234
+ "role": "user",
4235
+ "risk": "read",
4236
+ "auth": "bearer",
4237
+ "scopes": [
4238
+ "openid",
4239
+ "profile",
4240
+ "okx-outcomes:read"
4241
+ ],
4242
+ "stream": false,
4243
+ "file": false,
4244
+ "pagination": false,
4245
+ "idempotent": true,
4246
+ "mvp": false,
4247
+ "catchAll": false,
4248
+ "contractStatus": "envelope",
4249
+ "requestBodySchema": null,
4250
+ "querySchema": "JsonObject",
4251
+ "responseSchema": "JsonValue",
4252
+ "errorSchema": "ProblemDetails"
4253
+ },
4254
+ {
4255
+ "operationId": "okx_outcomes.cycles.list",
4256
+ "method": "GET",
4257
+ "path": "/api/v1/okx-outcomes/cycles",
4258
+ "role": "user",
4259
+ "risk": "read",
4260
+ "auth": "bearer",
4261
+ "scopes": [
4262
+ "openid",
4263
+ "profile",
4264
+ "okx-outcomes:read"
4265
+ ],
4266
+ "stream": false,
4267
+ "file": false,
4268
+ "pagination": true,
4269
+ "idempotent": true,
4270
+ "mvp": false,
4271
+ "catchAll": false,
4272
+ "contractStatus": "envelope",
4273
+ "requestBodySchema": null,
4274
+ "querySchema": "JsonObject",
4275
+ "responseSchema": "JsonValue",
4276
+ "errorSchema": "ProblemDetails"
4277
+ },
4278
+ {
4279
+ "operationId": "okx_outcomes.events.byId.get",
4280
+ "method": "GET",
4281
+ "path": "/api/v1/okx-outcomes/events/{eventId}",
4282
+ "role": "user",
4283
+ "risk": "read",
4284
+ "auth": "bearer",
4285
+ "scopes": [
4286
+ "openid",
4287
+ "profile",
4288
+ "okx-outcomes:read"
4289
+ ],
4290
+ "stream": false,
4291
+ "file": false,
4292
+ "pagination": false,
4293
+ "idempotent": true,
4294
+ "mvp": false,
4295
+ "catchAll": false,
4296
+ "contractStatus": "envelope",
4297
+ "requestBodySchema": null,
4298
+ "querySchema": "JsonObject",
4299
+ "responseSchema": "JsonValue",
4300
+ "errorSchema": "ProblemDetails"
4301
+ },
4302
+ {
4303
+ "operationId": "okx_outcomes.events.list",
4304
+ "method": "GET",
4305
+ "path": "/api/v1/okx-outcomes/events",
4306
+ "role": "user",
4307
+ "risk": "read",
4308
+ "auth": "bearer",
4309
+ "scopes": [
4310
+ "openid",
4311
+ "profile",
4312
+ "okx-outcomes:read"
4313
+ ],
4314
+ "stream": false,
4315
+ "file": false,
4316
+ "pagination": true,
4317
+ "idempotent": true,
4318
+ "mvp": false,
4319
+ "catchAll": false,
4320
+ "contractStatus": "envelope",
4321
+ "requestBodySchema": null,
4322
+ "querySchema": "JsonObject",
4323
+ "responseSchema": "JsonValue",
4324
+ "errorSchema": "ProblemDetails"
4325
+ },
4326
+ {
4327
+ "operationId": "okx_outcomes.overview.get",
4328
+ "method": "GET",
4329
+ "path": "/api/v1/okx-outcomes/overview",
4330
+ "role": "user",
4331
+ "risk": "read",
4332
+ "auth": "bearer",
4333
+ "scopes": [
4334
+ "openid",
4335
+ "profile",
4336
+ "okx-outcomes:read"
4337
+ ],
4338
+ "stream": false,
4339
+ "file": false,
4340
+ "pagination": false,
4341
+ "idempotent": true,
4342
+ "mvp": false,
4343
+ "catchAll": false,
4344
+ "contractStatus": "envelope",
4345
+ "requestBodySchema": null,
4346
+ "querySchema": "JsonObject",
4347
+ "responseSchema": "JsonValue",
4348
+ "errorSchema": "ProblemDetails"
4349
+ },
3961
4350
  {
3962
4351
  "operationId": "platform_statistics.get",
3963
4352
  "method": "GET",
@@ -4081,16 +4470,16 @@
4081
4470
  "errorSchema": "ProblemDetails"
4082
4471
  },
4083
4472
  {
4084
- "operationId": "spread_radar.episodes.list",
4473
+ "operationId": "signal_sources.byId.trade_events.list",
4085
4474
  "method": "GET",
4086
- "path": "/api/v1/spread-radar/episodes",
4475
+ "path": "/api/v1/signal-sources/{id}/trade-events",
4087
4476
  "role": "user",
4088
4477
  "risk": "read",
4089
4478
  "auth": "bearer",
4090
4479
  "scopes": [
4091
4480
  "openid",
4092
4481
  "profile",
4093
- "spread-radar:read"
4482
+ "signal-sources:read"
4094
4483
  ],
4095
4484
  "stream": false,
4096
4485
  "file": false,
@@ -4105,9 +4494,9 @@
4105
4494
  "errorSchema": "ProblemDetails"
4106
4495
  },
4107
4496
  {
4108
- "operationId": "spread_radar.pairs.list",
4497
+ "operationId": "spread_radar.episodes.list",
4109
4498
  "method": "GET",
4110
- "path": "/api/v1/spread-radar/pairs",
4499
+ "path": "/api/v1/spread-radar/episodes",
4111
4500
  "role": "user",
4112
4501
  "risk": "read",
4113
4502
  "auth": "bearer",
@@ -4129,64 +4518,64 @@
4129
4518
  "errorSchema": "ProblemDetails"
4130
4519
  },
4131
4520
  {
4132
- "operationId": "strategy_plaza.publications.byId.fork",
4133
- "method": "POST",
4134
- "path": "/api/v1/strategy-plaza/publications/{publicationId}/fork",
4521
+ "operationId": "spread_radar.pairs.list",
4522
+ "method": "GET",
4523
+ "path": "/api/v1/spread-radar/pairs",
4135
4524
  "role": "user",
4136
- "risk": "write",
4525
+ "risk": "read",
4137
4526
  "auth": "bearer",
4138
4527
  "scopes": [
4139
4528
  "openid",
4140
4529
  "profile",
4141
- "strategy-plaza:write"
4530
+ "spread-radar:read"
4142
4531
  ],
4143
4532
  "stream": false,
4144
4533
  "file": false,
4145
- "pagination": false,
4146
- "idempotent": false,
4534
+ "pagination": true,
4535
+ "idempotent": true,
4147
4536
  "mvp": false,
4148
4537
  "catchAll": false,
4149
- "contractStatus": "web-zod",
4150
- "requestBodySchema": "JsonObject",
4151
- "querySchema": null,
4538
+ "contractStatus": "envelope",
4539
+ "requestBodySchema": null,
4540
+ "querySchema": "JsonObject",
4152
4541
  "responseSchema": "JsonValue",
4153
4542
  "errorSchema": "ProblemDetails"
4154
4543
  },
4155
4544
  {
4156
- "operationId": "strategy_plaza.publications.byId.get",
4157
- "method": "GET",
4158
- "path": "/api/v1/strategy-plaza/publications/{publicationId}",
4545
+ "operationId": "subscriptions.managed_wallet_deposit_bonus.claim",
4546
+ "method": "POST",
4547
+ "path": "/api/v1/subscriptions/managed-wallet-deposit-bonus/claim",
4159
4548
  "role": "user",
4160
- "risk": "read",
4549
+ "risk": "write",
4161
4550
  "auth": "bearer",
4162
4551
  "scopes": [
4163
4552
  "openid",
4164
4553
  "profile",
4165
- "strategy-plaza:read"
4554
+ "subscriptions:write"
4166
4555
  ],
4167
4556
  "stream": false,
4168
4557
  "file": false,
4169
4558
  "pagination": false,
4170
- "idempotent": true,
4559
+ "idempotent": false,
4171
4560
  "mvp": false,
4172
4561
  "catchAll": false,
4173
4562
  "contractStatus": "web-zod",
4174
- "requestBodySchema": null,
4175
- "querySchema": "JsonObject",
4563
+ "requestBodySchema": "JsonObject",
4564
+ "querySchema": null,
4176
4565
  "responseSchema": "JsonValue",
4177
4566
  "errorSchema": "ProblemDetails"
4178
4567
  },
4179
4568
  {
4180
- "operationId": "strategy_plaza.publications.list",
4569
+ "operationId": "subscriptions.managed_wallet_deposit_bonus.list",
4181
4570
  "method": "GET",
4182
- "path": "/api/v1/strategy-plaza/publications",
4571
+ "path": "/api/v1/subscriptions/managed-wallet-deposit-bonus",
4183
4572
  "role": "user",
4184
4573
  "risk": "read",
4185
4574
  "auth": "bearer",
4186
4575
  "scopes": [
4187
4576
  "openid",
4188
4577
  "profile",
4189
- "strategy-plaza:read"
4578
+ "subscriptions:read"
4190
4579
  ],
4191
4580
  "stream": false,
4192
4581
  "file": false,
@@ -4729,6 +5118,30 @@
4729
5118
  "responseSchema": "JsonValue",
4730
5119
  "errorSchema": "ProblemDetails"
4731
5120
  },
5121
+ {
5122
+ "operationId": "trader_leaderboard.featured_config.list",
5123
+ "method": "GET",
5124
+ "path": "/api/v1/trader-leaderboard/featured-config",
5125
+ "role": "user",
5126
+ "risk": "read",
5127
+ "auth": "bearer",
5128
+ "scopes": [
5129
+ "openid",
5130
+ "profile",
5131
+ "trader-leaderboard:read"
5132
+ ],
5133
+ "stream": false,
5134
+ "file": false,
5135
+ "pagination": true,
5136
+ "idempotent": true,
5137
+ "mvp": false,
5138
+ "catchAll": false,
5139
+ "contractStatus": "web-zod",
5140
+ "requestBodySchema": null,
5141
+ "querySchema": "JsonObject",
5142
+ "responseSchema": "JsonValue",
5143
+ "errorSchema": "ProblemDetails"
5144
+ },
4732
5145
  {
4733
5146
  "operationId": "trader_leaderboard.list",
4734
5147
  "method": "GET",
@@ -4849,6 +5262,30 @@
4849
5262
  "responseSchema": "JsonValue",
4850
5263
  "errorSchema": "ProblemDetails"
4851
5264
  },
5265
+ {
5266
+ "operationId": "trading.passivbot_paper_acceptance_traders.create",
5267
+ "method": "POST",
5268
+ "path": "/api/v1/trading/passivbot-paper-acceptance-traders",
5269
+ "role": "user",
5270
+ "risk": "write",
5271
+ "auth": "bearer",
5272
+ "scopes": [
5273
+ "openid",
5274
+ "profile",
5275
+ "trading:write"
5276
+ ],
5277
+ "stream": false,
5278
+ "file": false,
5279
+ "pagination": false,
5280
+ "idempotent": false,
5281
+ "mvp": false,
5282
+ "catchAll": false,
5283
+ "contractStatus": "shared",
5284
+ "requestBodySchema": "createPassivbotPaperAcceptanceTraderRequestSchema",
5285
+ "querySchema": null,
5286
+ "responseSchema": "createTraderResponseSchema",
5287
+ "errorSchema": "ProblemDetails"
5288
+ },
4852
5289
  {
4853
5290
  "operationId": "trading.rebate_copy_traders.create",
4854
5291
  "method": "POST",
@@ -4873,6 +5310,30 @@
4873
5310
  "responseSchema": "JsonValue",
4874
5311
  "errorSchema": "ProblemDetails"
4875
5312
  },
5313
+ {
5314
+ "operationId": "trading.signal_source_analytics.list",
5315
+ "method": "GET",
5316
+ "path": "/api/v1/trading/signal-source-analytics",
5317
+ "role": "user",
5318
+ "risk": "read",
5319
+ "auth": "bearer",
5320
+ "scopes": [
5321
+ "openid",
5322
+ "profile",
5323
+ "trading:read"
5324
+ ],
5325
+ "stream": false,
5326
+ "file": false,
5327
+ "pagination": true,
5328
+ "idempotent": true,
5329
+ "mvp": false,
5330
+ "catchAll": false,
5331
+ "contractStatus": "web-zod",
5332
+ "requestBodySchema": null,
5333
+ "querySchema": "JsonObject",
5334
+ "responseSchema": "JsonValue",
5335
+ "errorSchema": "ProblemDetails"
5336
+ },
4876
5337
  {
4877
5338
  "operationId": "trading.signal_source_rankings.list",
4878
5339
  "method": "GET",
@@ -5644,7 +6105,31 @@
5644
6105
  "contractStatus": "shared",
5645
6106
  "requestBodySchema": "updateTraderConfigRequestSchema",
5646
6107
  "querySchema": null,
5647
- "responseSchema": "traderDetailResponseSchema",
6108
+ "responseSchema": "createTraderResponseSchema",
6109
+ "errorSchema": "ProblemDetails"
6110
+ },
6111
+ {
6112
+ "operationId": "trading.traders.byId.update_and_start.create",
6113
+ "method": "POST",
6114
+ "path": "/api/v1/trading/traders/{traderId}/update-and-start",
6115
+ "role": "user",
6116
+ "risk": "write",
6117
+ "auth": "bearer",
6118
+ "scopes": [
6119
+ "openid",
6120
+ "profile",
6121
+ "trading:write"
6122
+ ],
6123
+ "stream": false,
6124
+ "file": false,
6125
+ "pagination": false,
6126
+ "idempotent": false,
6127
+ "mvp": false,
6128
+ "catchAll": false,
6129
+ "contractStatus": "web-zod",
6130
+ "requestBodySchema": "JsonObject",
6131
+ "querySchema": null,
6132
+ "responseSchema": "JsonValue",
5648
6133
  "errorSchema": "ProblemDetails"
5649
6134
  },
5650
6135
  {