@alphafox/cli 0.3.3 → 0.3.5

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.
Files changed (86) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +28 -9
  3. package/dist/auth/loopback-callback.js +3 -3
  4. package/dist/catalog/allowlist.d.ts +1 -1
  5. package/dist/catalog/allowlist.js +1 -1
  6. package/dist/catalog/generated/registry.json +338 -49
  7. package/dist/catalog/generated/schemas.json +1880 -779
  8. package/dist/catalog/omit.d.ts +6 -0
  9. package/dist/catalog/omit.js +11 -0
  10. package/dist/catalog/operations.d.ts +1 -1
  11. package/dist/catalog/operations.js +5 -2
  12. package/dist/commands/run.js +25 -3
  13. package/dist/engine-backtest/load-config.d.ts +4 -0
  14. package/dist/engine-backtest/load-config.js +44 -0
  15. package/dist/engine-backtest/parse-args.d.ts +3 -1
  16. package/dist/engine-backtest/parse-args.js +87 -3
  17. package/dist/engine-backtest/parse-axes.d.ts +3 -0
  18. package/dist/engine-backtest/parse-axes.js +167 -0
  19. package/dist/engine-backtest/persist.d.ts +60 -1
  20. package/dist/engine-backtest/persist.js +196 -1
  21. package/dist/engine-backtest/return-curve.d.ts +27 -0
  22. package/dist/engine-backtest/return-curve.js +80 -0
  23. package/dist/engine-backtest/run-command.d.ts +1 -4
  24. package/dist/engine-backtest/run-command.js +61 -45
  25. package/dist/engine-backtest/sweep-command.d.ts +13 -0
  26. package/dist/engine-backtest/sweep-command.js +749 -0
  27. package/dist/engine-backtest/sweep-kernel/caps.d.ts +26 -0
  28. package/dist/engine-backtest/sweep-kernel/caps.js +48 -0
  29. package/dist/engine-backtest/sweep-kernel/index.d.ts +13 -0
  30. package/dist/engine-backtest/sweep-kernel/index.js +34 -0
  31. package/dist/engine-backtest/sweep-kernel/plan.d.ts +22 -0
  32. package/dist/engine-backtest/sweep-kernel/plan.js +320 -0
  33. package/dist/engine-backtest/sweep-kernel/results.d.ts +72 -0
  34. package/dist/engine-backtest/sweep-kernel/results.js +150 -0
  35. package/dist/engine-backtest/sweep-kernel/session.d.ts +55 -0
  36. package/dist/engine-backtest/sweep-kernel/session.js +56 -0
  37. package/dist/engine-backtest/sweep-kernel/types.d.ts +36 -0
  38. package/dist/engine-backtest/sweep-kernel/types.js +2 -0
  39. package/dist/engine-backtest/types.d.ts +130 -0
  40. package/dist/index.d.ts +3 -0
  41. package/dist/index.js +16 -1
  42. package/dist/install/types.d.ts +8 -1
  43. package/dist/install/types.js +1 -0
  44. package/dist/install/wizard.js +92 -55
  45. package/dist/keychain/windows-credential.d.ts +1 -1
  46. package/dist/keychain/windows-credential.js +1 -1
  47. package/dist/resolve-symbols/catalog.d.ts +3 -0
  48. package/dist/resolve-symbols/catalog.js +50 -0
  49. package/dist/resolve-symbols/errors.d.ts +18 -0
  50. package/dist/resolve-symbols/errors.js +26 -0
  51. package/dist/resolve-symbols/exchanges.d.ts +8 -0
  52. package/dist/resolve-symbols/exchanges.js +53 -0
  53. package/dist/resolve-symbols/match.d.ts +6 -0
  54. package/dist/resolve-symbols/match.js +250 -0
  55. package/dist/resolve-symbols/parse-args.d.ts +5 -0
  56. package/dist/resolve-symbols/parse-args.js +106 -0
  57. package/dist/resolve-symbols/run-command.d.ts +21 -0
  58. package/dist/resolve-symbols/run-command.js +149 -0
  59. package/dist/resolve-symbols/types.d.ts +37 -0
  60. package/dist/resolve-symbols/types.js +2 -0
  61. package/dist/skills/manager.d.ts +96 -0
  62. package/dist/skills/manager.js +445 -0
  63. package/dist/skills/run-command.d.ts +22 -0
  64. package/dist/skills/run-command.js +143 -0
  65. package/dist/skills-manifest.json +141 -0
  66. package/dist/update/run-command.d.ts +41 -0
  67. package/dist/update/run-command.js +204 -0
  68. package/dist/version.d.ts +1 -1
  69. package/dist/version.js +1 -1
  70. package/docs/agents/issue-tracker.md +2 -2
  71. package/docs/agents/triage-labels.md +1 -1
  72. package/docs/alphafox-cli-installation-guide.md +16 -17
  73. package/docs/index.html +11 -11
  74. package/docs/release-supply-chain.md +11 -6
  75. package/package.json +2 -2
  76. package/skills/account/SKILL.md +1 -1
  77. package/skills/admin/SKILL.md +1 -1
  78. package/skills/alphafox/SKILL.md +38 -0
  79. package/skills/alphafox-shared/SKILL.md +20 -4
  80. package/skills/auth/SKILL.md +2 -2
  81. package/skills/engine-backtest/SKILL.md +48 -6
  82. package/skills/exchange/SKILL.md +1 -1
  83. package/skills/market/SKILL.md +27 -4
  84. package/skills/notification/SKILL.md +1 -1
  85. package/skills/strategy/SKILL.md +7 -20
  86. package/skills/trading/SKILL.md +3 -1
@@ -971,7 +971,7 @@
971
971
  "file": false,
972
972
  "contractStatus": "shared",
973
973
  "webZodContract": "",
974
- "sharedContractRef": "createBacktestRequestSchema",
974
+ "sharedContractRef": "backtestUserBacktestInputSchema",
975
975
  "compatibility": {
976
976
  "contractVersion": "2026-08-13",
977
977
  "registryVersion": "1.1.0",
@@ -989,19 +989,10 @@
989
989
  },
990
990
  "query": null,
991
991
  "body": {
992
- "title": "createBacktestRequestSchema",
992
+ "title": "backtestUserBacktestInputSchema",
993
993
  "$schema": "https://json-schema.org/draft/2020-12/schema",
994
994
  "type": "object",
995
995
  "properties": {
996
- "chatId": {
997
- "type": "string",
998
- "minLength": 1
999
- },
1000
- "strategyId": {
1001
- "type": "integer",
1002
- "exclusiveMinimum": 0,
1003
- "maximum": 9007199254740991
1004
- },
1005
996
  "backtestSettings": {
1006
997
  "type": "object",
1007
998
  "propertyNames": {
@@ -1012,7 +1003,7 @@
1012
1003
  }
1013
1004
  },
1014
1005
  "required": [
1015
- "chatId"
1006
+ "backtestSettings"
1016
1007
  ],
1017
1008
  "additionalProperties": false
1018
1009
  },
@@ -1487,7 +1478,7 @@
1487
1478
  "profile",
1488
1479
  "chats:write"
1489
1480
  ],
1490
- "idempotent": true,
1481
+ "idempotent": false,
1491
1482
  "pagination": false,
1492
1483
  "stream": false,
1493
1484
  "file": false,
@@ -4745,6 +4736,94 @@
4745
4736
  }
4746
4737
  }
4747
4738
  },
4739
+ "admin.lite_builder_fee.list": {
4740
+ "operationId": "admin.lite_builder_fee.list",
4741
+ "method": "GET",
4742
+ "path": "/api/v1/admin/lite-builder-fee",
4743
+ "role": "admin",
4744
+ "risk": "read",
4745
+ "auth": "bearer",
4746
+ "scopes": [
4747
+ "openid",
4748
+ "profile",
4749
+ "admin:read"
4750
+ ],
4751
+ "idempotent": true,
4752
+ "pagination": true,
4753
+ "stream": false,
4754
+ "file": false,
4755
+ "contractStatus": "envelope",
4756
+ "webZodContract": "",
4757
+ "sharedContractRef": "",
4758
+ "compatibility": {
4759
+ "contractVersion": "2026-08-13",
4760
+ "registryVersion": "1.1.0",
4761
+ "minCliVersion": "0.0.0",
4762
+ "maxCliVersion": "0.99.99",
4763
+ "openapi": "3.1.0"
4764
+ },
4765
+ "request": {
4766
+ "contentType": null,
4767
+ "path": {
4768
+ "type": "object",
4769
+ "additionalProperties": false,
4770
+ "properties": {},
4771
+ "required": []
4772
+ },
4773
+ "query": {
4774
+ "title": "JsonObject",
4775
+ "type": "object",
4776
+ "additionalProperties": true
4777
+ },
4778
+ "body": null,
4779
+ "pathParamNames": []
4780
+ },
4781
+ "response": {
4782
+ "contentType": "application/json",
4783
+ "success": {
4784
+ "title": "JsonValue",
4785
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
4786
+ }
4787
+ },
4788
+ "error": {
4789
+ "contentType": "application/problem+json",
4790
+ "schema": {
4791
+ "$id": "https://alphafox.app/schemas/problem-details.json",
4792
+ "title": "ProblemDetails",
4793
+ "type": "object",
4794
+ "additionalProperties": true,
4795
+ "required": [
4796
+ "type",
4797
+ "title",
4798
+ "status",
4799
+ "detail",
4800
+ "requestId"
4801
+ ],
4802
+ "properties": {
4803
+ "type": {
4804
+ "type": "string"
4805
+ },
4806
+ "title": {
4807
+ "type": "string"
4808
+ },
4809
+ "status": {
4810
+ "type": "integer",
4811
+ "minimum": 100,
4812
+ "maximum": 599
4813
+ },
4814
+ "detail": {
4815
+ "type": "string"
4816
+ },
4817
+ "code": {
4818
+ "type": "string"
4819
+ },
4820
+ "requestId": {
4821
+ "type": "string"
4822
+ }
4823
+ }
4824
+ }
4825
+ }
4826
+ },
4748
4827
  "admin.lite_catalog.list": {
4749
4828
  "operationId": "admin.lite_catalog.list",
4750
4829
  "method": "GET",
@@ -5644,94 +5723,6 @@
5644
5723
  }
5645
5724
  }
5646
5725
  },
5647
- "admin.running_strategy_categories.list": {
5648
- "operationId": "admin.running_strategy_categories.list",
5649
- "method": "GET",
5650
- "path": "/api/v1/admin/running-strategy-categories",
5651
- "role": "admin",
5652
- "risk": "read",
5653
- "auth": "bearer",
5654
- "scopes": [
5655
- "openid",
5656
- "profile",
5657
- "admin:read"
5658
- ],
5659
- "idempotent": true,
5660
- "pagination": true,
5661
- "stream": false,
5662
- "file": false,
5663
- "contractStatus": "web-zod",
5664
- "webZodContract": "responseSchema",
5665
- "sharedContractRef": "",
5666
- "compatibility": {
5667
- "contractVersion": "2026-08-13",
5668
- "registryVersion": "1.1.0",
5669
- "minCliVersion": "0.0.0",
5670
- "maxCliVersion": "0.99.99",
5671
- "openapi": "3.1.0"
5672
- },
5673
- "request": {
5674
- "contentType": null,
5675
- "path": {
5676
- "type": "object",
5677
- "additionalProperties": false,
5678
- "properties": {},
5679
- "required": []
5680
- },
5681
- "query": {
5682
- "title": "JsonObject",
5683
- "type": "object",
5684
- "additionalProperties": true
5685
- },
5686
- "body": null,
5687
- "pathParamNames": []
5688
- },
5689
- "response": {
5690
- "contentType": "application/json",
5691
- "success": {
5692
- "title": "JsonValue",
5693
- "description": "Any JSON value. Domain shape may be refined by web-local Zod."
5694
- }
5695
- },
5696
- "error": {
5697
- "contentType": "application/problem+json",
5698
- "schema": {
5699
- "$id": "https://alphafox.app/schemas/problem-details.json",
5700
- "title": "ProblemDetails",
5701
- "type": "object",
5702
- "additionalProperties": true,
5703
- "required": [
5704
- "type",
5705
- "title",
5706
- "status",
5707
- "detail",
5708
- "requestId"
5709
- ],
5710
- "properties": {
5711
- "type": {
5712
- "type": "string"
5713
- },
5714
- "title": {
5715
- "type": "string"
5716
- },
5717
- "status": {
5718
- "type": "integer",
5719
- "minimum": 100,
5720
- "maximum": 599
5721
- },
5722
- "detail": {
5723
- "type": "string"
5724
- },
5725
- "code": {
5726
- "type": "string"
5727
- },
5728
- "requestId": {
5729
- "type": "string"
5730
- }
5731
- }
5732
- }
5733
- }
5734
- },
5735
5726
  "admin.signal_center.proxy.create": {
5736
5727
  "operationId": "admin.signal_center.proxy.create",
5737
5728
  "method": "POST",
@@ -7320,25 +7311,24 @@
7320
7311
  }
7321
7312
  }
7322
7313
  },
7323
- "admin.traders.byId.account_snapshots.import": {
7324
- "operationId": "admin.traders.byId.account_snapshots.import",
7325
- "method": "POST",
7326
- "path": "/api/v1/admin/traders/{traderId}/account-snapshots/import",
7314
+ "admin.trader_analytics.list": {
7315
+ "operationId": "admin.trader_analytics.list",
7316
+ "method": "GET",
7317
+ "path": "/api/v1/admin/trader-analytics",
7327
7318
  "role": "admin",
7328
- "risk": "high-risk-write",
7319
+ "risk": "read",
7329
7320
  "auth": "bearer",
7330
7321
  "scopes": [
7331
7322
  "openid",
7332
7323
  "profile",
7333
- "admin:write",
7334
- "admin:high-risk"
7324
+ "admin:read"
7335
7325
  ],
7336
- "idempotent": false,
7337
- "pagination": false,
7326
+ "idempotent": true,
7327
+ "pagination": true,
7338
7328
  "stream": false,
7339
7329
  "file": false,
7340
- "contractStatus": "envelope",
7341
- "webZodContract": "",
7330
+ "contractStatus": "web-zod",
7331
+ "webZodContract": "adminTraderAnalyticsResponseSchema",
7342
7332
  "sharedContractRef": "",
7343
7333
  "compatibility": {
7344
7334
  "contractVersion": "2026-08-13",
@@ -7348,29 +7338,20 @@
7348
7338
  "openapi": "3.1.0"
7349
7339
  },
7350
7340
  "request": {
7351
- "contentType": "application/json",
7341
+ "contentType": null,
7352
7342
  "path": {
7353
7343
  "type": "object",
7354
7344
  "additionalProperties": false,
7355
- "properties": {
7356
- "traderId": {
7357
- "type": "string",
7358
- "minLength": 1
7359
- }
7360
- },
7361
- "required": [
7362
- "traderId"
7363
- ]
7345
+ "properties": {},
7346
+ "required": []
7364
7347
  },
7365
- "query": null,
7366
- "body": {
7348
+ "query": {
7367
7349
  "title": "JsonObject",
7368
7350
  "type": "object",
7369
7351
  "additionalProperties": true
7370
7352
  },
7371
- "pathParamNames": [
7372
- "traderId"
7373
- ]
7353
+ "body": null,
7354
+ "pathParamNames": []
7374
7355
  },
7375
7356
  "response": {
7376
7357
  "contentType": "application/json",
@@ -7418,10 +7399,10 @@
7418
7399
  }
7419
7400
  }
7420
7401
  },
7421
- "admin.traders.byId.closed_positions.import": {
7422
- "operationId": "admin.traders.byId.closed_positions.import",
7402
+ "admin.traders.byId.account_snapshots.import": {
7403
+ "operationId": "admin.traders.byId.account_snapshots.import",
7423
7404
  "method": "POST",
7424
- "path": "/api/v1/admin/traders/{traderId}/closed-positions/import",
7405
+ "path": "/api/v1/admin/traders/{traderId}/account-snapshots/import",
7425
7406
  "role": "admin",
7426
7407
  "risk": "high-risk-write",
7427
7408
  "auth": "bearer",
@@ -7516,10 +7497,10 @@
7516
7497
  }
7517
7498
  }
7518
7499
  },
7519
- "admin.users.byId.balance.update": {
7520
- "operationId": "admin.users.byId.balance.update",
7521
- "method": "PATCH",
7522
- "path": "/api/v1/admin/users/{id}/balance",
7500
+ "admin.traders.byId.closed_positions.import": {
7501
+ "operationId": "admin.traders.byId.closed_positions.import",
7502
+ "method": "POST",
7503
+ "path": "/api/v1/admin/traders/{traderId}/closed-positions/import",
7523
7504
  "role": "admin",
7524
7505
  "risk": "high-risk-write",
7525
7506
  "auth": "bearer",
@@ -7533,8 +7514,8 @@
7533
7514
  "pagination": false,
7534
7515
  "stream": false,
7535
7516
  "file": false,
7536
- "contractStatus": "web-zod",
7537
- "webZodContract": "routeParamsSchema",
7517
+ "contractStatus": "envelope",
7518
+ "webZodContract": "",
7538
7519
  "sharedContractRef": "",
7539
7520
  "compatibility": {
7540
7521
  "contractVersion": "2026-08-13",
@@ -7549,13 +7530,13 @@
7549
7530
  "type": "object",
7550
7531
  "additionalProperties": false,
7551
7532
  "properties": {
7552
- "id": {
7533
+ "traderId": {
7553
7534
  "type": "string",
7554
7535
  "minLength": 1
7555
7536
  }
7556
7537
  },
7557
7538
  "required": [
7558
- "id"
7539
+ "traderId"
7559
7540
  ]
7560
7541
  },
7561
7542
  "query": null,
@@ -7565,7 +7546,7 @@
7565
7546
  "additionalProperties": true
7566
7547
  },
7567
7548
  "pathParamNames": [
7568
- "id"
7549
+ "traderId"
7569
7550
  ]
7570
7551
  },
7571
7552
  "response": {
@@ -7614,18 +7595,116 @@
7614
7595
  }
7615
7596
  }
7616
7597
  },
7617
- "admin.users.byId.get": {
7618
- "operationId": "admin.users.byId.get",
7619
- "method": "GET",
7620
- "path": "/api/v1/admin/users/{id}",
7598
+ "admin.users.byId.balance.update": {
7599
+ "operationId": "admin.users.byId.balance.update",
7600
+ "method": "PATCH",
7601
+ "path": "/api/v1/admin/users/{id}/balance",
7621
7602
  "role": "admin",
7622
- "risk": "read",
7603
+ "risk": "high-risk-write",
7623
7604
  "auth": "bearer",
7624
7605
  "scopes": [
7625
7606
  "openid",
7626
7607
  "profile",
7627
- "admin:read"
7628
- ],
7608
+ "admin:write",
7609
+ "admin:high-risk"
7610
+ ],
7611
+ "idempotent": false,
7612
+ "pagination": false,
7613
+ "stream": false,
7614
+ "file": false,
7615
+ "contractStatus": "web-zod",
7616
+ "webZodContract": "routeParamsSchema",
7617
+ "sharedContractRef": "",
7618
+ "compatibility": {
7619
+ "contractVersion": "2026-08-13",
7620
+ "registryVersion": "1.1.0",
7621
+ "minCliVersion": "0.0.0",
7622
+ "maxCliVersion": "0.99.99",
7623
+ "openapi": "3.1.0"
7624
+ },
7625
+ "request": {
7626
+ "contentType": "application/json",
7627
+ "path": {
7628
+ "type": "object",
7629
+ "additionalProperties": false,
7630
+ "properties": {
7631
+ "id": {
7632
+ "type": "string",
7633
+ "minLength": 1
7634
+ }
7635
+ },
7636
+ "required": [
7637
+ "id"
7638
+ ]
7639
+ },
7640
+ "query": null,
7641
+ "body": {
7642
+ "title": "JsonObject",
7643
+ "type": "object",
7644
+ "additionalProperties": true
7645
+ },
7646
+ "pathParamNames": [
7647
+ "id"
7648
+ ]
7649
+ },
7650
+ "response": {
7651
+ "contentType": "application/json",
7652
+ "success": {
7653
+ "title": "JsonValue",
7654
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
7655
+ }
7656
+ },
7657
+ "error": {
7658
+ "contentType": "application/problem+json",
7659
+ "schema": {
7660
+ "$id": "https://alphafox.app/schemas/problem-details.json",
7661
+ "title": "ProblemDetails",
7662
+ "type": "object",
7663
+ "additionalProperties": true,
7664
+ "required": [
7665
+ "type",
7666
+ "title",
7667
+ "status",
7668
+ "detail",
7669
+ "requestId"
7670
+ ],
7671
+ "properties": {
7672
+ "type": {
7673
+ "type": "string"
7674
+ },
7675
+ "title": {
7676
+ "type": "string"
7677
+ },
7678
+ "status": {
7679
+ "type": "integer",
7680
+ "minimum": 100,
7681
+ "maximum": 599
7682
+ },
7683
+ "detail": {
7684
+ "type": "string"
7685
+ },
7686
+ "code": {
7687
+ "type": "string"
7688
+ },
7689
+ "requestId": {
7690
+ "type": "string"
7691
+ }
7692
+ }
7693
+ }
7694
+ }
7695
+ },
7696
+ "admin.users.byId.get": {
7697
+ "operationId": "admin.users.byId.get",
7698
+ "method": "GET",
7699
+ "path": "/api/v1/admin/users/{id}",
7700
+ "role": "admin",
7701
+ "risk": "read",
7702
+ "auth": "bearer",
7703
+ "scopes": [
7704
+ "openid",
7705
+ "profile",
7706
+ "admin:read"
7707
+ ],
7629
7708
  "idempotent": true,
7630
7709
  "pagination": false,
7631
7710
  "stream": false,
@@ -13859,10 +13938,10 @@
13859
13938
  }
13860
13939
  }
13861
13940
  },
13862
- "engine_backtest.experiments.byId.update": {
13863
- "operationId": "engine_backtest.experiments.byId.update",
13864
- "method": "PATCH",
13865
- "path": "/api/v1/engine-backtest/experiments/{experimentId}",
13941
+ "engine_backtest.experiments.byId.sweeps.byId.delete": {
13942
+ "operationId": "engine_backtest.experiments.byId.sweeps.byId.delete",
13943
+ "method": "DELETE",
13944
+ "path": "/api/v1/engine-backtest/experiments/{experimentId}/sweeps/{sweepId}",
13866
13945
  "role": "user",
13867
13946
  "risk": "high-risk-write",
13868
13947
  "auth": "bearer",
@@ -13872,12 +13951,12 @@
13872
13951
  "engine-backtest:write",
13873
13952
  "engine-backtest:high-risk"
13874
13953
  ],
13875
- "idempotent": false,
13954
+ "idempotent": true,
13876
13955
  "pagination": false,
13877
13956
  "stream": false,
13878
13957
  "file": false,
13879
13958
  "contractStatus": "web-zod",
13880
- "webZodContract": "experimentIdSchema",
13959
+ "webZodContract": "idSchema",
13881
13960
  "sharedContractRef": "",
13882
13961
  "compatibility": {
13883
13962
  "contractVersion": "2026-08-13",
@@ -13887,7 +13966,7 @@
13887
13966
  "openapi": "3.1.0"
13888
13967
  },
13889
13968
  "request": {
13890
- "contentType": "application/json",
13969
+ "contentType": null,
13891
13970
  "path": {
13892
13971
  "type": "object",
13893
13972
  "additionalProperties": false,
@@ -13895,20 +13974,22 @@
13895
13974
  "experimentId": {
13896
13975
  "type": "string",
13897
13976
  "minLength": 1
13977
+ },
13978
+ "sweepId": {
13979
+ "type": "string",
13980
+ "minLength": 1
13898
13981
  }
13899
13982
  },
13900
13983
  "required": [
13901
- "experimentId"
13984
+ "experimentId",
13985
+ "sweepId"
13902
13986
  ]
13903
13987
  },
13904
13988
  "query": null,
13905
- "body": {
13906
- "title": "JsonObject",
13907
- "type": "object",
13908
- "additionalProperties": true
13909
- },
13989
+ "body": null,
13910
13990
  "pathParamNames": [
13911
- "experimentId"
13991
+ "experimentId",
13992
+ "sweepId"
13912
13993
  ]
13913
13994
  },
13914
13995
  "response": {
@@ -13957,24 +14038,24 @@
13957
14038
  }
13958
14039
  }
13959
14040
  },
13960
- "engine_backtest.experiments.create": {
13961
- "operationId": "engine_backtest.experiments.create",
13962
- "method": "POST",
13963
- "path": "/api/v1/engine-backtest/experiments",
14041
+ "engine_backtest.experiments.byId.sweeps.byId.get": {
14042
+ "operationId": "engine_backtest.experiments.byId.sweeps.byId.get",
14043
+ "method": "GET",
14044
+ "path": "/api/v1/engine-backtest/experiments/{experimentId}/sweeps/{sweepId}",
13964
14045
  "role": "user",
13965
- "risk": "write",
14046
+ "risk": "read",
13966
14047
  "auth": "bearer",
13967
14048
  "scopes": [
13968
14049
  "openid",
13969
14050
  "profile",
13970
- "engine-backtest:write"
14051
+ "engine-backtest:read"
13971
14052
  ],
13972
- "idempotent": false,
14053
+ "idempotent": true,
13973
14054
  "pagination": false,
13974
14055
  "stream": false,
13975
14056
  "file": false,
13976
14057
  "contractStatus": "web-zod",
13977
- "webZodContract": "engineBacktestListQuerySchema",
14058
+ "webZodContract": "idSchema",
13978
14059
  "sharedContractRef": "",
13979
14060
  "compatibility": {
13980
14061
  "contractVersion": "2026-08-13",
@@ -13984,20 +14065,35 @@
13984
14065
  "openapi": "3.1.0"
13985
14066
  },
13986
14067
  "request": {
13987
- "contentType": "application/json",
14068
+ "contentType": null,
13988
14069
  "path": {
13989
14070
  "type": "object",
13990
14071
  "additionalProperties": false,
13991
- "properties": {},
13992
- "required": []
14072
+ "properties": {
14073
+ "experimentId": {
14074
+ "type": "string",
14075
+ "minLength": 1
14076
+ },
14077
+ "sweepId": {
14078
+ "type": "string",
14079
+ "minLength": 1
14080
+ }
14081
+ },
14082
+ "required": [
14083
+ "experimentId",
14084
+ "sweepId"
14085
+ ]
13993
14086
  },
13994
- "query": null,
13995
- "body": {
14087
+ "query": {
13996
14088
  "title": "JsonObject",
13997
14089
  "type": "object",
13998
14090
  "additionalProperties": true
13999
14091
  },
14000
- "pathParamNames": []
14092
+ "body": null,
14093
+ "pathParamNames": [
14094
+ "experimentId",
14095
+ "sweepId"
14096
+ ]
14001
14097
  },
14002
14098
  "response": {
14003
14099
  "contentType": "application/json",
@@ -14045,24 +14141,24 @@
14045
14141
  }
14046
14142
  }
14047
14143
  },
14048
- "engine_backtest.experiments.list": {
14049
- "operationId": "engine_backtest.experiments.list",
14050
- "method": "GET",
14051
- "path": "/api/v1/engine-backtest/experiments",
14144
+ "engine_backtest.experiments.byId.sweeps.create": {
14145
+ "operationId": "engine_backtest.experiments.byId.sweeps.create",
14146
+ "method": "POST",
14147
+ "path": "/api/v1/engine-backtest/experiments/{experimentId}/sweeps",
14052
14148
  "role": "user",
14053
- "risk": "read",
14149
+ "risk": "write",
14054
14150
  "auth": "bearer",
14055
14151
  "scopes": [
14056
14152
  "openid",
14057
14153
  "profile",
14058
- "engine-backtest:read"
14154
+ "engine-backtest:write"
14059
14155
  ],
14060
- "idempotent": true,
14061
- "pagination": true,
14156
+ "idempotent": false,
14157
+ "pagination": false,
14062
14158
  "stream": false,
14063
14159
  "file": false,
14064
14160
  "contractStatus": "web-zod",
14065
- "webZodContract": "engineBacktestListQuerySchema",
14161
+ "webZodContract": "experimentIdSchema",
14066
14162
  "sharedContractRef": "",
14067
14163
  "compatibility": {
14068
14164
  "contractVersion": "2026-08-13",
@@ -14072,20 +14168,29 @@
14072
14168
  "openapi": "3.1.0"
14073
14169
  },
14074
14170
  "request": {
14075
- "contentType": null,
14171
+ "contentType": "application/json",
14076
14172
  "path": {
14077
14173
  "type": "object",
14078
14174
  "additionalProperties": false,
14079
- "properties": {},
14080
- "required": []
14175
+ "properties": {
14176
+ "experimentId": {
14177
+ "type": "string",
14178
+ "minLength": 1
14179
+ }
14180
+ },
14181
+ "required": [
14182
+ "experimentId"
14183
+ ]
14081
14184
  },
14082
- "query": {
14185
+ "query": null,
14186
+ "body": {
14083
14187
  "title": "JsonObject",
14084
14188
  "type": "object",
14085
14189
  "additionalProperties": true
14086
14190
  },
14087
- "body": null,
14088
- "pathParamNames": []
14191
+ "pathParamNames": [
14192
+ "experimentId"
14193
+ ]
14089
14194
  },
14090
14195
  "response": {
14091
14196
  "contentType": "application/json",
@@ -14133,25 +14238,24 @@
14133
14238
  }
14134
14239
  }
14135
14240
  },
14136
- "exchange_connectors.byId.copy": {
14137
- "operationId": "exchange_connectors.byId.copy",
14138
- "method": "POST",
14139
- "path": "/api/v1/exchange-connectors/{connectionId}/copy",
14241
+ "engine_backtest.experiments.byId.sweeps.list": {
14242
+ "operationId": "engine_backtest.experiments.byId.sweeps.list",
14243
+ "method": "GET",
14244
+ "path": "/api/v1/engine-backtest/experiments/{experimentId}/sweeps",
14140
14245
  "role": "user",
14141
- "risk": "high-risk-write",
14246
+ "risk": "read",
14142
14247
  "auth": "bearer",
14143
14248
  "scopes": [
14144
14249
  "openid",
14145
14250
  "profile",
14146
- "exchange-connectors:write",
14147
- "exchange-connectors:high-risk"
14251
+ "engine-backtest:read"
14148
14252
  ],
14149
- "idempotent": false,
14150
- "pagination": false,
14253
+ "idempotent": true,
14254
+ "pagination": true,
14151
14255
  "stream": false,
14152
14256
  "file": false,
14153
- "contractStatus": "envelope",
14154
- "webZodContract": "",
14257
+ "contractStatus": "web-zod",
14258
+ "webZodContract": "experimentIdSchema",
14155
14259
  "sharedContractRef": "",
14156
14260
  "compatibility": {
14157
14261
  "contractVersion": "2026-08-13",
@@ -14161,28 +14265,28 @@
14161
14265
  "openapi": "3.1.0"
14162
14266
  },
14163
14267
  "request": {
14164
- "contentType": "application/json",
14268
+ "contentType": null,
14165
14269
  "path": {
14166
14270
  "type": "object",
14167
14271
  "additionalProperties": false,
14168
14272
  "properties": {
14169
- "connectionId": {
14273
+ "experimentId": {
14170
14274
  "type": "string",
14171
14275
  "minLength": 1
14172
14276
  }
14173
14277
  },
14174
14278
  "required": [
14175
- "connectionId"
14279
+ "experimentId"
14176
14280
  ]
14177
14281
  },
14178
- "query": null,
14179
- "body": {
14282
+ "query": {
14180
14283
  "title": "JsonObject",
14181
14284
  "type": "object",
14182
14285
  "additionalProperties": true
14183
14286
  },
14287
+ "body": null,
14184
14288
  "pathParamNames": [
14185
- "connectionId"
14289
+ "experimentId"
14186
14290
  ]
14187
14291
  },
14188
14292
  "response": {
@@ -14231,25 +14335,25 @@
14231
14335
  }
14232
14336
  }
14233
14337
  },
14234
- "exchange_connectors.byId.delete": {
14235
- "operationId": "exchange_connectors.byId.delete",
14236
- "method": "DELETE",
14237
- "path": "/api/v1/exchange-connectors/{connectionId}",
14338
+ "engine_backtest.experiments.byId.update": {
14339
+ "operationId": "engine_backtest.experiments.byId.update",
14340
+ "method": "PATCH",
14341
+ "path": "/api/v1/engine-backtest/experiments/{experimentId}",
14238
14342
  "role": "user",
14239
14343
  "risk": "high-risk-write",
14240
14344
  "auth": "bearer",
14241
14345
  "scopes": [
14242
14346
  "openid",
14243
14347
  "profile",
14244
- "exchange-connectors:write",
14245
- "exchange-connectors:high-risk"
14348
+ "engine-backtest:write",
14349
+ "engine-backtest:high-risk"
14246
14350
  ],
14247
- "idempotent": true,
14351
+ "idempotent": false,
14248
14352
  "pagination": false,
14249
14353
  "stream": false,
14250
14354
  "file": false,
14251
14355
  "contractStatus": "web-zod",
14252
- "webZodContract": "updateExchangeConnectionRequestSchema",
14356
+ "webZodContract": "experimentIdSchema",
14253
14357
  "sharedContractRef": "",
14254
14358
  "compatibility": {
14255
14359
  "contractVersion": "2026-08-13",
@@ -14259,24 +14363,28 @@
14259
14363
  "openapi": "3.1.0"
14260
14364
  },
14261
14365
  "request": {
14262
- "contentType": null,
14366
+ "contentType": "application/json",
14263
14367
  "path": {
14264
14368
  "type": "object",
14265
14369
  "additionalProperties": false,
14266
14370
  "properties": {
14267
- "connectionId": {
14371
+ "experimentId": {
14268
14372
  "type": "string",
14269
14373
  "minLength": 1
14270
14374
  }
14271
14375
  },
14272
14376
  "required": [
14273
- "connectionId"
14377
+ "experimentId"
14274
14378
  ]
14275
14379
  },
14276
14380
  "query": null,
14277
- "body": null,
14381
+ "body": {
14382
+ "title": "JsonObject",
14383
+ "type": "object",
14384
+ "additionalProperties": true
14385
+ },
14278
14386
  "pathParamNames": [
14279
- "connectionId"
14387
+ "experimentId"
14280
14388
  ]
14281
14389
  },
14282
14390
  "response": {
@@ -14325,10 +14433,186 @@
14325
14433
  }
14326
14434
  }
14327
14435
  },
14328
- "exchange_connectors.byId.update": {
14329
- "operationId": "exchange_connectors.byId.update",
14330
- "method": "PATCH",
14331
- "path": "/api/v1/exchange-connectors/{connectionId}",
14436
+ "engine_backtest.experiments.create": {
14437
+ "operationId": "engine_backtest.experiments.create",
14438
+ "method": "POST",
14439
+ "path": "/api/v1/engine-backtest/experiments",
14440
+ "role": "user",
14441
+ "risk": "write",
14442
+ "auth": "bearer",
14443
+ "scopes": [
14444
+ "openid",
14445
+ "profile",
14446
+ "engine-backtest:write"
14447
+ ],
14448
+ "idempotent": false,
14449
+ "pagination": false,
14450
+ "stream": false,
14451
+ "file": false,
14452
+ "contractStatus": "web-zod",
14453
+ "webZodContract": "engineBacktestListQuerySchema",
14454
+ "sharedContractRef": "",
14455
+ "compatibility": {
14456
+ "contractVersion": "2026-08-13",
14457
+ "registryVersion": "1.1.0",
14458
+ "minCliVersion": "0.0.0",
14459
+ "maxCliVersion": "0.99.99",
14460
+ "openapi": "3.1.0"
14461
+ },
14462
+ "request": {
14463
+ "contentType": "application/json",
14464
+ "path": {
14465
+ "type": "object",
14466
+ "additionalProperties": false,
14467
+ "properties": {},
14468
+ "required": []
14469
+ },
14470
+ "query": null,
14471
+ "body": {
14472
+ "title": "JsonObject",
14473
+ "type": "object",
14474
+ "additionalProperties": true
14475
+ },
14476
+ "pathParamNames": []
14477
+ },
14478
+ "response": {
14479
+ "contentType": "application/json",
14480
+ "success": {
14481
+ "title": "JsonValue",
14482
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
14483
+ }
14484
+ },
14485
+ "error": {
14486
+ "contentType": "application/problem+json",
14487
+ "schema": {
14488
+ "$id": "https://alphafox.app/schemas/problem-details.json",
14489
+ "title": "ProblemDetails",
14490
+ "type": "object",
14491
+ "additionalProperties": true,
14492
+ "required": [
14493
+ "type",
14494
+ "title",
14495
+ "status",
14496
+ "detail",
14497
+ "requestId"
14498
+ ],
14499
+ "properties": {
14500
+ "type": {
14501
+ "type": "string"
14502
+ },
14503
+ "title": {
14504
+ "type": "string"
14505
+ },
14506
+ "status": {
14507
+ "type": "integer",
14508
+ "minimum": 100,
14509
+ "maximum": 599
14510
+ },
14511
+ "detail": {
14512
+ "type": "string"
14513
+ },
14514
+ "code": {
14515
+ "type": "string"
14516
+ },
14517
+ "requestId": {
14518
+ "type": "string"
14519
+ }
14520
+ }
14521
+ }
14522
+ }
14523
+ },
14524
+ "engine_backtest.experiments.list": {
14525
+ "operationId": "engine_backtest.experiments.list",
14526
+ "method": "GET",
14527
+ "path": "/api/v1/engine-backtest/experiments",
14528
+ "role": "user",
14529
+ "risk": "read",
14530
+ "auth": "bearer",
14531
+ "scopes": [
14532
+ "openid",
14533
+ "profile",
14534
+ "engine-backtest:read"
14535
+ ],
14536
+ "idempotent": true,
14537
+ "pagination": true,
14538
+ "stream": false,
14539
+ "file": false,
14540
+ "contractStatus": "web-zod",
14541
+ "webZodContract": "engineBacktestListQuerySchema",
14542
+ "sharedContractRef": "",
14543
+ "compatibility": {
14544
+ "contractVersion": "2026-08-13",
14545
+ "registryVersion": "1.1.0",
14546
+ "minCliVersion": "0.0.0",
14547
+ "maxCliVersion": "0.99.99",
14548
+ "openapi": "3.1.0"
14549
+ },
14550
+ "request": {
14551
+ "contentType": null,
14552
+ "path": {
14553
+ "type": "object",
14554
+ "additionalProperties": false,
14555
+ "properties": {},
14556
+ "required": []
14557
+ },
14558
+ "query": {
14559
+ "title": "JsonObject",
14560
+ "type": "object",
14561
+ "additionalProperties": true
14562
+ },
14563
+ "body": null,
14564
+ "pathParamNames": []
14565
+ },
14566
+ "response": {
14567
+ "contentType": "application/json",
14568
+ "success": {
14569
+ "title": "JsonValue",
14570
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
14571
+ }
14572
+ },
14573
+ "error": {
14574
+ "contentType": "application/problem+json",
14575
+ "schema": {
14576
+ "$id": "https://alphafox.app/schemas/problem-details.json",
14577
+ "title": "ProblemDetails",
14578
+ "type": "object",
14579
+ "additionalProperties": true,
14580
+ "required": [
14581
+ "type",
14582
+ "title",
14583
+ "status",
14584
+ "detail",
14585
+ "requestId"
14586
+ ],
14587
+ "properties": {
14588
+ "type": {
14589
+ "type": "string"
14590
+ },
14591
+ "title": {
14592
+ "type": "string"
14593
+ },
14594
+ "status": {
14595
+ "type": "integer",
14596
+ "minimum": 100,
14597
+ "maximum": 599
14598
+ },
14599
+ "detail": {
14600
+ "type": "string"
14601
+ },
14602
+ "code": {
14603
+ "type": "string"
14604
+ },
14605
+ "requestId": {
14606
+ "type": "string"
14607
+ }
14608
+ }
14609
+ }
14610
+ }
14611
+ },
14612
+ "exchange_connectors.byId.copy": {
14613
+ "operationId": "exchange_connectors.byId.copy",
14614
+ "method": "POST",
14615
+ "path": "/api/v1/exchange-connectors/{connectionId}/copy",
14332
14616
  "role": "user",
14333
14617
  "risk": "high-risk-write",
14334
14618
  "auth": "bearer",
@@ -14342,8 +14626,8 @@
14342
14626
  "pagination": false,
14343
14627
  "stream": false,
14344
14628
  "file": false,
14345
- "contractStatus": "web-zod",
14346
- "webZodContract": "updateExchangeConnectionRequestSchema",
14629
+ "contractStatus": "envelope",
14630
+ "webZodContract": "",
14347
14631
  "sharedContractRef": "",
14348
14632
  "compatibility": {
14349
14633
  "contractVersion": "2026-08-13",
@@ -14423,10 +14707,10 @@
14423
14707
  }
14424
14708
  }
14425
14709
  },
14426
- "exchange_connectors.create": {
14427
- "operationId": "exchange_connectors.create",
14428
- "method": "POST",
14429
- "path": "/api/v1/exchange-connectors",
14710
+ "exchange_connectors.byId.delete": {
14711
+ "operationId": "exchange_connectors.byId.delete",
14712
+ "method": "DELETE",
14713
+ "path": "/api/v1/exchange-connectors/{connectionId}",
14430
14714
  "role": "user",
14431
14715
  "risk": "high-risk-write",
14432
14716
  "auth": "bearer",
@@ -14436,13 +14720,13 @@
14436
14720
  "exchange-connectors:write",
14437
14721
  "exchange-connectors:high-risk"
14438
14722
  ],
14439
- "idempotent": false,
14723
+ "idempotent": true,
14440
14724
  "pagination": false,
14441
14725
  "stream": false,
14442
14726
  "file": false,
14443
- "contractStatus": "shared",
14444
- "webZodContract": "",
14445
- "sharedContractRef": "createExchangeConnectionRequestSchema",
14727
+ "contractStatus": "web-zod",
14728
+ "webZodContract": "updateExchangeConnectionRequestSchema",
14729
+ "sharedContractRef": "",
14446
14730
  "compatibility": {
14447
14731
  "contractVersion": "2026-08-13",
14448
14732
  "registryVersion": "1.1.0",
@@ -14451,52 +14735,244 @@
14451
14735
  "openapi": "3.1.0"
14452
14736
  },
14453
14737
  "request": {
14454
- "contentType": "application/json",
14738
+ "contentType": null,
14455
14739
  "path": {
14456
14740
  "type": "object",
14457
14741
  "additionalProperties": false,
14458
- "properties": {},
14459
- "required": []
14742
+ "properties": {
14743
+ "connectionId": {
14744
+ "type": "string",
14745
+ "minLength": 1
14746
+ }
14747
+ },
14748
+ "required": [
14749
+ "connectionId"
14750
+ ]
14460
14751
  },
14461
14752
  "query": null,
14462
- "body": {
14463
- "title": "createExchangeConnectionRequestSchema",
14464
- "$schema": "https://json-schema.org/draft/2020-12/schema",
14465
- "oneOf": [
14466
- {
14467
- "type": "object",
14468
- "properties": {
14469
- "mode": {
14470
- "type": "string",
14471
- "const": "paper"
14472
- },
14473
- "executionVenue": {
14474
- "type": "string",
14475
- "const": "internal_paper"
14476
- },
14477
- "name": {
14478
- "type": "string",
14479
- "minLength": 1
14480
- },
14481
- "exchangePlatform": {
14482
- "default": "Binance",
14483
- "type": "string",
14484
- "enum": [
14485
- "Binance",
14486
- "Polymarket"
14487
- ]
14488
- },
14489
- "paperMargin": {
14490
- "type": "number",
14491
- "exclusiveMinimum": 0
14492
- }
14493
- },
14494
- "required": [
14495
- "mode",
14496
- "executionVenue",
14497
- "name",
14498
- "exchangePlatform",
14499
- "paperMargin"
14753
+ "body": null,
14754
+ "pathParamNames": [
14755
+ "connectionId"
14756
+ ]
14757
+ },
14758
+ "response": {
14759
+ "contentType": "application/json",
14760
+ "success": {
14761
+ "title": "JsonValue",
14762
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
14763
+ }
14764
+ },
14765
+ "error": {
14766
+ "contentType": "application/problem+json",
14767
+ "schema": {
14768
+ "$id": "https://alphafox.app/schemas/problem-details.json",
14769
+ "title": "ProblemDetails",
14770
+ "type": "object",
14771
+ "additionalProperties": true,
14772
+ "required": [
14773
+ "type",
14774
+ "title",
14775
+ "status",
14776
+ "detail",
14777
+ "requestId"
14778
+ ],
14779
+ "properties": {
14780
+ "type": {
14781
+ "type": "string"
14782
+ },
14783
+ "title": {
14784
+ "type": "string"
14785
+ },
14786
+ "status": {
14787
+ "type": "integer",
14788
+ "minimum": 100,
14789
+ "maximum": 599
14790
+ },
14791
+ "detail": {
14792
+ "type": "string"
14793
+ },
14794
+ "code": {
14795
+ "type": "string"
14796
+ },
14797
+ "requestId": {
14798
+ "type": "string"
14799
+ }
14800
+ }
14801
+ }
14802
+ }
14803
+ },
14804
+ "exchange_connectors.byId.update": {
14805
+ "operationId": "exchange_connectors.byId.update",
14806
+ "method": "PATCH",
14807
+ "path": "/api/v1/exchange-connectors/{connectionId}",
14808
+ "role": "user",
14809
+ "risk": "high-risk-write",
14810
+ "auth": "bearer",
14811
+ "scopes": [
14812
+ "openid",
14813
+ "profile",
14814
+ "exchange-connectors:write",
14815
+ "exchange-connectors:high-risk"
14816
+ ],
14817
+ "idempotent": false,
14818
+ "pagination": false,
14819
+ "stream": false,
14820
+ "file": false,
14821
+ "contractStatus": "web-zod",
14822
+ "webZodContract": "updateExchangeConnectionRequestSchema",
14823
+ "sharedContractRef": "",
14824
+ "compatibility": {
14825
+ "contractVersion": "2026-08-13",
14826
+ "registryVersion": "1.1.0",
14827
+ "minCliVersion": "0.0.0",
14828
+ "maxCliVersion": "0.99.99",
14829
+ "openapi": "3.1.0"
14830
+ },
14831
+ "request": {
14832
+ "contentType": "application/json",
14833
+ "path": {
14834
+ "type": "object",
14835
+ "additionalProperties": false,
14836
+ "properties": {
14837
+ "connectionId": {
14838
+ "type": "string",
14839
+ "minLength": 1
14840
+ }
14841
+ },
14842
+ "required": [
14843
+ "connectionId"
14844
+ ]
14845
+ },
14846
+ "query": null,
14847
+ "body": {
14848
+ "title": "JsonObject",
14849
+ "type": "object",
14850
+ "additionalProperties": true
14851
+ },
14852
+ "pathParamNames": [
14853
+ "connectionId"
14854
+ ]
14855
+ },
14856
+ "response": {
14857
+ "contentType": "application/json",
14858
+ "success": {
14859
+ "title": "JsonValue",
14860
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
14861
+ }
14862
+ },
14863
+ "error": {
14864
+ "contentType": "application/problem+json",
14865
+ "schema": {
14866
+ "$id": "https://alphafox.app/schemas/problem-details.json",
14867
+ "title": "ProblemDetails",
14868
+ "type": "object",
14869
+ "additionalProperties": true,
14870
+ "required": [
14871
+ "type",
14872
+ "title",
14873
+ "status",
14874
+ "detail",
14875
+ "requestId"
14876
+ ],
14877
+ "properties": {
14878
+ "type": {
14879
+ "type": "string"
14880
+ },
14881
+ "title": {
14882
+ "type": "string"
14883
+ },
14884
+ "status": {
14885
+ "type": "integer",
14886
+ "minimum": 100,
14887
+ "maximum": 599
14888
+ },
14889
+ "detail": {
14890
+ "type": "string"
14891
+ },
14892
+ "code": {
14893
+ "type": "string"
14894
+ },
14895
+ "requestId": {
14896
+ "type": "string"
14897
+ }
14898
+ }
14899
+ }
14900
+ }
14901
+ },
14902
+ "exchange_connectors.create": {
14903
+ "operationId": "exchange_connectors.create",
14904
+ "method": "POST",
14905
+ "path": "/api/v1/exchange-connectors",
14906
+ "role": "user",
14907
+ "risk": "high-risk-write",
14908
+ "auth": "bearer",
14909
+ "scopes": [
14910
+ "openid",
14911
+ "profile",
14912
+ "exchange-connectors:write",
14913
+ "exchange-connectors:high-risk"
14914
+ ],
14915
+ "idempotent": false,
14916
+ "pagination": false,
14917
+ "stream": false,
14918
+ "file": false,
14919
+ "contractStatus": "shared",
14920
+ "webZodContract": "",
14921
+ "sharedContractRef": "createExchangeConnectionRequestSchema",
14922
+ "compatibility": {
14923
+ "contractVersion": "2026-08-13",
14924
+ "registryVersion": "1.1.0",
14925
+ "minCliVersion": "0.0.0",
14926
+ "maxCliVersion": "0.99.99",
14927
+ "openapi": "3.1.0"
14928
+ },
14929
+ "request": {
14930
+ "contentType": "application/json",
14931
+ "path": {
14932
+ "type": "object",
14933
+ "additionalProperties": false,
14934
+ "properties": {},
14935
+ "required": []
14936
+ },
14937
+ "query": null,
14938
+ "body": {
14939
+ "title": "createExchangeConnectionRequestSchema",
14940
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
14941
+ "oneOf": [
14942
+ {
14943
+ "type": "object",
14944
+ "properties": {
14945
+ "mode": {
14946
+ "type": "string",
14947
+ "const": "paper"
14948
+ },
14949
+ "executionVenue": {
14950
+ "type": "string",
14951
+ "const": "internal_paper"
14952
+ },
14953
+ "name": {
14954
+ "type": "string",
14955
+ "minLength": 1
14956
+ },
14957
+ "exchangePlatform": {
14958
+ "default": "Binance",
14959
+ "type": "string",
14960
+ "enum": [
14961
+ "Binance",
14962
+ "Polymarket"
14963
+ ]
14964
+ },
14965
+ "paperMargin": {
14966
+ "type": "number",
14967
+ "exclusiveMinimum": 0
14968
+ }
14969
+ },
14970
+ "required": [
14971
+ "mode",
14972
+ "executionVenue",
14973
+ "name",
14974
+ "exchangePlatform",
14975
+ "paperMargin"
14500
14976
  ],
14501
14977
  "additionalProperties": false
14502
14978
  },
@@ -14805,26 +15281,631 @@
14805
15281
  }
14806
15282
  }
14807
15283
  },
14808
- "exchange_connectors.hyperliquid_agent.byId.complete": {
14809
- "operationId": "exchange_connectors.hyperliquid_agent.byId.complete",
15284
+ "exchange_connectors.hyperliquid_agent.byId.complete": {
15285
+ "operationId": "exchange_connectors.hyperliquid_agent.byId.complete",
15286
+ "method": "POST",
15287
+ "path": "/api/v1/exchange-connectors/hyperliquid-agent/{bindingId}/complete",
15288
+ "role": "user",
15289
+ "risk": "high-risk-write",
15290
+ "auth": "bearer",
15291
+ "scopes": [
15292
+ "openid",
15293
+ "profile",
15294
+ "exchange-connectors:write",
15295
+ "exchange-connectors:high-risk"
15296
+ ],
15297
+ "idempotent": false,
15298
+ "pagination": false,
15299
+ "stream": false,
15300
+ "file": false,
15301
+ "contractStatus": "web-zod",
15302
+ "webZodContract": "completeHyperliquidAgentBindingRequestSchema",
15303
+ "sharedContractRef": "",
15304
+ "compatibility": {
15305
+ "contractVersion": "2026-08-13",
15306
+ "registryVersion": "1.1.0",
15307
+ "minCliVersion": "0.0.0",
15308
+ "maxCliVersion": "0.99.99",
15309
+ "openapi": "3.1.0"
15310
+ },
15311
+ "request": {
15312
+ "contentType": "application/json",
15313
+ "path": {
15314
+ "type": "object",
15315
+ "additionalProperties": false,
15316
+ "properties": {
15317
+ "bindingId": {
15318
+ "type": "string",
15319
+ "minLength": 1
15320
+ }
15321
+ },
15322
+ "required": [
15323
+ "bindingId"
15324
+ ]
15325
+ },
15326
+ "query": null,
15327
+ "body": {
15328
+ "title": "JsonObject",
15329
+ "type": "object",
15330
+ "additionalProperties": true
15331
+ },
15332
+ "pathParamNames": [
15333
+ "bindingId"
15334
+ ]
15335
+ },
15336
+ "response": {
15337
+ "contentType": "application/json",
15338
+ "success": {
15339
+ "title": "JsonValue",
15340
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15341
+ }
15342
+ },
15343
+ "error": {
15344
+ "contentType": "application/problem+json",
15345
+ "schema": {
15346
+ "$id": "https://alphafox.app/schemas/problem-details.json",
15347
+ "title": "ProblemDetails",
15348
+ "type": "object",
15349
+ "additionalProperties": true,
15350
+ "required": [
15351
+ "type",
15352
+ "title",
15353
+ "status",
15354
+ "detail",
15355
+ "requestId"
15356
+ ],
15357
+ "properties": {
15358
+ "type": {
15359
+ "type": "string"
15360
+ },
15361
+ "title": {
15362
+ "type": "string"
15363
+ },
15364
+ "status": {
15365
+ "type": "integer",
15366
+ "minimum": 100,
15367
+ "maximum": 599
15368
+ },
15369
+ "detail": {
15370
+ "type": "string"
15371
+ },
15372
+ "code": {
15373
+ "type": "string"
15374
+ },
15375
+ "requestId": {
15376
+ "type": "string"
15377
+ }
15378
+ }
15379
+ }
15380
+ }
15381
+ },
15382
+ "exchange_connectors.hyperliquid_agent.create": {
15383
+ "operationId": "exchange_connectors.hyperliquid_agent.create",
15384
+ "method": "POST",
15385
+ "path": "/api/v1/exchange-connectors/hyperliquid-agent",
15386
+ "role": "user",
15387
+ "risk": "write",
15388
+ "auth": "bearer",
15389
+ "scopes": [
15390
+ "openid",
15391
+ "profile",
15392
+ "exchange-connectors:write"
15393
+ ],
15394
+ "idempotent": false,
15395
+ "pagination": false,
15396
+ "stream": false,
15397
+ "file": false,
15398
+ "contractStatus": "web-zod",
15399
+ "webZodContract": "prepareHyperliquidAgentBindingRequestSchema",
15400
+ "sharedContractRef": "",
15401
+ "compatibility": {
15402
+ "contractVersion": "2026-08-13",
15403
+ "registryVersion": "1.1.0",
15404
+ "minCliVersion": "0.0.0",
15405
+ "maxCliVersion": "0.99.99",
15406
+ "openapi": "3.1.0"
15407
+ },
15408
+ "request": {
15409
+ "contentType": "application/json",
15410
+ "path": {
15411
+ "type": "object",
15412
+ "additionalProperties": false,
15413
+ "properties": {},
15414
+ "required": []
15415
+ },
15416
+ "query": null,
15417
+ "body": {
15418
+ "title": "JsonObject",
15419
+ "type": "object",
15420
+ "additionalProperties": true
15421
+ },
15422
+ "pathParamNames": []
15423
+ },
15424
+ "response": {
15425
+ "contentType": "application/json",
15426
+ "success": {
15427
+ "title": "JsonValue",
15428
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15429
+ }
15430
+ },
15431
+ "error": {
15432
+ "contentType": "application/problem+json",
15433
+ "schema": {
15434
+ "$id": "https://alphafox.app/schemas/problem-details.json",
15435
+ "title": "ProblemDetails",
15436
+ "type": "object",
15437
+ "additionalProperties": true,
15438
+ "required": [
15439
+ "type",
15440
+ "title",
15441
+ "status",
15442
+ "detail",
15443
+ "requestId"
15444
+ ],
15445
+ "properties": {
15446
+ "type": {
15447
+ "type": "string"
15448
+ },
15449
+ "title": {
15450
+ "type": "string"
15451
+ },
15452
+ "status": {
15453
+ "type": "integer",
15454
+ "minimum": 100,
15455
+ "maximum": 599
15456
+ },
15457
+ "detail": {
15458
+ "type": "string"
15459
+ },
15460
+ "code": {
15461
+ "type": "string"
15462
+ },
15463
+ "requestId": {
15464
+ "type": "string"
15465
+ }
15466
+ }
15467
+ }
15468
+ }
15469
+ },
15470
+ "exchange_connectors.live_equities.list": {
15471
+ "operationId": "exchange_connectors.live_equities.list",
15472
+ "method": "GET",
15473
+ "path": "/api/v1/exchange-connectors/live-equities",
15474
+ "role": "user",
15475
+ "risk": "read",
15476
+ "auth": "bearer",
15477
+ "scopes": [
15478
+ "openid",
15479
+ "profile",
15480
+ "exchange-connectors:read"
15481
+ ],
15482
+ "idempotent": true,
15483
+ "pagination": true,
15484
+ "stream": false,
15485
+ "file": false,
15486
+ "contractStatus": "shared",
15487
+ "webZodContract": "",
15488
+ "sharedContractRef": "liveConnectionEquitiesResponseSchema",
15489
+ "compatibility": {
15490
+ "contractVersion": "2026-08-13",
15491
+ "registryVersion": "1.1.0",
15492
+ "minCliVersion": "0.0.0",
15493
+ "maxCliVersion": "0.99.99",
15494
+ "openapi": "3.1.0"
15495
+ },
15496
+ "request": {
15497
+ "contentType": null,
15498
+ "path": {
15499
+ "type": "object",
15500
+ "additionalProperties": false,
15501
+ "properties": {},
15502
+ "required": []
15503
+ },
15504
+ "query": {
15505
+ "title": "JsonObject",
15506
+ "type": "object",
15507
+ "additionalProperties": true
15508
+ },
15509
+ "body": null,
15510
+ "pathParamNames": []
15511
+ },
15512
+ "response": {
15513
+ "contentType": "application/json",
15514
+ "success": {
15515
+ "title": "liveConnectionEquitiesResponseSchema",
15516
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
15517
+ "type": "object",
15518
+ "properties": {
15519
+ "items": {
15520
+ "type": "array",
15521
+ "items": {
15522
+ "type": "object",
15523
+ "properties": {
15524
+ "connectionId": {
15525
+ "type": "string",
15526
+ "minLength": 1
15527
+ },
15528
+ "equity": {
15529
+ "type": "number"
15530
+ }
15531
+ },
15532
+ "required": [
15533
+ "connectionId",
15534
+ "equity"
15535
+ ],
15536
+ "additionalProperties": false
15537
+ }
15538
+ },
15539
+ "failures": {
15540
+ "type": "array",
15541
+ "items": {
15542
+ "type": "object",
15543
+ "properties": {
15544
+ "connectionId": {
15545
+ "type": "string",
15546
+ "minLength": 1
15547
+ },
15548
+ "message": {
15549
+ "type": "string",
15550
+ "minLength": 1
15551
+ }
15552
+ },
15553
+ "required": [
15554
+ "connectionId",
15555
+ "message"
15556
+ ],
15557
+ "additionalProperties": false
15558
+ }
15559
+ }
15560
+ },
15561
+ "required": [
15562
+ "items",
15563
+ "failures"
15564
+ ],
15565
+ "additionalProperties": false
15566
+ }
15567
+ },
15568
+ "error": {
15569
+ "contentType": "application/problem+json",
15570
+ "schema": {
15571
+ "$id": "https://alphafox.app/schemas/problem-details.json",
15572
+ "title": "ProblemDetails",
15573
+ "type": "object",
15574
+ "additionalProperties": true,
15575
+ "required": [
15576
+ "type",
15577
+ "title",
15578
+ "status",
15579
+ "detail",
15580
+ "requestId"
15581
+ ],
15582
+ "properties": {
15583
+ "type": {
15584
+ "type": "string"
15585
+ },
15586
+ "title": {
15587
+ "type": "string"
15588
+ },
15589
+ "status": {
15590
+ "type": "integer",
15591
+ "minimum": 100,
15592
+ "maximum": 599
15593
+ },
15594
+ "detail": {
15595
+ "type": "string"
15596
+ },
15597
+ "code": {
15598
+ "type": "string"
15599
+ },
15600
+ "requestId": {
15601
+ "type": "string"
15602
+ }
15603
+ }
15604
+ }
15605
+ }
15606
+ },
15607
+ "exchange_connectors.polymarket_wallet.byId.complete": {
15608
+ "operationId": "exchange_connectors.polymarket_wallet.byId.complete",
15609
+ "method": "POST",
15610
+ "path": "/api/v1/exchange-connectors/polymarket-wallet/{bindingId}/complete",
15611
+ "role": "user",
15612
+ "risk": "high-risk-write",
15613
+ "auth": "bearer",
15614
+ "scopes": [
15615
+ "openid",
15616
+ "profile",
15617
+ "exchange-connectors:write",
15618
+ "exchange-connectors:high-risk"
15619
+ ],
15620
+ "idempotent": false,
15621
+ "pagination": false,
15622
+ "stream": false,
15623
+ "file": false,
15624
+ "contractStatus": "envelope",
15625
+ "webZodContract": "",
15626
+ "sharedContractRef": "",
15627
+ "compatibility": {
15628
+ "contractVersion": "2026-08-13",
15629
+ "registryVersion": "1.1.0",
15630
+ "minCliVersion": "0.0.0",
15631
+ "maxCliVersion": "0.99.99",
15632
+ "openapi": "3.1.0"
15633
+ },
15634
+ "request": {
15635
+ "contentType": "application/json",
15636
+ "path": {
15637
+ "type": "object",
15638
+ "additionalProperties": false,
15639
+ "properties": {
15640
+ "bindingId": {
15641
+ "type": "string",
15642
+ "minLength": 1
15643
+ }
15644
+ },
15645
+ "required": [
15646
+ "bindingId"
15647
+ ]
15648
+ },
15649
+ "query": null,
15650
+ "body": {
15651
+ "title": "JsonObject",
15652
+ "type": "object",
15653
+ "additionalProperties": true
15654
+ },
15655
+ "pathParamNames": [
15656
+ "bindingId"
15657
+ ]
15658
+ },
15659
+ "response": {
15660
+ "contentType": "application/json",
15661
+ "success": {
15662
+ "title": "JsonValue",
15663
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15664
+ }
15665
+ },
15666
+ "error": {
15667
+ "contentType": "application/problem+json",
15668
+ "schema": {
15669
+ "$id": "https://alphafox.app/schemas/problem-details.json",
15670
+ "title": "ProblemDetails",
15671
+ "type": "object",
15672
+ "additionalProperties": true,
15673
+ "required": [
15674
+ "type",
15675
+ "title",
15676
+ "status",
15677
+ "detail",
15678
+ "requestId"
15679
+ ],
15680
+ "properties": {
15681
+ "type": {
15682
+ "type": "string"
15683
+ },
15684
+ "title": {
15685
+ "type": "string"
15686
+ },
15687
+ "status": {
15688
+ "type": "integer",
15689
+ "minimum": 100,
15690
+ "maximum": 599
15691
+ },
15692
+ "detail": {
15693
+ "type": "string"
15694
+ },
15695
+ "code": {
15696
+ "type": "string"
15697
+ },
15698
+ "requestId": {
15699
+ "type": "string"
15700
+ }
15701
+ }
15702
+ }
15703
+ }
15704
+ },
15705
+ "exchange_connectors.polymarket_wallet.byId.get": {
15706
+ "operationId": "exchange_connectors.polymarket_wallet.byId.get",
15707
+ "method": "GET",
15708
+ "path": "/api/v1/exchange-connectors/polymarket-wallet/{bindingId}",
15709
+ "role": "user",
15710
+ "risk": "read",
15711
+ "auth": "bearer",
15712
+ "scopes": [
15713
+ "openid",
15714
+ "profile",
15715
+ "exchange-connectors:read"
15716
+ ],
15717
+ "idempotent": true,
15718
+ "pagination": false,
15719
+ "stream": false,
15720
+ "file": false,
15721
+ "contractStatus": "envelope",
15722
+ "webZodContract": "",
15723
+ "sharedContractRef": "",
15724
+ "compatibility": {
15725
+ "contractVersion": "2026-08-13",
15726
+ "registryVersion": "1.1.0",
15727
+ "minCliVersion": "0.0.0",
15728
+ "maxCliVersion": "0.99.99",
15729
+ "openapi": "3.1.0"
15730
+ },
15731
+ "request": {
15732
+ "contentType": null,
15733
+ "path": {
15734
+ "type": "object",
15735
+ "additionalProperties": false,
15736
+ "properties": {
15737
+ "bindingId": {
15738
+ "type": "string",
15739
+ "minLength": 1
15740
+ }
15741
+ },
15742
+ "required": [
15743
+ "bindingId"
15744
+ ]
15745
+ },
15746
+ "query": {
15747
+ "title": "JsonObject",
15748
+ "type": "object",
15749
+ "additionalProperties": true
15750
+ },
15751
+ "body": null,
15752
+ "pathParamNames": [
15753
+ "bindingId"
15754
+ ]
15755
+ },
15756
+ "response": {
15757
+ "contentType": "application/json",
15758
+ "success": {
15759
+ "title": "JsonValue",
15760
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15761
+ }
15762
+ },
15763
+ "error": {
15764
+ "contentType": "application/problem+json",
15765
+ "schema": {
15766
+ "$id": "https://alphafox.app/schemas/problem-details.json",
15767
+ "title": "ProblemDetails",
15768
+ "type": "object",
15769
+ "additionalProperties": true,
15770
+ "required": [
15771
+ "type",
15772
+ "title",
15773
+ "status",
15774
+ "detail",
15775
+ "requestId"
15776
+ ],
15777
+ "properties": {
15778
+ "type": {
15779
+ "type": "string"
15780
+ },
15781
+ "title": {
15782
+ "type": "string"
15783
+ },
15784
+ "status": {
15785
+ "type": "integer",
15786
+ "minimum": 100,
15787
+ "maximum": 599
15788
+ },
15789
+ "detail": {
15790
+ "type": "string"
15791
+ },
15792
+ "code": {
15793
+ "type": "string"
15794
+ },
15795
+ "requestId": {
15796
+ "type": "string"
15797
+ }
15798
+ }
15799
+ }
15800
+ }
15801
+ },
15802
+ "exchange_connectors.polymarket_wallet.create": {
15803
+ "operationId": "exchange_connectors.polymarket_wallet.create",
15804
+ "method": "POST",
15805
+ "path": "/api/v1/exchange-connectors/polymarket-wallet",
15806
+ "role": "user",
15807
+ "risk": "write",
15808
+ "auth": "bearer",
15809
+ "scopes": [
15810
+ "openid",
15811
+ "profile",
15812
+ "exchange-connectors:write"
15813
+ ],
15814
+ "idempotent": false,
15815
+ "pagination": false,
15816
+ "stream": false,
15817
+ "file": false,
15818
+ "contractStatus": "web-zod",
15819
+ "webZodContract": "preparePolymarketWalletBindingRequestSchema",
15820
+ "sharedContractRef": "",
15821
+ "compatibility": {
15822
+ "contractVersion": "2026-08-13",
15823
+ "registryVersion": "1.1.0",
15824
+ "minCliVersion": "0.0.0",
15825
+ "maxCliVersion": "0.99.99",
15826
+ "openapi": "3.1.0"
15827
+ },
15828
+ "request": {
15829
+ "contentType": "application/json",
15830
+ "path": {
15831
+ "type": "object",
15832
+ "additionalProperties": false,
15833
+ "properties": {},
15834
+ "required": []
15835
+ },
15836
+ "query": null,
15837
+ "body": {
15838
+ "title": "JsonObject",
15839
+ "type": "object",
15840
+ "additionalProperties": true
15841
+ },
15842
+ "pathParamNames": []
15843
+ },
15844
+ "response": {
15845
+ "contentType": "application/json",
15846
+ "success": {
15847
+ "title": "JsonValue",
15848
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15849
+ }
15850
+ },
15851
+ "error": {
15852
+ "contentType": "application/problem+json",
15853
+ "schema": {
15854
+ "$id": "https://alphafox.app/schemas/problem-details.json",
15855
+ "title": "ProblemDetails",
15856
+ "type": "object",
15857
+ "additionalProperties": true,
15858
+ "required": [
15859
+ "type",
15860
+ "title",
15861
+ "status",
15862
+ "detail",
15863
+ "requestId"
15864
+ ],
15865
+ "properties": {
15866
+ "type": {
15867
+ "type": "string"
15868
+ },
15869
+ "title": {
15870
+ "type": "string"
15871
+ },
15872
+ "status": {
15873
+ "type": "integer",
15874
+ "minimum": 100,
15875
+ "maximum": 599
15876
+ },
15877
+ "detail": {
15878
+ "type": "string"
15879
+ },
15880
+ "code": {
15881
+ "type": "string"
15882
+ },
15883
+ "requestId": {
15884
+ "type": "string"
15885
+ }
15886
+ }
15887
+ }
15888
+ }
15889
+ },
15890
+ "exchange_connectors.test": {
15891
+ "operationId": "exchange_connectors.test",
14810
15892
  "method": "POST",
14811
- "path": "/api/v1/exchange-connectors/hyperliquid-agent/{bindingId}/complete",
15893
+ "path": "/api/v1/exchange-connectors/test",
14812
15894
  "role": "user",
14813
- "risk": "high-risk-write",
15895
+ "risk": "write",
14814
15896
  "auth": "bearer",
14815
15897
  "scopes": [
14816
15898
  "openid",
14817
15899
  "profile",
14818
- "exchange-connectors:write",
14819
- "exchange-connectors:high-risk"
15900
+ "exchange-connectors:write"
14820
15901
  ],
14821
- "idempotent": false,
15902
+ "idempotent": true,
14822
15903
  "pagination": false,
14823
15904
  "stream": false,
14824
15905
  "file": false,
14825
- "contractStatus": "web-zod",
14826
- "webZodContract": "completeHyperliquidAgentBindingRequestSchema",
14827
- "sharedContractRef": "",
15906
+ "contractStatus": "shared",
15907
+ "webZodContract": "",
15908
+ "sharedContractRef": "testExchangeConnectionRequestSchema",
14828
15909
  "compatibility": {
14829
15910
  "contractVersion": "2026-08-13",
14830
15911
  "registryVersion": "1.1.0",
@@ -14837,31 +15918,105 @@
14837
15918
  "path": {
14838
15919
  "type": "object",
14839
15920
  "additionalProperties": false,
15921
+ "properties": {},
15922
+ "required": []
15923
+ },
15924
+ "query": null,
15925
+ "body": {
15926
+ "title": "testExchangeConnectionRequestSchema",
15927
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
15928
+ "type": "object",
14840
15929
  "properties": {
14841
- "bindingId": {
15930
+ "exchangePlatform": {
15931
+ "type": "string",
15932
+ "enum": [
15933
+ "Binance",
15934
+ "Okx",
15935
+ "GateIo",
15936
+ "Bybit",
15937
+ "Bitget",
15938
+ "HyperLiquid",
15939
+ "Aster",
15940
+ "Htx",
15941
+ "Polymarket"
15942
+ ]
15943
+ },
15944
+ "credentials": {
15945
+ "type": "object",
15946
+ "propertyNames": {
15947
+ "type": "string",
15948
+ "minLength": 1
15949
+ },
15950
+ "additionalProperties": {
15951
+ "type": "string",
15952
+ "minLength": 1
15953
+ }
15954
+ },
15955
+ "positionSideDual": {
15956
+ "type": "boolean"
15957
+ },
15958
+ "ipAddress": {
14842
15959
  "type": "string",
14843
15960
  "minLength": 1
14844
15961
  }
14845
15962
  },
14846
15963
  "required": [
14847
- "bindingId"
14848
- ]
14849
- },
14850
- "query": null,
14851
- "body": {
14852
- "title": "JsonObject",
14853
- "type": "object",
14854
- "additionalProperties": true
15964
+ "exchangePlatform",
15965
+ "credentials"
15966
+ ],
15967
+ "additionalProperties": false
14855
15968
  },
14856
- "pathParamNames": [
14857
- "bindingId"
14858
- ]
15969
+ "pathParamNames": []
14859
15970
  },
14860
15971
  "response": {
14861
15972
  "contentType": "application/json",
14862
15973
  "success": {
14863
- "title": "JsonValue",
14864
- "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15974
+ "title": "testExchangeConnectionResponseSchema",
15975
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
15976
+ "type": "object",
15977
+ "properties": {
15978
+ "success": {
15979
+ "type": "boolean"
15980
+ },
15981
+ "message": {
15982
+ "type": "string",
15983
+ "minLength": 1
15984
+ },
15985
+ "permissions": {
15986
+ "type": "object",
15987
+ "properties": {
15988
+ "read": {
15989
+ "type": "boolean"
15990
+ },
15991
+ "trade": {
15992
+ "type": "boolean"
15993
+ },
15994
+ "withdraw": {
15995
+ "type": "boolean"
15996
+ }
15997
+ },
15998
+ "required": [
15999
+ "read",
16000
+ "trade",
16001
+ "withdraw"
16002
+ ],
16003
+ "additionalProperties": false
16004
+ },
16005
+ "exchangeUid": {
16006
+ "type": "string",
16007
+ "minLength": 1
16008
+ },
16009
+ "equity": {
16010
+ "type": "number"
16011
+ }
16012
+ },
16013
+ "required": [
16014
+ "success",
16015
+ "message",
16016
+ "permissions",
16017
+ "equity"
16018
+ ],
16019
+ "additionalProperties": false
14865
16020
  }
14866
16021
  },
14867
16022
  "error": {
@@ -14903,25 +16058,25 @@
14903
16058
  }
14904
16059
  }
14905
16060
  },
14906
- "exchange_connectors.hyperliquid_agent.create": {
14907
- "operationId": "exchange_connectors.hyperliquid_agent.create",
14908
- "method": "POST",
14909
- "path": "/api/v1/exchange-connectors/hyperliquid-agent",
16061
+ "exchange_connectors.whitelist_ip.get": {
16062
+ "operationId": "exchange_connectors.whitelist_ip.get",
16063
+ "method": "GET",
16064
+ "path": "/api/v1/exchange-connectors/whitelist-ip",
14910
16065
  "role": "user",
14911
- "risk": "write",
16066
+ "risk": "read",
14912
16067
  "auth": "bearer",
14913
16068
  "scopes": [
14914
16069
  "openid",
14915
16070
  "profile",
14916
- "exchange-connectors:write"
16071
+ "exchange-connectors:read"
14917
16072
  ],
14918
- "idempotent": false,
16073
+ "idempotent": true,
14919
16074
  "pagination": false,
14920
16075
  "stream": false,
14921
16076
  "file": false,
14922
- "contractStatus": "web-zod",
14923
- "webZodContract": "prepareHyperliquidAgentBindingRequestSchema",
14924
- "sharedContractRef": "",
16077
+ "contractStatus": "shared",
16078
+ "webZodContract": "",
16079
+ "sharedContractRef": "suggestedWhitelistIpResponseSchema",
14925
16080
  "compatibility": {
14926
16081
  "contractVersion": "2026-08-13",
14927
16082
  "registryVersion": "1.1.0",
@@ -14930,26 +16085,37 @@
14930
16085
  "openapi": "3.1.0"
14931
16086
  },
14932
16087
  "request": {
14933
- "contentType": "application/json",
16088
+ "contentType": null,
14934
16089
  "path": {
14935
16090
  "type": "object",
14936
16091
  "additionalProperties": false,
14937
16092
  "properties": {},
14938
16093
  "required": []
14939
16094
  },
14940
- "query": null,
14941
- "body": {
16095
+ "query": {
14942
16096
  "title": "JsonObject",
14943
16097
  "type": "object",
14944
16098
  "additionalProperties": true
14945
16099
  },
16100
+ "body": null,
14946
16101
  "pathParamNames": []
14947
16102
  },
14948
16103
  "response": {
14949
16104
  "contentType": "application/json",
14950
16105
  "success": {
14951
- "title": "JsonValue",
14952
- "description": "Any JSON value. Domain shape may be refined by web-local Zod."
16106
+ "title": "suggestedWhitelistIpResponseSchema",
16107
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
16108
+ "type": "object",
16109
+ "properties": {
16110
+ "whitelistIp": {
16111
+ "type": "string",
16112
+ "minLength": 1
16113
+ }
16114
+ },
16115
+ "required": [
16116
+ "whitelistIp"
16117
+ ],
16118
+ "additionalProperties": false
14953
16119
  }
14954
16120
  },
14955
16121
  "error": {
@@ -14991,25 +16157,25 @@
14991
16157
  }
14992
16158
  }
14993
16159
  },
14994
- "exchange_connectors.live_equities.list": {
14995
- "operationId": "exchange_connectors.live_equities.list",
16160
+ "feedback.board.list": {
16161
+ "operationId": "feedback.board.list",
14996
16162
  "method": "GET",
14997
- "path": "/api/v1/exchange-connectors/live-equities",
16163
+ "path": "/api/v1/feedback/board",
14998
16164
  "role": "user",
14999
16165
  "risk": "read",
15000
16166
  "auth": "bearer",
15001
16167
  "scopes": [
15002
16168
  "openid",
15003
16169
  "profile",
15004
- "exchange-connectors:read"
16170
+ "feedback:read"
15005
16171
  ],
15006
16172
  "idempotent": true,
15007
16173
  "pagination": true,
15008
16174
  "stream": false,
15009
16175
  "file": false,
15010
- "contractStatus": "shared",
16176
+ "contractStatus": "envelope",
15011
16177
  "webZodContract": "",
15012
- "sharedContractRef": "liveConnectionEquitiesResponseSchema",
16178
+ "sharedContractRef": "",
15013
16179
  "compatibility": {
15014
16180
  "contractVersion": "2026-08-13",
15015
16181
  "registryVersion": "1.1.0",
@@ -15032,61 +16198,12 @@
15032
16198
  },
15033
16199
  "body": null,
15034
16200
  "pathParamNames": []
15035
- },
15036
- "response": {
15037
- "contentType": "application/json",
15038
- "success": {
15039
- "title": "liveConnectionEquitiesResponseSchema",
15040
- "$schema": "https://json-schema.org/draft/2020-12/schema",
15041
- "type": "object",
15042
- "properties": {
15043
- "items": {
15044
- "type": "array",
15045
- "items": {
15046
- "type": "object",
15047
- "properties": {
15048
- "connectionId": {
15049
- "type": "string",
15050
- "minLength": 1
15051
- },
15052
- "equity": {
15053
- "type": "number"
15054
- }
15055
- },
15056
- "required": [
15057
- "connectionId",
15058
- "equity"
15059
- ],
15060
- "additionalProperties": false
15061
- }
15062
- },
15063
- "failures": {
15064
- "type": "array",
15065
- "items": {
15066
- "type": "object",
15067
- "properties": {
15068
- "connectionId": {
15069
- "type": "string",
15070
- "minLength": 1
15071
- },
15072
- "message": {
15073
- "type": "string",
15074
- "minLength": 1
15075
- }
15076
- },
15077
- "required": [
15078
- "connectionId",
15079
- "message"
15080
- ],
15081
- "additionalProperties": false
15082
- }
15083
- }
15084
- },
15085
- "required": [
15086
- "items",
15087
- "failures"
15088
- ],
15089
- "additionalProperties": false
16201
+ },
16202
+ "response": {
16203
+ "contentType": "application/json",
16204
+ "success": {
16205
+ "title": "JsonValue",
16206
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15090
16207
  }
15091
16208
  },
15092
16209
  "error": {
@@ -15128,18 +16245,17 @@
15128
16245
  }
15129
16246
  }
15130
16247
  },
15131
- "exchange_connectors.polymarket_wallet.byId.complete": {
15132
- "operationId": "exchange_connectors.polymarket_wallet.byId.complete",
16248
+ "feedback.create": {
16249
+ "operationId": "feedback.create",
15133
16250
  "method": "POST",
15134
- "path": "/api/v1/exchange-connectors/polymarket-wallet/{bindingId}/complete",
16251
+ "path": "/api/v1/feedback",
15135
16252
  "role": "user",
15136
- "risk": "high-risk-write",
16253
+ "risk": "write",
15137
16254
  "auth": "bearer",
15138
16255
  "scopes": [
15139
16256
  "openid",
15140
16257
  "profile",
15141
- "exchange-connectors:write",
15142
- "exchange-connectors:high-risk"
16258
+ "feedback:write"
15143
16259
  ],
15144
16260
  "idempotent": false,
15145
16261
  "pagination": false,
@@ -15160,15 +16276,8 @@
15160
16276
  "path": {
15161
16277
  "type": "object",
15162
16278
  "additionalProperties": false,
15163
- "properties": {
15164
- "bindingId": {
15165
- "type": "string",
15166
- "minLength": 1
15167
- }
15168
- },
15169
- "required": [
15170
- "bindingId"
15171
- ]
16279
+ "properties": {},
16280
+ "required": []
15172
16281
  },
15173
16282
  "query": null,
15174
16283
  "body": {
@@ -15176,9 +16285,7 @@
15176
16285
  "type": "object",
15177
16286
  "additionalProperties": true
15178
16287
  },
15179
- "pathParamNames": [
15180
- "bindingId"
15181
- ]
16288
+ "pathParamNames": []
15182
16289
  },
15183
16290
  "response": {
15184
16291
  "contentType": "application/json",
@@ -15226,24 +16333,24 @@
15226
16333
  }
15227
16334
  }
15228
16335
  },
15229
- "exchange_connectors.polymarket_wallet.byId.get": {
15230
- "operationId": "exchange_connectors.polymarket_wallet.byId.get",
16336
+ "lite.catalog_config.get": {
16337
+ "operationId": "lite.catalog_config.get",
15231
16338
  "method": "GET",
15232
- "path": "/api/v1/exchange-connectors/polymarket-wallet/{bindingId}",
16339
+ "path": "/api/v1/lite/catalog-config",
15233
16340
  "role": "user",
15234
16341
  "risk": "read",
15235
16342
  "auth": "bearer",
15236
16343
  "scopes": [
15237
16344
  "openid",
15238
16345
  "profile",
15239
- "exchange-connectors:read"
16346
+ "lite:read"
15240
16347
  ],
15241
16348
  "idempotent": true,
15242
16349
  "pagination": false,
15243
16350
  "stream": false,
15244
16351
  "file": false,
15245
- "contractStatus": "envelope",
15246
- "webZodContract": "",
16352
+ "contractStatus": "web-zod",
16353
+ "webZodContract": "liteCatalogConfigResponseSchema",
15247
16354
  "sharedContractRef": "",
15248
16355
  "compatibility": {
15249
16356
  "contractVersion": "2026-08-13",
@@ -15257,15 +16364,8 @@
15257
16364
  "path": {
15258
16365
  "type": "object",
15259
16366
  "additionalProperties": false,
15260
- "properties": {
15261
- "bindingId": {
15262
- "type": "string",
15263
- "minLength": 1
15264
- }
15265
- },
15266
- "required": [
15267
- "bindingId"
15268
- ]
16367
+ "properties": {},
16368
+ "required": []
15269
16369
  },
15270
16370
  "query": {
15271
16371
  "title": "JsonObject",
@@ -15273,9 +16373,7 @@
15273
16373
  "additionalProperties": true
15274
16374
  },
15275
16375
  "body": null,
15276
- "pathParamNames": [
15277
- "bindingId"
15278
- ]
16376
+ "pathParamNames": []
15279
16377
  },
15280
16378
  "response": {
15281
16379
  "contentType": "application/json",
@@ -15323,24 +16421,24 @@
15323
16421
  }
15324
16422
  }
15325
16423
  },
15326
- "exchange_connectors.polymarket_wallet.create": {
15327
- "operationId": "exchange_connectors.polymarket_wallet.create",
15328
- "method": "POST",
15329
- "path": "/api/v1/exchange-connectors/polymarket-wallet",
16424
+ "lite.invite_link.get": {
16425
+ "operationId": "lite.invite_link.get",
16426
+ "method": "GET",
16427
+ "path": "/api/v1/lite/invite-link",
15330
16428
  "role": "user",
15331
- "risk": "write",
16429
+ "risk": "read",
15332
16430
  "auth": "bearer",
15333
16431
  "scopes": [
15334
16432
  "openid",
15335
16433
  "profile",
15336
- "exchange-connectors:write"
16434
+ "lite:read"
15337
16435
  ],
15338
- "idempotent": false,
16436
+ "idempotent": true,
15339
16437
  "pagination": false,
15340
16438
  "stream": false,
15341
16439
  "file": false,
15342
16440
  "contractStatus": "web-zod",
15343
- "webZodContract": "preparePolymarketWalletBindingRequestSchema",
16441
+ "webZodContract": "liteInviteLinkResponseSchema",
15344
16442
  "sharedContractRef": "",
15345
16443
  "compatibility": {
15346
16444
  "contractVersion": "2026-08-13",
@@ -15350,19 +16448,19 @@
15350
16448
  "openapi": "3.1.0"
15351
16449
  },
15352
16450
  "request": {
15353
- "contentType": "application/json",
16451
+ "contentType": null,
15354
16452
  "path": {
15355
16453
  "type": "object",
15356
16454
  "additionalProperties": false,
15357
16455
  "properties": {},
15358
16456
  "required": []
15359
16457
  },
15360
- "query": null,
15361
- "body": {
16458
+ "query": {
15362
16459
  "title": "JsonObject",
15363
16460
  "type": "object",
15364
16461
  "additionalProperties": true
15365
16462
  },
16463
+ "body": null,
15366
16464
  "pathParamNames": []
15367
16465
  },
15368
16466
  "response": {
@@ -15411,25 +16509,25 @@
15411
16509
  }
15412
16510
  }
15413
16511
  },
15414
- "exchange_connectors.test": {
15415
- "operationId": "exchange_connectors.test",
15416
- "method": "POST",
15417
- "path": "/api/v1/exchange-connectors/test",
16512
+ "lite.signal_source_metrics.list": {
16513
+ "operationId": "lite.signal_source_metrics.list",
16514
+ "method": "GET",
16515
+ "path": "/api/v1/lite/signal-source-metrics",
15418
16516
  "role": "user",
15419
- "risk": "write",
16517
+ "risk": "read",
15420
16518
  "auth": "bearer",
15421
16519
  "scopes": [
15422
16520
  "openid",
15423
16521
  "profile",
15424
- "exchange-connectors:write"
16522
+ "lite:read"
15425
16523
  ],
15426
16524
  "idempotent": true,
15427
- "pagination": false,
16525
+ "pagination": true,
15428
16526
  "stream": false,
15429
16527
  "file": false,
15430
- "contractStatus": "shared",
15431
- "webZodContract": "",
15432
- "sharedContractRef": "testExchangeConnectionRequestSchema",
16528
+ "contractStatus": "web-zod",
16529
+ "webZodContract": "responseSchema",
16530
+ "sharedContractRef": "",
15433
16531
  "compatibility": {
15434
16532
  "contractVersion": "2026-08-13",
15435
16533
  "registryVersion": "1.1.0",
@@ -15438,109 +16536,114 @@
15438
16536
  "openapi": "3.1.0"
15439
16537
  },
15440
16538
  "request": {
15441
- "contentType": "application/json",
16539
+ "contentType": null,
15442
16540
  "path": {
15443
16541
  "type": "object",
15444
16542
  "additionalProperties": false,
15445
16543
  "properties": {},
15446
16544
  "required": []
15447
16545
  },
15448
- "query": null,
15449
- "body": {
15450
- "title": "testExchangeConnectionRequestSchema",
15451
- "$schema": "https://json-schema.org/draft/2020-12/schema",
16546
+ "query": {
16547
+ "title": "JsonObject",
15452
16548
  "type": "object",
15453
- "properties": {
15454
- "exchangePlatform": {
15455
- "type": "string",
15456
- "enum": [
15457
- "Binance",
15458
- "Okx",
15459
- "GateIo",
15460
- "Bybit",
15461
- "Bitget",
15462
- "HyperLiquid",
15463
- "Aster",
15464
- "Htx",
15465
- "Polymarket"
15466
- ]
15467
- },
15468
- "credentials": {
15469
- "type": "object",
15470
- "propertyNames": {
15471
- "type": "string",
15472
- "minLength": 1
15473
- },
15474
- "additionalProperties": {
15475
- "type": "string",
15476
- "minLength": 1
15477
- }
15478
- },
15479
- "positionSideDual": {
15480
- "type": "boolean"
15481
- },
15482
- "ipAddress": {
15483
- "type": "string",
15484
- "minLength": 1
15485
- }
15486
- },
15487
- "required": [
15488
- "exchangePlatform",
15489
- "credentials"
15490
- ],
15491
- "additionalProperties": false
16549
+ "additionalProperties": true
15492
16550
  },
16551
+ "body": null,
15493
16552
  "pathParamNames": []
15494
16553
  },
15495
16554
  "response": {
15496
16555
  "contentType": "application/json",
15497
16556
  "success": {
15498
- "title": "testExchangeConnectionResponseSchema",
15499
- "$schema": "https://json-schema.org/draft/2020-12/schema",
16557
+ "title": "JsonValue",
16558
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
16559
+ }
16560
+ },
16561
+ "error": {
16562
+ "contentType": "application/problem+json",
16563
+ "schema": {
16564
+ "$id": "https://alphafox.app/schemas/problem-details.json",
16565
+ "title": "ProblemDetails",
15500
16566
  "type": "object",
16567
+ "additionalProperties": true,
16568
+ "required": [
16569
+ "type",
16570
+ "title",
16571
+ "status",
16572
+ "detail",
16573
+ "requestId"
16574
+ ],
15501
16575
  "properties": {
15502
- "success": {
15503
- "type": "boolean"
16576
+ "type": {
16577
+ "type": "string"
15504
16578
  },
15505
- "message": {
15506
- "type": "string",
15507
- "minLength": 1
16579
+ "title": {
16580
+ "type": "string"
15508
16581
  },
15509
- "permissions": {
15510
- "type": "object",
15511
- "properties": {
15512
- "read": {
15513
- "type": "boolean"
15514
- },
15515
- "trade": {
15516
- "type": "boolean"
15517
- },
15518
- "withdraw": {
15519
- "type": "boolean"
15520
- }
15521
- },
15522
- "required": [
15523
- "read",
15524
- "trade",
15525
- "withdraw"
15526
- ],
15527
- "additionalProperties": false
16582
+ "status": {
16583
+ "type": "integer",
16584
+ "minimum": 100,
16585
+ "maximum": 599
15528
16586
  },
15529
- "exchangeUid": {
15530
- "type": "string",
15531
- "minLength": 1
16587
+ "detail": {
16588
+ "type": "string"
15532
16589
  },
15533
- "equity": {
15534
- "type": "number"
16590
+ "code": {
16591
+ "type": "string"
16592
+ },
16593
+ "requestId": {
16594
+ "type": "string"
15535
16595
  }
15536
- },
15537
- "required": [
15538
- "success",
15539
- "message",
15540
- "permissions",
15541
- "equity"
15542
- ],
15543
- "additionalProperties": false
16596
+ }
16597
+ }
16598
+ }
16599
+ },
16600
+ "lite.signal_sources.list": {
16601
+ "operationId": "lite.signal_sources.list",
16602
+ "method": "GET",
16603
+ "path": "/api/v1/lite/signal-sources",
16604
+ "role": "user",
16605
+ "risk": "read",
16606
+ "auth": "bearer",
16607
+ "scopes": [
16608
+ "openid",
16609
+ "profile",
16610
+ "lite:read"
16611
+ ],
16612
+ "idempotent": true,
16613
+ "pagination": true,
16614
+ "stream": false,
16615
+ "file": false,
16616
+ "contractStatus": "envelope",
16617
+ "webZodContract": "",
16618
+ "sharedContractRef": "",
16619
+ "compatibility": {
16620
+ "contractVersion": "2026-08-13",
16621
+ "registryVersion": "1.1.0",
16622
+ "minCliVersion": "0.0.0",
16623
+ "maxCliVersion": "0.99.99",
16624
+ "openapi": "3.1.0"
16625
+ },
16626
+ "request": {
16627
+ "contentType": null,
16628
+ "path": {
16629
+ "type": "object",
16630
+ "additionalProperties": false,
16631
+ "properties": {},
16632
+ "required": []
16633
+ },
16634
+ "query": {
16635
+ "title": "JsonObject",
16636
+ "type": "object",
16637
+ "additionalProperties": true
16638
+ },
16639
+ "body": null,
16640
+ "pathParamNames": []
16641
+ },
16642
+ "response": {
16643
+ "contentType": "application/json",
16644
+ "success": {
16645
+ "title": "JsonValue",
16646
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15544
16647
  }
15545
16648
  },
15546
16649
  "error": {
@@ -15582,25 +16685,25 @@
15582
16685
  }
15583
16686
  }
15584
16687
  },
15585
- "exchange_connectors.whitelist_ip.get": {
15586
- "operationId": "exchange_connectors.whitelist_ip.get",
15587
- "method": "GET",
15588
- "path": "/api/v1/exchange-connectors/whitelist-ip",
16688
+ "lite.xyz_strategies.create": {
16689
+ "operationId": "lite.xyz_strategies.create",
16690
+ "method": "POST",
16691
+ "path": "/api/v1/lite/xyz-strategies",
15589
16692
  "role": "user",
15590
- "risk": "read",
16693
+ "risk": "write",
15591
16694
  "auth": "bearer",
15592
16695
  "scopes": [
15593
16696
  "openid",
15594
16697
  "profile",
15595
- "exchange-connectors:read"
16698
+ "lite:write"
15596
16699
  ],
15597
- "idempotent": true,
16700
+ "idempotent": false,
15598
16701
  "pagination": false,
15599
16702
  "stream": false,
15600
16703
  "file": false,
15601
- "contractStatus": "shared",
16704
+ "contractStatus": "envelope",
15602
16705
  "webZodContract": "",
15603
- "sharedContractRef": "suggestedWhitelistIpResponseSchema",
16706
+ "sharedContractRef": "",
15604
16707
  "compatibility": {
15605
16708
  "contractVersion": "2026-08-13",
15606
16709
  "registryVersion": "1.1.0",
@@ -15609,37 +16712,26 @@
15609
16712
  "openapi": "3.1.0"
15610
16713
  },
15611
16714
  "request": {
15612
- "contentType": null,
16715
+ "contentType": "application/json",
15613
16716
  "path": {
15614
16717
  "type": "object",
15615
16718
  "additionalProperties": false,
15616
16719
  "properties": {},
15617
16720
  "required": []
15618
16721
  },
15619
- "query": {
16722
+ "query": null,
16723
+ "body": {
15620
16724
  "title": "JsonObject",
15621
16725
  "type": "object",
15622
16726
  "additionalProperties": true
15623
16727
  },
15624
- "body": null,
15625
16728
  "pathParamNames": []
15626
16729
  },
15627
16730
  "response": {
15628
16731
  "contentType": "application/json",
15629
16732
  "success": {
15630
- "title": "suggestedWhitelistIpResponseSchema",
15631
- "$schema": "https://json-schema.org/draft/2020-12/schema",
15632
- "type": "object",
15633
- "properties": {
15634
- "whitelistIp": {
15635
- "type": "string",
15636
- "minLength": 1
15637
- }
15638
- },
15639
- "required": [
15640
- "whitelistIp"
15641
- ],
15642
- "additionalProperties": false
16733
+ "title": "JsonValue",
16734
+ "description": "Any JSON value. Domain shape may be refined by web-local Zod."
15643
16735
  }
15644
16736
  },
15645
16737
  "error": {
@@ -15681,10 +16773,10 @@
15681
16773
  }
15682
16774
  }
15683
16775
  },
15684
- "lite.catalog_config.get": {
15685
- "operationId": "lite.catalog_config.get",
16776
+ "lite.xyz_strategies.list": {
16777
+ "operationId": "lite.xyz_strategies.list",
15686
16778
  "method": "GET",
15687
- "path": "/api/v1/lite/catalog-config",
16779
+ "path": "/api/v1/lite/xyz-strategies",
15688
16780
  "role": "user",
15689
16781
  "risk": "read",
15690
16782
  "auth": "bearer",
@@ -15694,11 +16786,11 @@
15694
16786
  "lite:read"
15695
16787
  ],
15696
16788
  "idempotent": true,
15697
- "pagination": false,
16789
+ "pagination": true,
15698
16790
  "stream": false,
15699
16791
  "file": false,
15700
- "contractStatus": "web-zod",
15701
- "webZodContract": "liteCatalogConfigResponseSchema",
16792
+ "contractStatus": "envelope",
16793
+ "webZodContract": "",
15702
16794
  "sharedContractRef": "",
15703
16795
  "compatibility": {
15704
16796
  "contractVersion": "2026-08-13",
@@ -15769,24 +16861,24 @@
15769
16861
  }
15770
16862
  }
15771
16863
  },
15772
- "lite.invite_link.get": {
15773
- "operationId": "lite.invite_link.get",
16864
+ "managed_wallets.byId.hyperliquid.balances.list": {
16865
+ "operationId": "managed_wallets.byId.hyperliquid.balances.list",
15774
16866
  "method": "GET",
15775
- "path": "/api/v1/lite/invite-link",
16867
+ "path": "/api/v1/managed-wallets/{walletId}/hyperliquid/balances",
15776
16868
  "role": "user",
15777
16869
  "risk": "read",
15778
16870
  "auth": "bearer",
15779
16871
  "scopes": [
15780
16872
  "openid",
15781
16873
  "profile",
15782
- "lite:read"
16874
+ "managed-wallets:read"
15783
16875
  ],
15784
16876
  "idempotent": true,
15785
- "pagination": false,
16877
+ "pagination": true,
15786
16878
  "stream": false,
15787
16879
  "file": false,
15788
16880
  "contractStatus": "web-zod",
15789
- "webZodContract": "liteInviteLinkResponseSchema",
16881
+ "webZodContract": "managedWalletHyperliquidBalancesSchema",
15790
16882
  "sharedContractRef": "",
15791
16883
  "compatibility": {
15792
16884
  "contractVersion": "2026-08-13",
@@ -15800,8 +16892,15 @@
15800
16892
  "path": {
15801
16893
  "type": "object",
15802
16894
  "additionalProperties": false,
15803
- "properties": {},
15804
- "required": []
16895
+ "properties": {
16896
+ "walletId": {
16897
+ "type": "string",
16898
+ "minLength": 1
16899
+ }
16900
+ },
16901
+ "required": [
16902
+ "walletId"
16903
+ ]
15805
16904
  },
15806
16905
  "query": {
15807
16906
  "title": "JsonObject",
@@ -15809,7 +16908,9 @@
15809
16908
  "additionalProperties": true
15810
16909
  },
15811
16910
  "body": null,
15812
- "pathParamNames": []
16911
+ "pathParamNames": [
16912
+ "walletId"
16913
+ ]
15813
16914
  },
15814
16915
  "response": {
15815
16916
  "contentType": "application/json",
@@ -15857,24 +16958,24 @@
15857
16958
  }
15858
16959
  }
15859
16960
  },
15860
- "lite.signal_source_metrics.list": {
15861
- "operationId": "lite.signal_source_metrics.list",
16961
+ "managed_wallets.byId.hyperliquid.list": {
16962
+ "operationId": "managed_wallets.byId.hyperliquid.list",
15862
16963
  "method": "GET",
15863
- "path": "/api/v1/lite/signal-source-metrics",
16964
+ "path": "/api/v1/managed-wallets/{walletId}/hyperliquid",
15864
16965
  "role": "user",
15865
16966
  "risk": "read",
15866
16967
  "auth": "bearer",
15867
16968
  "scopes": [
15868
16969
  "openid",
15869
16970
  "profile",
15870
- "lite:read"
16971
+ "managed-wallets:read"
15871
16972
  ],
15872
16973
  "idempotent": true,
15873
16974
  "pagination": true,
15874
16975
  "stream": false,
15875
16976
  "file": false,
15876
16977
  "contractStatus": "web-zod",
15877
- "webZodContract": "responseSchema",
16978
+ "webZodContract": "managedWalletHyperliquidStatusSchema",
15878
16979
  "sharedContractRef": "",
15879
16980
  "compatibility": {
15880
16981
  "contractVersion": "2026-08-13",
@@ -15888,8 +16989,15 @@
15888
16989
  "path": {
15889
16990
  "type": "object",
15890
16991
  "additionalProperties": false,
15891
- "properties": {},
15892
- "required": []
16992
+ "properties": {
16993
+ "walletId": {
16994
+ "type": "string",
16995
+ "minLength": 1
16996
+ }
16997
+ },
16998
+ "required": [
16999
+ "walletId"
17000
+ ]
15893
17001
  },
15894
17002
  "query": {
15895
17003
  "title": "JsonObject",
@@ -15897,7 +17005,9 @@
15897
17005
  "additionalProperties": true
15898
17006
  },
15899
17007
  "body": null,
15900
- "pathParamNames": []
17008
+ "pathParamNames": [
17009
+ "walletId"
17010
+ ]
15901
17011
  },
15902
17012
  "response": {
15903
17013
  "contentType": "application/json",
@@ -15945,24 +17055,24 @@
15945
17055
  }
15946
17056
  }
15947
17057
  },
15948
- "lite.signal_sources.list": {
15949
- "operationId": "lite.signal_sources.list",
15950
- "method": "GET",
15951
- "path": "/api/v1/lite/signal-sources",
17058
+ "managed_wallets.byId.hyperliquid.margin_transfer.create": {
17059
+ "operationId": "managed_wallets.byId.hyperliquid.margin_transfer.create",
17060
+ "method": "POST",
17061
+ "path": "/api/v1/managed-wallets/{walletId}/hyperliquid/margin-transfer",
15952
17062
  "role": "user",
15953
- "risk": "read",
17063
+ "risk": "write",
15954
17064
  "auth": "bearer",
15955
17065
  "scopes": [
15956
17066
  "openid",
15957
17067
  "profile",
15958
- "lite:read"
17068
+ "managed-wallets:write"
15959
17069
  ],
15960
- "idempotent": true,
15961
- "pagination": true,
17070
+ "idempotent": false,
17071
+ "pagination": false,
15962
17072
  "stream": false,
15963
17073
  "file": false,
15964
- "contractStatus": "envelope",
15965
- "webZodContract": "",
17074
+ "contractStatus": "web-zod",
17075
+ "webZodContract": "managedWalletHyperliquidMarginTransferResponseSchema",
15966
17076
  "sharedContractRef": "",
15967
17077
  "compatibility": {
15968
17078
  "contractVersion": "2026-08-13",
@@ -15972,20 +17082,29 @@
15972
17082
  "openapi": "3.1.0"
15973
17083
  },
15974
17084
  "request": {
15975
- "contentType": null,
17085
+ "contentType": "application/json",
15976
17086
  "path": {
15977
17087
  "type": "object",
15978
17088
  "additionalProperties": false,
15979
- "properties": {},
15980
- "required": []
17089
+ "properties": {
17090
+ "walletId": {
17091
+ "type": "string",
17092
+ "minLength": 1
17093
+ }
17094
+ },
17095
+ "required": [
17096
+ "walletId"
17097
+ ]
15981
17098
  },
15982
- "query": {
17099
+ "query": null,
17100
+ "body": {
15983
17101
  "title": "JsonObject",
15984
17102
  "type": "object",
15985
17103
  "additionalProperties": true
15986
17104
  },
15987
- "body": null,
15988
- "pathParamNames": []
17105
+ "pathParamNames": [
17106
+ "walletId"
17107
+ ]
15989
17108
  },
15990
17109
  "response": {
15991
17110
  "contentType": "application/json",
@@ -16033,24 +17152,25 @@
16033
17152
  }
16034
17153
  }
16035
17154
  },
16036
- "lite.xyz_strategies.create": {
16037
- "operationId": "lite.xyz_strategies.create",
17155
+ "managed_wallets.byId.hyperliquid.withdraw": {
17156
+ "operationId": "managed_wallets.byId.hyperliquid.withdraw",
16038
17157
  "method": "POST",
16039
- "path": "/api/v1/lite/xyz-strategies",
17158
+ "path": "/api/v1/managed-wallets/{walletId}/hyperliquid/withdraw",
16040
17159
  "role": "user",
16041
- "risk": "write",
17160
+ "risk": "high-risk-write",
16042
17161
  "auth": "bearer",
16043
17162
  "scopes": [
16044
17163
  "openid",
16045
17164
  "profile",
16046
- "lite:write"
17165
+ "managed-wallets:write",
17166
+ "managed-wallets:high-risk"
16047
17167
  ],
16048
17168
  "idempotent": false,
16049
17169
  "pagination": false,
16050
17170
  "stream": false,
16051
17171
  "file": false,
16052
- "contractStatus": "envelope",
16053
- "webZodContract": "",
17172
+ "contractStatus": "web-zod",
17173
+ "webZodContract": "managedWalletHyperliquidWithdrawResponseSchema",
16054
17174
  "sharedContractRef": "",
16055
17175
  "compatibility": {
16056
17176
  "contractVersion": "2026-08-13",
@@ -16064,8 +17184,15 @@
16064
17184
  "path": {
16065
17185
  "type": "object",
16066
17186
  "additionalProperties": false,
16067
- "properties": {},
16068
- "required": []
17187
+ "properties": {
17188
+ "walletId": {
17189
+ "type": "string",
17190
+ "minLength": 1
17191
+ }
17192
+ },
17193
+ "required": [
17194
+ "walletId"
17195
+ ]
16069
17196
  },
16070
17197
  "query": null,
16071
17198
  "body": {
@@ -16073,7 +17200,9 @@
16073
17200
  "type": "object",
16074
17201
  "additionalProperties": true
16075
17202
  },
16076
- "pathParamNames": []
17203
+ "pathParamNames": [
17204
+ "walletId"
17205
+ ]
16077
17206
  },
16078
17207
  "response": {
16079
17208
  "contentType": "application/json",
@@ -16121,20 +17250,21 @@
16121
17250
  }
16122
17251
  }
16123
17252
  },
16124
- "lite.xyz_strategies.list": {
16125
- "operationId": "lite.xyz_strategies.list",
16126
- "method": "GET",
16127
- "path": "/api/v1/lite/xyz-strategies",
17253
+ "managed_wallets.byId.rebind_hyperliquid_connector.create": {
17254
+ "operationId": "managed_wallets.byId.rebind_hyperliquid_connector.create",
17255
+ "method": "POST",
17256
+ "path": "/api/v1/managed-wallets/{walletId}/rebind-hyperliquid-connector",
16128
17257
  "role": "user",
16129
- "risk": "read",
17258
+ "risk": "high-risk-write",
16130
17259
  "auth": "bearer",
16131
17260
  "scopes": [
16132
17261
  "openid",
16133
17262
  "profile",
16134
- "lite:read"
17263
+ "managed-wallets:write",
17264
+ "managed-wallets:high-risk"
16135
17265
  ],
16136
- "idempotent": true,
16137
- "pagination": true,
17266
+ "idempotent": false,
17267
+ "pagination": false,
16138
17268
  "stream": false,
16139
17269
  "file": false,
16140
17270
  "contractStatus": "envelope",
@@ -16148,20 +17278,29 @@
16148
17278
  "openapi": "3.1.0"
16149
17279
  },
16150
17280
  "request": {
16151
- "contentType": null,
17281
+ "contentType": "application/json",
16152
17282
  "path": {
16153
17283
  "type": "object",
16154
17284
  "additionalProperties": false,
16155
- "properties": {},
16156
- "required": []
17285
+ "properties": {
17286
+ "walletId": {
17287
+ "type": "string",
17288
+ "minLength": 1
17289
+ }
17290
+ },
17291
+ "required": [
17292
+ "walletId"
17293
+ ]
16157
17294
  },
16158
- "query": {
17295
+ "query": null,
17296
+ "body": {
16159
17297
  "title": "JsonObject",
16160
17298
  "type": "object",
16161
17299
  "additionalProperties": true
16162
17300
  },
16163
- "body": null,
16164
- "pathParamNames": []
17301
+ "pathParamNames": [
17302
+ "walletId"
17303
+ ]
16165
17304
  },
16166
17305
  "response": {
16167
17306
  "contentType": "application/json",
@@ -16209,24 +17348,25 @@
16209
17348
  }
16210
17349
  }
16211
17350
  },
16212
- "managed_wallets.byId.hyperliquid.balances.list": {
16213
- "operationId": "managed_wallets.byId.hyperliquid.balances.list",
16214
- "method": "GET",
16215
- "path": "/api/v1/managed-wallets/{walletId}/hyperliquid/balances",
17351
+ "managed_wallets.create": {
17352
+ "operationId": "managed_wallets.create",
17353
+ "method": "POST",
17354
+ "path": "/api/v1/managed-wallets",
16216
17355
  "role": "user",
16217
- "risk": "read",
17356
+ "risk": "high-risk-write",
16218
17357
  "auth": "bearer",
16219
17358
  "scopes": [
16220
17359
  "openid",
16221
17360
  "profile",
16222
- "managed-wallets:read"
17361
+ "managed-wallets:write",
17362
+ "managed-wallets:high-risk"
16223
17363
  ],
16224
- "idempotent": true,
16225
- "pagination": true,
17364
+ "idempotent": false,
17365
+ "pagination": false,
16226
17366
  "stream": false,
16227
17367
  "file": false,
16228
17368
  "contractStatus": "web-zod",
16229
- "webZodContract": "managedWalletHyperliquidBalancesSchema",
17369
+ "webZodContract": "managedWalletListResponseSchema",
16230
17370
  "sharedContractRef": "",
16231
17371
  "compatibility": {
16232
17372
  "contractVersion": "2026-08-13",
@@ -16236,29 +17376,20 @@
16236
17376
  "openapi": "3.1.0"
16237
17377
  },
16238
17378
  "request": {
16239
- "contentType": null,
16240
- "path": {
16241
- "type": "object",
16242
- "additionalProperties": false,
16243
- "properties": {
16244
- "walletId": {
16245
- "type": "string",
16246
- "minLength": 1
16247
- }
16248
- },
16249
- "required": [
16250
- "walletId"
16251
- ]
17379
+ "contentType": "application/json",
17380
+ "path": {
17381
+ "type": "object",
17382
+ "additionalProperties": false,
17383
+ "properties": {},
17384
+ "required": []
16252
17385
  },
16253
- "query": {
17386
+ "query": null,
17387
+ "body": {
16254
17388
  "title": "JsonObject",
16255
17389
  "type": "object",
16256
17390
  "additionalProperties": true
16257
17391
  },
16258
- "body": null,
16259
- "pathParamNames": [
16260
- "walletId"
16261
- ]
17392
+ "pathParamNames": []
16262
17393
  },
16263
17394
  "response": {
16264
17395
  "contentType": "application/json",
@@ -16306,10 +17437,10 @@
16306
17437
  }
16307
17438
  }
16308
17439
  },
16309
- "managed_wallets.byId.hyperliquid.list": {
16310
- "operationId": "managed_wallets.byId.hyperliquid.list",
17440
+ "managed_wallets.list": {
17441
+ "operationId": "managed_wallets.list",
16311
17442
  "method": "GET",
16312
- "path": "/api/v1/managed-wallets/{walletId}/hyperliquid",
17443
+ "path": "/api/v1/managed-wallets",
16313
17444
  "role": "user",
16314
17445
  "risk": "read",
16315
17446
  "auth": "bearer",
@@ -16323,7 +17454,7 @@
16323
17454
  "stream": false,
16324
17455
  "file": false,
16325
17456
  "contractStatus": "web-zod",
16326
- "webZodContract": "managedWalletHyperliquidStatusSchema",
17457
+ "webZodContract": "managedWalletListResponseSchema",
16327
17458
  "sharedContractRef": "",
16328
17459
  "compatibility": {
16329
17460
  "contractVersion": "2026-08-13",
@@ -16337,15 +17468,8 @@
16337
17468
  "path": {
16338
17469
  "type": "object",
16339
17470
  "additionalProperties": false,
16340
- "properties": {
16341
- "walletId": {
16342
- "type": "string",
16343
- "minLength": 1
16344
- }
16345
- },
16346
- "required": [
16347
- "walletId"
16348
- ]
17471
+ "properties": {},
17472
+ "required": []
16349
17473
  },
16350
17474
  "query": {
16351
17475
  "title": "JsonObject",
@@ -16353,9 +17477,7 @@
16353
17477
  "additionalProperties": true
16354
17478
  },
16355
17479
  "body": null,
16356
- "pathParamNames": [
16357
- "walletId"
16358
- ]
17480
+ "pathParamNames": []
16359
17481
  },
16360
17482
  "response": {
16361
17483
  "contentType": "application/json",
@@ -16403,24 +17525,24 @@
16403
17525
  }
16404
17526
  }
16405
17527
  },
16406
- "managed_wallets.byId.hyperliquid.margin_transfer.create": {
16407
- "operationId": "managed_wallets.byId.hyperliquid.margin_transfer.create",
16408
- "method": "POST",
16409
- "path": "/api/v1/managed-wallets/{walletId}/hyperliquid/margin-transfer",
17528
+ "market.avatar_proxy.list": {
17529
+ "operationId": "market.avatar_proxy.list",
17530
+ "method": "GET",
17531
+ "path": "/api/v1/market/avatar-proxy",
16410
17532
  "role": "user",
16411
- "risk": "write",
17533
+ "risk": "read",
16412
17534
  "auth": "bearer",
16413
17535
  "scopes": [
16414
17536
  "openid",
16415
17537
  "profile",
16416
- "managed-wallets:write"
17538
+ "market:read"
16417
17539
  ],
16418
- "idempotent": false,
16419
- "pagination": false,
17540
+ "idempotent": true,
17541
+ "pagination": true,
16420
17542
  "stream": false,
16421
17543
  "file": false,
16422
- "contractStatus": "web-zod",
16423
- "webZodContract": "managedWalletHyperliquidMarginTransferResponseSchema",
17544
+ "contractStatus": "envelope",
17545
+ "webZodContract": "",
16424
17546
  "sharedContractRef": "",
16425
17547
  "compatibility": {
16426
17548
  "contractVersion": "2026-08-13",
@@ -16430,29 +17552,20 @@
16430
17552
  "openapi": "3.1.0"
16431
17553
  },
16432
17554
  "request": {
16433
- "contentType": "application/json",
17555
+ "contentType": null,
16434
17556
  "path": {
16435
17557
  "type": "object",
16436
17558
  "additionalProperties": false,
16437
- "properties": {
16438
- "walletId": {
16439
- "type": "string",
16440
- "minLength": 1
16441
- }
16442
- },
16443
- "required": [
16444
- "walletId"
16445
- ]
17559
+ "properties": {},
17560
+ "required": []
16446
17561
  },
16447
- "query": null,
16448
- "body": {
17562
+ "query": {
16449
17563
  "title": "JsonObject",
16450
17564
  "type": "object",
16451
17565
  "additionalProperties": true
16452
17566
  },
16453
- "pathParamNames": [
16454
- "walletId"
16455
- ]
17567
+ "body": null,
17568
+ "pathParamNames": []
16456
17569
  },
16457
17570
  "response": {
16458
17571
  "contentType": "application/json",
@@ -16500,25 +17613,24 @@
16500
17613
  }
16501
17614
  }
16502
17615
  },
16503
- "managed_wallets.byId.hyperliquid.withdraw": {
16504
- "operationId": "managed_wallets.byId.hyperliquid.withdraw",
16505
- "method": "POST",
16506
- "path": "/api/v1/managed-wallets/{walletId}/hyperliquid/withdraw",
17616
+ "market.symbols.list": {
17617
+ "operationId": "market.symbols.list",
17618
+ "method": "GET",
17619
+ "path": "/api/v1/market/symbols",
16507
17620
  "role": "user",
16508
- "risk": "high-risk-write",
17621
+ "risk": "read",
16509
17622
  "auth": "bearer",
16510
17623
  "scopes": [
16511
17624
  "openid",
16512
17625
  "profile",
16513
- "managed-wallets:write",
16514
- "managed-wallets:high-risk"
17626
+ "market:read"
16515
17627
  ],
16516
- "idempotent": false,
16517
- "pagination": false,
17628
+ "idempotent": true,
17629
+ "pagination": true,
16518
17630
  "stream": false,
16519
17631
  "file": false,
16520
- "contractStatus": "web-zod",
16521
- "webZodContract": "managedWalletHyperliquidWithdrawResponseSchema",
17632
+ "contractStatus": "envelope",
17633
+ "webZodContract": "",
16522
17634
  "sharedContractRef": "",
16523
17635
  "compatibility": {
16524
17636
  "contractVersion": "2026-08-13",
@@ -16528,29 +17640,20 @@
16528
17640
  "openapi": "3.1.0"
16529
17641
  },
16530
17642
  "request": {
16531
- "contentType": "application/json",
17643
+ "contentType": null,
16532
17644
  "path": {
16533
17645
  "type": "object",
16534
17646
  "additionalProperties": false,
16535
- "properties": {
16536
- "walletId": {
16537
- "type": "string",
16538
- "minLength": 1
16539
- }
16540
- },
16541
- "required": [
16542
- "walletId"
16543
- ]
17647
+ "properties": {},
17648
+ "required": []
16544
17649
  },
16545
- "query": null,
16546
- "body": {
17650
+ "query": {
16547
17651
  "title": "JsonObject",
16548
17652
  "type": "object",
16549
17653
  "additionalProperties": true
16550
17654
  },
16551
- "pathParamNames": [
16552
- "walletId"
16553
- ]
17655
+ "body": null,
17656
+ "pathParamNames": []
16554
17657
  },
16555
17658
  "response": {
16556
17659
  "contentType": "application/json",
@@ -16598,21 +17701,20 @@
16598
17701
  }
16599
17702
  }
16600
17703
  },
16601
- "managed_wallets.byId.rebind_hyperliquid_connector.create": {
16602
- "operationId": "managed_wallets.byId.rebind_hyperliquid_connector.create",
16603
- "method": "POST",
16604
- "path": "/api/v1/managed-wallets/{walletId}/rebind-hyperliquid-connector",
17704
+ "market.ticker.list": {
17705
+ "operationId": "market.ticker.list",
17706
+ "method": "GET",
17707
+ "path": "/api/v1/market/ticker",
16605
17708
  "role": "user",
16606
- "risk": "high-risk-write",
17709
+ "risk": "read",
16607
17710
  "auth": "bearer",
16608
17711
  "scopes": [
16609
17712
  "openid",
16610
17713
  "profile",
16611
- "managed-wallets:write",
16612
- "managed-wallets:high-risk"
17714
+ "market:read"
16613
17715
  ],
16614
- "idempotent": false,
16615
- "pagination": false,
17716
+ "idempotent": true,
17717
+ "pagination": true,
16616
17718
  "stream": false,
16617
17719
  "file": false,
16618
17720
  "contractStatus": "envelope",
@@ -16626,29 +17728,20 @@
16626
17728
  "openapi": "3.1.0"
16627
17729
  },
16628
17730
  "request": {
16629
- "contentType": "application/json",
17731
+ "contentType": null,
16630
17732
  "path": {
16631
17733
  "type": "object",
16632
17734
  "additionalProperties": false,
16633
- "properties": {
16634
- "walletId": {
16635
- "type": "string",
16636
- "minLength": 1
16637
- }
16638
- },
16639
- "required": [
16640
- "walletId"
16641
- ]
17735
+ "properties": {},
17736
+ "required": []
16642
17737
  },
16643
- "query": null,
16644
- "body": {
17738
+ "query": {
16645
17739
  "title": "JsonObject",
16646
17740
  "type": "object",
16647
17741
  "additionalProperties": true
16648
17742
  },
16649
- "pathParamNames": [
16650
- "walletId"
16651
- ]
17743
+ "body": null,
17744
+ "pathParamNames": []
16652
17745
  },
16653
17746
  "response": {
16654
17747
  "contentType": "application/json",
@@ -16696,25 +17789,24 @@
16696
17789
  }
16697
17790
  }
16698
17791
  },
16699
- "managed_wallets.create": {
16700
- "operationId": "managed_wallets.create",
16701
- "method": "POST",
16702
- "path": "/api/v1/managed-wallets",
17792
+ "market.token_icons.list": {
17793
+ "operationId": "market.token_icons.list",
17794
+ "method": "GET",
17795
+ "path": "/api/v1/market/token-icons",
16703
17796
  "role": "user",
16704
- "risk": "high-risk-write",
17797
+ "risk": "read",
16705
17798
  "auth": "bearer",
16706
17799
  "scopes": [
16707
17800
  "openid",
16708
17801
  "profile",
16709
- "managed-wallets:write",
16710
- "managed-wallets:high-risk"
17802
+ "market:read"
16711
17803
  ],
16712
- "idempotent": false,
16713
- "pagination": false,
17804
+ "idempotent": true,
17805
+ "pagination": true,
16714
17806
  "stream": false,
16715
17807
  "file": false,
16716
- "contractStatus": "web-zod",
16717
- "webZodContract": "managedWalletListResponseSchema",
17808
+ "contractStatus": "envelope",
17809
+ "webZodContract": "",
16718
17810
  "sharedContractRef": "",
16719
17811
  "compatibility": {
16720
17812
  "contractVersion": "2026-08-13",
@@ -16724,19 +17816,19 @@
16724
17816
  "openapi": "3.1.0"
16725
17817
  },
16726
17818
  "request": {
16727
- "contentType": "application/json",
17819
+ "contentType": null,
16728
17820
  "path": {
16729
17821
  "type": "object",
16730
17822
  "additionalProperties": false,
16731
17823
  "properties": {},
16732
17824
  "required": []
16733
17825
  },
16734
- "query": null,
16735
- "body": {
17826
+ "query": {
16736
17827
  "title": "JsonObject",
16737
17828
  "type": "object",
16738
17829
  "additionalProperties": true
16739
17830
  },
17831
+ "body": null,
16740
17832
  "pathParamNames": []
16741
17833
  },
16742
17834
  "response": {
@@ -16785,24 +17877,24 @@
16785
17877
  }
16786
17878
  }
16787
17879
  },
16788
- "managed_wallets.list": {
16789
- "operationId": "managed_wallets.list",
17880
+ "market.top_signals.list": {
17881
+ "operationId": "market.top_signals.list",
16790
17882
  "method": "GET",
16791
- "path": "/api/v1/managed-wallets",
17883
+ "path": "/api/v1/market/top-signals",
16792
17884
  "role": "user",
16793
17885
  "risk": "read",
16794
17886
  "auth": "bearer",
16795
17887
  "scopes": [
16796
17888
  "openid",
16797
17889
  "profile",
16798
- "managed-wallets:read"
17890
+ "market:read"
16799
17891
  ],
16800
17892
  "idempotent": true,
16801
17893
  "pagination": true,
16802
17894
  "stream": false,
16803
17895
  "file": false,
16804
17896
  "contractStatus": "web-zod",
16805
- "webZodContract": "managedWalletListResponseSchema",
17897
+ "webZodContract": "kolSignalsResponseSchema",
16806
17898
  "sharedContractRef": "",
16807
17899
  "compatibility": {
16808
17900
  "contractVersion": "2026-08-13",
@@ -16873,17 +17965,17 @@
16873
17965
  }
16874
17966
  }
16875
17967
  },
16876
- "market.avatar_proxy.list": {
16877
- "operationId": "market.avatar_proxy.list",
17968
+ "news.featured.list": {
17969
+ "operationId": "news.featured.list",
16878
17970
  "method": "GET",
16879
- "path": "/api/v1/market/avatar-proxy",
17971
+ "path": "/api/v1/news/featured",
16880
17972
  "role": "user",
16881
17973
  "risk": "read",
16882
17974
  "auth": "bearer",
16883
17975
  "scopes": [
16884
17976
  "openid",
16885
17977
  "profile",
16886
- "market:read"
17978
+ "news:read"
16887
17979
  ],
16888
17980
  "idempotent": true,
16889
17981
  "pagination": true,
@@ -16961,24 +18053,24 @@
16961
18053
  }
16962
18054
  }
16963
18055
  },
16964
- "market.binance_leader_trades.create": {
16965
- "operationId": "market.binance_leader_trades.create",
16966
- "method": "POST",
16967
- "path": "/api/v1/market/binance-leader-trades",
18056
+ "news.heat.list": {
18057
+ "operationId": "news.heat.list",
18058
+ "method": "GET",
18059
+ "path": "/api/v1/news/heat",
16968
18060
  "role": "user",
16969
- "risk": "write",
18061
+ "risk": "read",
16970
18062
  "auth": "bearer",
16971
18063
  "scopes": [
16972
18064
  "openid",
16973
18065
  "profile",
16974
- "market:write"
18066
+ "news:read"
16975
18067
  ],
16976
- "idempotent": false,
16977
- "pagination": false,
18068
+ "idempotent": true,
18069
+ "pagination": true,
16978
18070
  "stream": false,
16979
18071
  "file": false,
16980
- "contractStatus": "web-zod",
16981
- "webZodContract": "responseSchema",
18072
+ "contractStatus": "envelope",
18073
+ "webZodContract": "",
16982
18074
  "sharedContractRef": "",
16983
18075
  "compatibility": {
16984
18076
  "contractVersion": "2026-08-13",
@@ -16988,19 +18080,19 @@
16988
18080
  "openapi": "3.1.0"
16989
18081
  },
16990
18082
  "request": {
16991
- "contentType": "application/json",
18083
+ "contentType": null,
16992
18084
  "path": {
16993
18085
  "type": "object",
16994
18086
  "additionalProperties": false,
16995
18087
  "properties": {},
16996
18088
  "required": []
16997
18089
  },
16998
- "query": null,
16999
- "body": {
18090
+ "query": {
17000
18091
  "title": "JsonObject",
17001
18092
  "type": "object",
17002
18093
  "additionalProperties": true
17003
18094
  },
18095
+ "body": null,
17004
18096
  "pathParamNames": []
17005
18097
  },
17006
18098
  "response": {
@@ -17049,20 +18141,20 @@
17049
18141
  }
17050
18142
  }
17051
18143
  },
17052
- "market.symbols.list": {
17053
- "operationId": "market.symbols.list",
18144
+ "news.items.byId.get": {
18145
+ "operationId": "news.items.byId.get",
17054
18146
  "method": "GET",
17055
- "path": "/api/v1/market/symbols",
18147
+ "path": "/api/v1/news/items/{id}",
17056
18148
  "role": "user",
17057
18149
  "risk": "read",
17058
18150
  "auth": "bearer",
17059
18151
  "scopes": [
17060
18152
  "openid",
17061
18153
  "profile",
17062
- "market:read"
18154
+ "news:read"
17063
18155
  ],
17064
18156
  "idempotent": true,
17065
- "pagination": true,
18157
+ "pagination": false,
17066
18158
  "stream": false,
17067
18159
  "file": false,
17068
18160
  "contractStatus": "envelope",
@@ -17080,8 +18172,15 @@
17080
18172
  "path": {
17081
18173
  "type": "object",
17082
18174
  "additionalProperties": false,
17083
- "properties": {},
17084
- "required": []
18175
+ "properties": {
18176
+ "id": {
18177
+ "type": "string",
18178
+ "minLength": 1
18179
+ }
18180
+ },
18181
+ "required": [
18182
+ "id"
18183
+ ]
17085
18184
  },
17086
18185
  "query": {
17087
18186
  "title": "JsonObject",
@@ -17089,7 +18188,9 @@
17089
18188
  "additionalProperties": true
17090
18189
  },
17091
18190
  "body": null,
17092
- "pathParamNames": []
18191
+ "pathParamNames": [
18192
+ "id"
18193
+ ]
17093
18194
  },
17094
18195
  "response": {
17095
18196
  "contentType": "application/json",
@@ -17137,17 +18238,17 @@
17137
18238
  }
17138
18239
  }
17139
18240
  },
17140
- "market.ticker.list": {
17141
- "operationId": "market.ticker.list",
18241
+ "news.latest.list": {
18242
+ "operationId": "news.latest.list",
17142
18243
  "method": "GET",
17143
- "path": "/api/v1/market/ticker",
18244
+ "path": "/api/v1/news/latest",
17144
18245
  "role": "user",
17145
18246
  "risk": "read",
17146
18247
  "auth": "bearer",
17147
18248
  "scopes": [
17148
18249
  "openid",
17149
18250
  "profile",
17150
- "market:read"
18251
+ "news:read"
17151
18252
  ],
17152
18253
  "idempotent": true,
17153
18254
  "pagination": true,
@@ -17225,20 +18326,20 @@
17225
18326
  }
17226
18327
  }
17227
18328
  },
17228
- "market.token_icons.list": {
17229
- "operationId": "market.token_icons.list",
18329
+ "news.status": {
18330
+ "operationId": "news.status",
17230
18331
  "method": "GET",
17231
- "path": "/api/v1/market/token-icons",
18332
+ "path": "/api/v1/news/status",
17232
18333
  "role": "user",
17233
18334
  "risk": "read",
17234
18335
  "auth": "bearer",
17235
18336
  "scopes": [
17236
18337
  "openid",
17237
18338
  "profile",
17238
- "market:read"
18339
+ "news:read"
17239
18340
  ],
17240
18341
  "idempotent": true,
17241
- "pagination": true,
18342
+ "pagination": false,
17242
18343
  "stream": false,
17243
18344
  "file": false,
17244
18345
  "contractStatus": "envelope",
@@ -17313,24 +18414,24 @@
17313
18414
  }
17314
18415
  }
17315
18416
  },
17316
- "market.top_signals.list": {
17317
- "operationId": "market.top_signals.list",
18417
+ "news.watchlist.list": {
18418
+ "operationId": "news.watchlist.list",
17318
18419
  "method": "GET",
17319
- "path": "/api/v1/market/top-signals",
18420
+ "path": "/api/v1/news/watchlist",
17320
18421
  "role": "user",
17321
18422
  "risk": "read",
17322
18423
  "auth": "bearer",
17323
18424
  "scopes": [
17324
18425
  "openid",
17325
18426
  "profile",
17326
- "market:read"
18427
+ "news:read"
17327
18428
  ],
17328
18429
  "idempotent": true,
17329
18430
  "pagination": true,
17330
18431
  "stream": false,
17331
18432
  "file": false,
17332
- "contractStatus": "web-zod",
17333
- "webZodContract": "kolSignalsResponseSchema",
18433
+ "contractStatus": "envelope",
18434
+ "webZodContract": "",
17334
18435
  "sharedContractRef": "",
17335
18436
  "compatibility": {
17336
18437
  "contractVersion": "2026-08-13",