@alphafox/cli 0.3.15 → 0.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/catalog/generated/registry.json +479 -42
- package/dist/catalog/generated/schemas.json +6772 -9136
- package/dist/catalog/omit.d.ts +5 -2
- package/dist/catalog/omit.js +10 -3
- package/dist/skills-manifest.json +42 -42
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/skills/account/SKILL.md +1 -1
- package/skills/admin/SKILL.md +1 -1
- package/skills/alphafox/SKILL.md +3 -3
- package/skills/alphafox-shared/SKILL.md +1 -1
- package/skills/auth/SKILL.md +1 -1
- package/skills/cache/SKILL.md +1 -1
- package/skills/engine-backtest/SKILL.md +4 -4
- package/skills/exchange/SKILL.md +1 -1
- package/skills/market/SKILL.md +1 -1
- package/skills/notification/SKILL.md +1 -1
- package/skills/strategy/SKILL.md +1 -1
- package/skills/trading/SKILL.md +9 -3
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
"source": {
|
|
3
3
|
"package": "@alphafoxai/contracts",
|
|
4
4
|
"export": "public-api",
|
|
5
|
-
"contractsSha": "
|
|
6
|
-
"registryVersion": "
|
|
7
|
-
"contractVersion": "2026-08-
|
|
8
|
-
"scannedAt": "2026-08-
|
|
9
|
-
"totalOperations":
|
|
10
|
-
"cliOperations":
|
|
5
|
+
"contractsSha": "3833cb49c0406ee7c9ee59caa2f266b2f6cd99f2",
|
|
6
|
+
"registryVersion": "2.0.1",
|
|
7
|
+
"contractVersion": "2026-08-29",
|
|
8
|
+
"scannedAt": "2026-08-29",
|
|
9
|
+
"totalOperations": 276,
|
|
10
|
+
"cliOperations": 257
|
|
11
11
|
},
|
|
12
12
|
"compatibility": {
|
|
13
|
-
"contractVersion": "2026-08-
|
|
14
|
-
"registryVersion": "
|
|
13
|
+
"contractVersion": "2026-08-29",
|
|
14
|
+
"registryVersion": "2.0.1",
|
|
15
15
|
"minCliVersion": "0.0.0",
|
|
16
16
|
"maxCliVersion": "0.99.99",
|
|
17
17
|
"openapi": "3.1.0"
|
|
@@ -501,6 +501,80 @@
|
|
|
501
501
|
"responseSchema": "JsonValue",
|
|
502
502
|
"errorSchema": "ProblemDetails"
|
|
503
503
|
},
|
|
504
|
+
{
|
|
505
|
+
"operationId": "admin.exchange_rebates.hyperliquid.distribute",
|
|
506
|
+
"method": "POST",
|
|
507
|
+
"path": "/api/v1/admin/exchange-rebates/hyperliquid/distribute",
|
|
508
|
+
"role": "admin",
|
|
509
|
+
"risk": "high-risk-write",
|
|
510
|
+
"auth": "bearer",
|
|
511
|
+
"scopes": [
|
|
512
|
+
"openid",
|
|
513
|
+
"profile",
|
|
514
|
+
"admin:write",
|
|
515
|
+
"admin:high-risk"
|
|
516
|
+
],
|
|
517
|
+
"stream": false,
|
|
518
|
+
"file": false,
|
|
519
|
+
"pagination": false,
|
|
520
|
+
"idempotent": false,
|
|
521
|
+
"mvp": false,
|
|
522
|
+
"catchAll": false,
|
|
523
|
+
"contractStatus": "web-zod",
|
|
524
|
+
"requestBodySchema": "JsonObject",
|
|
525
|
+
"querySchema": null,
|
|
526
|
+
"responseSchema": "JsonValue",
|
|
527
|
+
"errorSchema": "ProblemDetails"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"operationId": "admin.exchange_rebates.hyperliquid.preview",
|
|
531
|
+
"method": "POST",
|
|
532
|
+
"path": "/api/v1/admin/exchange-rebates/hyperliquid/preview",
|
|
533
|
+
"role": "admin",
|
|
534
|
+
"risk": "high-risk-write",
|
|
535
|
+
"auth": "bearer",
|
|
536
|
+
"scopes": [
|
|
537
|
+
"openid",
|
|
538
|
+
"profile",
|
|
539
|
+
"admin:write",
|
|
540
|
+
"admin:high-risk"
|
|
541
|
+
],
|
|
542
|
+
"stream": false,
|
|
543
|
+
"file": false,
|
|
544
|
+
"pagination": false,
|
|
545
|
+
"idempotent": true,
|
|
546
|
+
"mvp": false,
|
|
547
|
+
"catchAll": false,
|
|
548
|
+
"contractStatus": "envelope",
|
|
549
|
+
"requestBodySchema": "JsonObject",
|
|
550
|
+
"querySchema": null,
|
|
551
|
+
"responseSchema": "JsonValue",
|
|
552
|
+
"errorSchema": "ProblemDetails"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"operationId": "admin.exchange_rebates.hyperliquid.status",
|
|
556
|
+
"method": "GET",
|
|
557
|
+
"path": "/api/v1/admin/exchange-rebates/hyperliquid/status",
|
|
558
|
+
"role": "admin",
|
|
559
|
+
"risk": "read",
|
|
560
|
+
"auth": "bearer",
|
|
561
|
+
"scopes": [
|
|
562
|
+
"openid",
|
|
563
|
+
"profile",
|
|
564
|
+
"admin:read"
|
|
565
|
+
],
|
|
566
|
+
"stream": false,
|
|
567
|
+
"file": false,
|
|
568
|
+
"pagination": false,
|
|
569
|
+
"idempotent": true,
|
|
570
|
+
"mvp": false,
|
|
571
|
+
"catchAll": false,
|
|
572
|
+
"contractStatus": "envelope",
|
|
573
|
+
"requestBodySchema": null,
|
|
574
|
+
"querySchema": "JsonObject",
|
|
575
|
+
"responseSchema": "JsonValue",
|
|
576
|
+
"errorSchema": "ProblemDetails"
|
|
577
|
+
},
|
|
504
578
|
{
|
|
505
579
|
"operationId": "admin.exchange_rebates.preview",
|
|
506
580
|
"method": "POST",
|
|
@@ -526,6 +600,55 @@
|
|
|
526
600
|
"responseSchema": "JsonValue",
|
|
527
601
|
"errorSchema": "ProblemDetails"
|
|
528
602
|
},
|
|
603
|
+
{
|
|
604
|
+
"operationId": "admin.featured_leaderboard.list",
|
|
605
|
+
"method": "GET",
|
|
606
|
+
"path": "/api/v1/admin/featured-leaderboard",
|
|
607
|
+
"role": "admin",
|
|
608
|
+
"risk": "read",
|
|
609
|
+
"auth": "bearer",
|
|
610
|
+
"scopes": [
|
|
611
|
+
"openid",
|
|
612
|
+
"profile",
|
|
613
|
+
"admin:read"
|
|
614
|
+
],
|
|
615
|
+
"stream": false,
|
|
616
|
+
"file": false,
|
|
617
|
+
"pagination": true,
|
|
618
|
+
"idempotent": true,
|
|
619
|
+
"mvp": false,
|
|
620
|
+
"catchAll": false,
|
|
621
|
+
"contractStatus": "web-zod",
|
|
622
|
+
"requestBodySchema": null,
|
|
623
|
+
"querySchema": "JsonObject",
|
|
624
|
+
"responseSchema": "JsonValue",
|
|
625
|
+
"errorSchema": "ProblemDetails"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"operationId": "admin.featured_leaderboard.replace",
|
|
629
|
+
"method": "PUT",
|
|
630
|
+
"path": "/api/v1/admin/featured-leaderboard",
|
|
631
|
+
"role": "admin",
|
|
632
|
+
"risk": "high-risk-write",
|
|
633
|
+
"auth": "bearer",
|
|
634
|
+
"scopes": [
|
|
635
|
+
"openid",
|
|
636
|
+
"profile",
|
|
637
|
+
"admin:write",
|
|
638
|
+
"admin:high-risk"
|
|
639
|
+
],
|
|
640
|
+
"stream": false,
|
|
641
|
+
"file": false,
|
|
642
|
+
"pagination": false,
|
|
643
|
+
"idempotent": true,
|
|
644
|
+
"mvp": false,
|
|
645
|
+
"catchAll": false,
|
|
646
|
+
"contractStatus": "web-zod",
|
|
647
|
+
"requestBodySchema": "JsonObject",
|
|
648
|
+
"querySchema": null,
|
|
649
|
+
"responseSchema": "JsonValue",
|
|
650
|
+
"errorSchema": "ProblemDetails"
|
|
651
|
+
},
|
|
529
652
|
{
|
|
530
653
|
"operationId": "admin.invite_codes.byId.delete",
|
|
531
654
|
"method": "DELETE",
|
|
@@ -869,6 +992,30 @@
|
|
|
869
992
|
"responseSchema": "JsonValue",
|
|
870
993
|
"errorSchema": "ProblemDetails"
|
|
871
994
|
},
|
|
995
|
+
{
|
|
996
|
+
"operationId": "admin.lite_user_statistics.list",
|
|
997
|
+
"method": "GET",
|
|
998
|
+
"path": "/api/v1/admin/lite-user-statistics",
|
|
999
|
+
"role": "admin",
|
|
1000
|
+
"risk": "read",
|
|
1001
|
+
"auth": "bearer",
|
|
1002
|
+
"scopes": [
|
|
1003
|
+
"openid",
|
|
1004
|
+
"profile",
|
|
1005
|
+
"admin:read"
|
|
1006
|
+
],
|
|
1007
|
+
"stream": false,
|
|
1008
|
+
"file": false,
|
|
1009
|
+
"pagination": true,
|
|
1010
|
+
"idempotent": true,
|
|
1011
|
+
"mvp": false,
|
|
1012
|
+
"catchAll": false,
|
|
1013
|
+
"contractStatus": "web-zod",
|
|
1014
|
+
"requestBodySchema": null,
|
|
1015
|
+
"querySchema": "JsonObject",
|
|
1016
|
+
"responseSchema": "JsonValue",
|
|
1017
|
+
"errorSchema": "ProblemDetails"
|
|
1018
|
+
},
|
|
872
1019
|
{
|
|
873
1020
|
"operationId": "admin.lite_xyz.bySlug.delete",
|
|
874
1021
|
"method": "DELETE",
|
|
@@ -969,9 +1116,9 @@
|
|
|
969
1116
|
"errorSchema": "ProblemDetails"
|
|
970
1117
|
},
|
|
971
1118
|
{
|
|
972
|
-
"operationId": "admin.managed_wallets.byId.
|
|
1119
|
+
"operationId": "admin.managed_wallets.byId.convert_to_unified.create",
|
|
973
1120
|
"method": "POST",
|
|
974
|
-
"path": "/api/v1/admin/managed-wallets/{walletId}/
|
|
1121
|
+
"path": "/api/v1/admin/managed-wallets/{walletId}/convert-to-unified",
|
|
975
1122
|
"role": "admin",
|
|
976
1123
|
"risk": "high-risk-write",
|
|
977
1124
|
"auth": "bearer",
|
|
@@ -1011,7 +1158,7 @@
|
|
|
1011
1158
|
"idempotent": true,
|
|
1012
1159
|
"mvp": false,
|
|
1013
1160
|
"catchAll": false,
|
|
1014
|
-
"contractStatus": "
|
|
1161
|
+
"contractStatus": "web-zod",
|
|
1015
1162
|
"requestBodySchema": null,
|
|
1016
1163
|
"querySchema": "JsonObject",
|
|
1017
1164
|
"responseSchema": "JsonValue",
|
|
@@ -1681,6 +1828,31 @@
|
|
|
1681
1828
|
"responseSchema": "JsonValue",
|
|
1682
1829
|
"errorSchema": "ProblemDetails"
|
|
1683
1830
|
},
|
|
1831
|
+
{
|
|
1832
|
+
"operationId": "admin.users.byId.slot_entitlements.update",
|
|
1833
|
+
"method": "PATCH",
|
|
1834
|
+
"path": "/api/v1/admin/users/{id}/slot-entitlements",
|
|
1835
|
+
"role": "admin",
|
|
1836
|
+
"risk": "high-risk-write",
|
|
1837
|
+
"auth": "bearer",
|
|
1838
|
+
"scopes": [
|
|
1839
|
+
"openid",
|
|
1840
|
+
"profile",
|
|
1841
|
+
"admin:write",
|
|
1842
|
+
"admin:high-risk"
|
|
1843
|
+
],
|
|
1844
|
+
"stream": false,
|
|
1845
|
+
"file": false,
|
|
1846
|
+
"pagination": false,
|
|
1847
|
+
"idempotent": false,
|
|
1848
|
+
"mvp": false,
|
|
1849
|
+
"catchAll": false,
|
|
1850
|
+
"contractStatus": "web-zod",
|
|
1851
|
+
"requestBodySchema": "JsonObject",
|
|
1852
|
+
"querySchema": null,
|
|
1853
|
+
"responseSchema": "JsonValue",
|
|
1854
|
+
"errorSchema": "ProblemDetails"
|
|
1855
|
+
},
|
|
1684
1856
|
{
|
|
1685
1857
|
"operationId": "admin.users.byId.subscription_gift.create",
|
|
1686
1858
|
"method": "POST",
|
|
@@ -1827,6 +1999,54 @@
|
|
|
1827
1999
|
"responseSchema": "JsonValue",
|
|
1828
2000
|
"errorSchema": "ProblemDetails"
|
|
1829
2001
|
},
|
|
2002
|
+
{
|
|
2003
|
+
"operationId": "campaigns.x_engage.claim",
|
|
2004
|
+
"method": "POST",
|
|
2005
|
+
"path": "/api/v1/campaigns/x-engage/claim",
|
|
2006
|
+
"role": "user",
|
|
2007
|
+
"risk": "write",
|
|
2008
|
+
"auth": "bearer",
|
|
2009
|
+
"scopes": [
|
|
2010
|
+
"openid",
|
|
2011
|
+
"profile",
|
|
2012
|
+
"campaigns:write"
|
|
2013
|
+
],
|
|
2014
|
+
"stream": false,
|
|
2015
|
+
"file": false,
|
|
2016
|
+
"pagination": false,
|
|
2017
|
+
"idempotent": false,
|
|
2018
|
+
"mvp": false,
|
|
2019
|
+
"catchAll": false,
|
|
2020
|
+
"contractStatus": "web-zod",
|
|
2021
|
+
"requestBodySchema": "JsonObject",
|
|
2022
|
+
"querySchema": null,
|
|
2023
|
+
"responseSchema": "JsonValue",
|
|
2024
|
+
"errorSchema": "ProblemDetails"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"operationId": "campaigns.x_engage.list",
|
|
2028
|
+
"method": "GET",
|
|
2029
|
+
"path": "/api/v1/campaigns/x-engage",
|
|
2030
|
+
"role": "user",
|
|
2031
|
+
"risk": "read",
|
|
2032
|
+
"auth": "bearer",
|
|
2033
|
+
"scopes": [
|
|
2034
|
+
"openid",
|
|
2035
|
+
"profile",
|
|
2036
|
+
"campaigns:read"
|
|
2037
|
+
],
|
|
2038
|
+
"stream": false,
|
|
2039
|
+
"file": false,
|
|
2040
|
+
"pagination": true,
|
|
2041
|
+
"idempotent": true,
|
|
2042
|
+
"mvp": false,
|
|
2043
|
+
"catchAll": false,
|
|
2044
|
+
"contractStatus": "web-zod",
|
|
2045
|
+
"requestBodySchema": null,
|
|
2046
|
+
"querySchema": "JsonObject",
|
|
2047
|
+
"responseSchema": "JsonValue",
|
|
2048
|
+
"errorSchema": "ProblemDetails"
|
|
2049
|
+
},
|
|
1830
2050
|
{
|
|
1831
2051
|
"operationId": "catalog.openapi.get",
|
|
1832
2052
|
"method": "GET",
|
|
@@ -2918,6 +3138,55 @@
|
|
|
2918
3138
|
"responseSchema": "liveConnectionEquitiesResponseSchema",
|
|
2919
3139
|
"errorSchema": "ProblemDetails"
|
|
2920
3140
|
},
|
|
3141
|
+
{
|
|
3142
|
+
"operationId": "exchange_connectors.okx_outcomes_agent.byId.complete",
|
|
3143
|
+
"method": "POST",
|
|
3144
|
+
"path": "/api/v1/exchange-connectors/okx-outcomes-agent/{bindingId}/complete",
|
|
3145
|
+
"role": "user",
|
|
3146
|
+
"risk": "high-risk-write",
|
|
3147
|
+
"auth": "bearer",
|
|
3148
|
+
"scopes": [
|
|
3149
|
+
"openid",
|
|
3150
|
+
"profile",
|
|
3151
|
+
"exchange-connectors:write",
|
|
3152
|
+
"exchange-connectors:high-risk"
|
|
3153
|
+
],
|
|
3154
|
+
"stream": false,
|
|
3155
|
+
"file": false,
|
|
3156
|
+
"pagination": false,
|
|
3157
|
+
"idempotent": false,
|
|
3158
|
+
"mvp": false,
|
|
3159
|
+
"catchAll": false,
|
|
3160
|
+
"contractStatus": "web-zod",
|
|
3161
|
+
"requestBodySchema": "JsonObject",
|
|
3162
|
+
"querySchema": null,
|
|
3163
|
+
"responseSchema": "JsonValue",
|
|
3164
|
+
"errorSchema": "ProblemDetails"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"operationId": "exchange_connectors.okx_outcomes_agent.create",
|
|
3168
|
+
"method": "POST",
|
|
3169
|
+
"path": "/api/v1/exchange-connectors/okx-outcomes-agent",
|
|
3170
|
+
"role": "user",
|
|
3171
|
+
"risk": "write",
|
|
3172
|
+
"auth": "bearer",
|
|
3173
|
+
"scopes": [
|
|
3174
|
+
"openid",
|
|
3175
|
+
"profile",
|
|
3176
|
+
"exchange-connectors:write"
|
|
3177
|
+
],
|
|
3178
|
+
"stream": false,
|
|
3179
|
+
"file": false,
|
|
3180
|
+
"pagination": false,
|
|
3181
|
+
"idempotent": false,
|
|
3182
|
+
"mvp": false,
|
|
3183
|
+
"catchAll": false,
|
|
3184
|
+
"contractStatus": "web-zod",
|
|
3185
|
+
"requestBodySchema": "JsonObject",
|
|
3186
|
+
"querySchema": null,
|
|
3187
|
+
"responseSchema": "JsonValue",
|
|
3188
|
+
"errorSchema": "ProblemDetails"
|
|
3189
|
+
},
|
|
2921
3190
|
{
|
|
2922
3191
|
"operationId": "exchange_connectors.polymarket_wallet.byId.complete",
|
|
2923
3192
|
"method": "POST",
|
|
@@ -3958,6 +4227,126 @@
|
|
|
3958
4227
|
"responseSchema": "JsonValue",
|
|
3959
4228
|
"errorSchema": "ProblemDetails"
|
|
3960
4229
|
},
|
|
4230
|
+
{
|
|
4231
|
+
"operationId": "okx_outcomes.cycles.byId.get",
|
|
4232
|
+
"method": "GET",
|
|
4233
|
+
"path": "/api/v1/okx-outcomes/cycles/{cycleId}",
|
|
4234
|
+
"role": "user",
|
|
4235
|
+
"risk": "read",
|
|
4236
|
+
"auth": "bearer",
|
|
4237
|
+
"scopes": [
|
|
4238
|
+
"openid",
|
|
4239
|
+
"profile",
|
|
4240
|
+
"okx-outcomes:read"
|
|
4241
|
+
],
|
|
4242
|
+
"stream": false,
|
|
4243
|
+
"file": false,
|
|
4244
|
+
"pagination": false,
|
|
4245
|
+
"idempotent": true,
|
|
4246
|
+
"mvp": false,
|
|
4247
|
+
"catchAll": false,
|
|
4248
|
+
"contractStatus": "envelope",
|
|
4249
|
+
"requestBodySchema": null,
|
|
4250
|
+
"querySchema": "JsonObject",
|
|
4251
|
+
"responseSchema": "JsonValue",
|
|
4252
|
+
"errorSchema": "ProblemDetails"
|
|
4253
|
+
},
|
|
4254
|
+
{
|
|
4255
|
+
"operationId": "okx_outcomes.cycles.list",
|
|
4256
|
+
"method": "GET",
|
|
4257
|
+
"path": "/api/v1/okx-outcomes/cycles",
|
|
4258
|
+
"role": "user",
|
|
4259
|
+
"risk": "read",
|
|
4260
|
+
"auth": "bearer",
|
|
4261
|
+
"scopes": [
|
|
4262
|
+
"openid",
|
|
4263
|
+
"profile",
|
|
4264
|
+
"okx-outcomes:read"
|
|
4265
|
+
],
|
|
4266
|
+
"stream": false,
|
|
4267
|
+
"file": false,
|
|
4268
|
+
"pagination": true,
|
|
4269
|
+
"idempotent": true,
|
|
4270
|
+
"mvp": false,
|
|
4271
|
+
"catchAll": false,
|
|
4272
|
+
"contractStatus": "envelope",
|
|
4273
|
+
"requestBodySchema": null,
|
|
4274
|
+
"querySchema": "JsonObject",
|
|
4275
|
+
"responseSchema": "JsonValue",
|
|
4276
|
+
"errorSchema": "ProblemDetails"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"operationId": "okx_outcomes.events.byId.get",
|
|
4280
|
+
"method": "GET",
|
|
4281
|
+
"path": "/api/v1/okx-outcomes/events/{eventId}",
|
|
4282
|
+
"role": "user",
|
|
4283
|
+
"risk": "read",
|
|
4284
|
+
"auth": "bearer",
|
|
4285
|
+
"scopes": [
|
|
4286
|
+
"openid",
|
|
4287
|
+
"profile",
|
|
4288
|
+
"okx-outcomes:read"
|
|
4289
|
+
],
|
|
4290
|
+
"stream": false,
|
|
4291
|
+
"file": false,
|
|
4292
|
+
"pagination": false,
|
|
4293
|
+
"idempotent": true,
|
|
4294
|
+
"mvp": false,
|
|
4295
|
+
"catchAll": false,
|
|
4296
|
+
"contractStatus": "envelope",
|
|
4297
|
+
"requestBodySchema": null,
|
|
4298
|
+
"querySchema": "JsonObject",
|
|
4299
|
+
"responseSchema": "JsonValue",
|
|
4300
|
+
"errorSchema": "ProblemDetails"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"operationId": "okx_outcomes.events.list",
|
|
4304
|
+
"method": "GET",
|
|
4305
|
+
"path": "/api/v1/okx-outcomes/events",
|
|
4306
|
+
"role": "user",
|
|
4307
|
+
"risk": "read",
|
|
4308
|
+
"auth": "bearer",
|
|
4309
|
+
"scopes": [
|
|
4310
|
+
"openid",
|
|
4311
|
+
"profile",
|
|
4312
|
+
"okx-outcomes:read"
|
|
4313
|
+
],
|
|
4314
|
+
"stream": false,
|
|
4315
|
+
"file": false,
|
|
4316
|
+
"pagination": true,
|
|
4317
|
+
"idempotent": true,
|
|
4318
|
+
"mvp": false,
|
|
4319
|
+
"catchAll": false,
|
|
4320
|
+
"contractStatus": "envelope",
|
|
4321
|
+
"requestBodySchema": null,
|
|
4322
|
+
"querySchema": "JsonObject",
|
|
4323
|
+
"responseSchema": "JsonValue",
|
|
4324
|
+
"errorSchema": "ProblemDetails"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"operationId": "okx_outcomes.overview.get",
|
|
4328
|
+
"method": "GET",
|
|
4329
|
+
"path": "/api/v1/okx-outcomes/overview",
|
|
4330
|
+
"role": "user",
|
|
4331
|
+
"risk": "read",
|
|
4332
|
+
"auth": "bearer",
|
|
4333
|
+
"scopes": [
|
|
4334
|
+
"openid",
|
|
4335
|
+
"profile",
|
|
4336
|
+
"okx-outcomes:read"
|
|
4337
|
+
],
|
|
4338
|
+
"stream": false,
|
|
4339
|
+
"file": false,
|
|
4340
|
+
"pagination": false,
|
|
4341
|
+
"idempotent": true,
|
|
4342
|
+
"mvp": false,
|
|
4343
|
+
"catchAll": false,
|
|
4344
|
+
"contractStatus": "envelope",
|
|
4345
|
+
"requestBodySchema": null,
|
|
4346
|
+
"querySchema": "JsonObject",
|
|
4347
|
+
"responseSchema": "JsonValue",
|
|
4348
|
+
"errorSchema": "ProblemDetails"
|
|
4349
|
+
},
|
|
3961
4350
|
{
|
|
3962
4351
|
"operationId": "platform_statistics.get",
|
|
3963
4352
|
"method": "GET",
|
|
@@ -4129,16 +4518,16 @@
|
|
|
4129
4518
|
"errorSchema": "ProblemDetails"
|
|
4130
4519
|
},
|
|
4131
4520
|
{
|
|
4132
|
-
"operationId": "
|
|
4521
|
+
"operationId": "subscriptions.managed_wallet_deposit_bonus.claim",
|
|
4133
4522
|
"method": "POST",
|
|
4134
|
-
"path": "/api/v1/
|
|
4523
|
+
"path": "/api/v1/subscriptions/managed-wallet-deposit-bonus/claim",
|
|
4135
4524
|
"role": "user",
|
|
4136
4525
|
"risk": "write",
|
|
4137
4526
|
"auth": "bearer",
|
|
4138
4527
|
"scopes": [
|
|
4139
4528
|
"openid",
|
|
4140
4529
|
"profile",
|
|
4141
|
-
"
|
|
4530
|
+
"subscriptions:write"
|
|
4142
4531
|
],
|
|
4143
4532
|
"stream": false,
|
|
4144
4533
|
"file": false,
|
|
@@ -4153,40 +4542,16 @@
|
|
|
4153
4542
|
"errorSchema": "ProblemDetails"
|
|
4154
4543
|
},
|
|
4155
4544
|
{
|
|
4156
|
-
"operationId": "
|
|
4545
|
+
"operationId": "subscriptions.managed_wallet_deposit_bonus.list",
|
|
4157
4546
|
"method": "GET",
|
|
4158
|
-
"path": "/api/v1/
|
|
4547
|
+
"path": "/api/v1/subscriptions/managed-wallet-deposit-bonus",
|
|
4159
4548
|
"role": "user",
|
|
4160
4549
|
"risk": "read",
|
|
4161
4550
|
"auth": "bearer",
|
|
4162
4551
|
"scopes": [
|
|
4163
4552
|
"openid",
|
|
4164
4553
|
"profile",
|
|
4165
|
-
"
|
|
4166
|
-
],
|
|
4167
|
-
"stream": false,
|
|
4168
|
-
"file": false,
|
|
4169
|
-
"pagination": false,
|
|
4170
|
-
"idempotent": true,
|
|
4171
|
-
"mvp": false,
|
|
4172
|
-
"catchAll": false,
|
|
4173
|
-
"contractStatus": "web-zod",
|
|
4174
|
-
"requestBodySchema": null,
|
|
4175
|
-
"querySchema": "JsonObject",
|
|
4176
|
-
"responseSchema": "JsonValue",
|
|
4177
|
-
"errorSchema": "ProblemDetails"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"operationId": "strategy_plaza.publications.list",
|
|
4181
|
-
"method": "GET",
|
|
4182
|
-
"path": "/api/v1/strategy-plaza/publications",
|
|
4183
|
-
"role": "user",
|
|
4184
|
-
"risk": "read",
|
|
4185
|
-
"auth": "bearer",
|
|
4186
|
-
"scopes": [
|
|
4187
|
-
"openid",
|
|
4188
|
-
"profile",
|
|
4189
|
-
"strategy-plaza:read"
|
|
4554
|
+
"subscriptions:read"
|
|
4190
4555
|
],
|
|
4191
4556
|
"stream": false,
|
|
4192
4557
|
"file": false,
|
|
@@ -4729,6 +5094,30 @@
|
|
|
4729
5094
|
"responseSchema": "JsonValue",
|
|
4730
5095
|
"errorSchema": "ProblemDetails"
|
|
4731
5096
|
},
|
|
5097
|
+
{
|
|
5098
|
+
"operationId": "trader_leaderboard.featured_config.list",
|
|
5099
|
+
"method": "GET",
|
|
5100
|
+
"path": "/api/v1/trader-leaderboard/featured-config",
|
|
5101
|
+
"role": "user",
|
|
5102
|
+
"risk": "read",
|
|
5103
|
+
"auth": "bearer",
|
|
5104
|
+
"scopes": [
|
|
5105
|
+
"openid",
|
|
5106
|
+
"profile",
|
|
5107
|
+
"trader-leaderboard:read"
|
|
5108
|
+
],
|
|
5109
|
+
"stream": false,
|
|
5110
|
+
"file": false,
|
|
5111
|
+
"pagination": true,
|
|
5112
|
+
"idempotent": true,
|
|
5113
|
+
"mvp": false,
|
|
5114
|
+
"catchAll": false,
|
|
5115
|
+
"contractStatus": "web-zod",
|
|
5116
|
+
"requestBodySchema": null,
|
|
5117
|
+
"querySchema": "JsonObject",
|
|
5118
|
+
"responseSchema": "JsonValue",
|
|
5119
|
+
"errorSchema": "ProblemDetails"
|
|
5120
|
+
},
|
|
4732
5121
|
{
|
|
4733
5122
|
"operationId": "trader_leaderboard.list",
|
|
4734
5123
|
"method": "GET",
|
|
@@ -4873,6 +5262,30 @@
|
|
|
4873
5262
|
"responseSchema": "JsonValue",
|
|
4874
5263
|
"errorSchema": "ProblemDetails"
|
|
4875
5264
|
},
|
|
5265
|
+
{
|
|
5266
|
+
"operationId": "trading.signal_source_analytics.list",
|
|
5267
|
+
"method": "GET",
|
|
5268
|
+
"path": "/api/v1/trading/signal-source-analytics",
|
|
5269
|
+
"role": "user",
|
|
5270
|
+
"risk": "read",
|
|
5271
|
+
"auth": "bearer",
|
|
5272
|
+
"scopes": [
|
|
5273
|
+
"openid",
|
|
5274
|
+
"profile",
|
|
5275
|
+
"trading:read"
|
|
5276
|
+
],
|
|
5277
|
+
"stream": false,
|
|
5278
|
+
"file": false,
|
|
5279
|
+
"pagination": true,
|
|
5280
|
+
"idempotent": true,
|
|
5281
|
+
"mvp": false,
|
|
5282
|
+
"catchAll": false,
|
|
5283
|
+
"contractStatus": "web-zod",
|
|
5284
|
+
"requestBodySchema": null,
|
|
5285
|
+
"querySchema": "JsonObject",
|
|
5286
|
+
"responseSchema": "JsonValue",
|
|
5287
|
+
"errorSchema": "ProblemDetails"
|
|
5288
|
+
},
|
|
4876
5289
|
{
|
|
4877
5290
|
"operationId": "trading.signal_source_rankings.list",
|
|
4878
5291
|
"method": "GET",
|
|
@@ -5644,7 +6057,31 @@
|
|
|
5644
6057
|
"contractStatus": "shared",
|
|
5645
6058
|
"requestBodySchema": "updateTraderConfigRequestSchema",
|
|
5646
6059
|
"querySchema": null,
|
|
5647
|
-
"responseSchema": "
|
|
6060
|
+
"responseSchema": "createTraderResponseSchema",
|
|
6061
|
+
"errorSchema": "ProblemDetails"
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
"operationId": "trading.traders.byId.update_and_start.create",
|
|
6065
|
+
"method": "POST",
|
|
6066
|
+
"path": "/api/v1/trading/traders/{traderId}/update-and-start",
|
|
6067
|
+
"role": "user",
|
|
6068
|
+
"risk": "write",
|
|
6069
|
+
"auth": "bearer",
|
|
6070
|
+
"scopes": [
|
|
6071
|
+
"openid",
|
|
6072
|
+
"profile",
|
|
6073
|
+
"trading:write"
|
|
6074
|
+
],
|
|
6075
|
+
"stream": false,
|
|
6076
|
+
"file": false,
|
|
6077
|
+
"pagination": false,
|
|
6078
|
+
"idempotent": false,
|
|
6079
|
+
"mvp": false,
|
|
6080
|
+
"catchAll": false,
|
|
6081
|
+
"contractStatus": "web-zod",
|
|
6082
|
+
"requestBodySchema": "JsonObject",
|
|
6083
|
+
"querySchema": null,
|
|
6084
|
+
"responseSchema": "JsonValue",
|
|
5648
6085
|
"errorSchema": "ProblemDetails"
|
|
5649
6086
|
},
|
|
5650
6087
|
{
|