zklighter-perps 1.0.120 → 1.0.121

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/openapi.json CHANGED
@@ -103,6 +103,13 @@
103
103
  }
104
104
  },
105
105
  "parameters": [
106
+ {
107
+ "name": "authorization",
108
+ "description": " make required after integ is done",
109
+ "in": "header",
110
+ "required": false,
111
+ "type": "string"
112
+ },
106
113
  {
107
114
  "name": "account_index",
108
115
  "in": "query",
@@ -119,8 +126,9 @@
119
126
  },
120
127
  {
121
128
  "name": "auth",
129
+ "description": " made optional to support header auth clients",
122
130
  "in": "query",
123
- "required": true,
131
+ "required": false,
124
132
  "type": "string"
125
133
  }
126
134
  ],
@@ -152,10 +160,18 @@
152
160
  }
153
161
  },
154
162
  "parameters": [
163
+ {
164
+ "name": "authorization",
165
+ "description": " make required after integ is done",
166
+ "in": "header",
167
+ "required": false,
168
+ "type": "string"
169
+ },
155
170
  {
156
171
  "name": "auth",
172
+ "description": " made optional to support header auth clients",
157
173
  "in": "query",
158
- "required": true,
174
+ "required": false,
159
175
  "type": "string"
160
176
  },
161
177
  {
@@ -231,6 +247,13 @@
231
247
  }
232
248
  },
233
249
  "parameters": [
250
+ {
251
+ "name": "authorization",
252
+ "description": " make required after integ is done",
253
+ "in": "header",
254
+ "required": false,
255
+ "type": "string"
256
+ },
234
257
  {
235
258
  "name": "account_index",
236
259
  "in": "query",
@@ -240,8 +263,9 @@
240
263
  },
241
264
  {
242
265
  "name": "auth",
266
+ "description": " made optional to support header auth clients",
243
267
  "in": "query",
244
- "required": true,
268
+ "required": false,
245
269
  "type": "string"
246
270
  }
247
271
  ],
@@ -254,6 +278,63 @@
254
278
  "description": "Get account limits"
255
279
  }
256
280
  },
281
+ "/api/v1/accountMetadata": {
282
+ "get": {
283
+ "summary": "accountMetadata",
284
+ "operationId": "accountMetadata",
285
+ "responses": {
286
+ "200": {
287
+ "description": "A successful response.",
288
+ "schema": {
289
+ "$ref": "#/definitions/AccountMetadatas"
290
+ }
291
+ },
292
+ "400": {
293
+ "description": "Bad request",
294
+ "schema": {
295
+ "$ref": "#/definitions/ResultCode"
296
+ }
297
+ }
298
+ },
299
+ "parameters": [
300
+ {
301
+ "name": "authorization",
302
+ "in": "header",
303
+ "required": false,
304
+ "type": "string"
305
+ },
306
+ {
307
+ "name": "by",
308
+ "in": "query",
309
+ "required": true,
310
+ "type": "string",
311
+ "enum": [
312
+ "index",
313
+ "l1_address"
314
+ ]
315
+ },
316
+ {
317
+ "name": "value",
318
+ "in": "query",
319
+ "required": true,
320
+ "type": "string"
321
+ },
322
+ {
323
+ "name": "auth",
324
+ "in": "query",
325
+ "required": false,
326
+ "type": "string"
327
+ }
328
+ ],
329
+ "tags": [
330
+ "account"
331
+ ],
332
+ "consumes": [
333
+ "multipart/form-data"
334
+ ],
335
+ "description": "Get account metadatas"
336
+ }
337
+ },
257
338
  "/api/v1/accountPendingTxs": {
258
339
  "get": {
259
340
  "summary": "accountPendingTxs",
@@ -827,6 +908,13 @@
827
908
  }
828
909
  },
829
910
  "parameters": [
911
+ {
912
+ "name": "authorization",
913
+ "description": " make required after integ is done",
914
+ "in": "header",
915
+ "required": false,
916
+ "type": "string"
917
+ },
830
918
  {
831
919
  "name": "account_index",
832
920
  "in": "query",
@@ -836,8 +924,9 @@
836
924
  },
837
925
  {
838
926
  "name": "auth",
927
+ "description": " made optional to support header auth clients",
839
928
  "in": "query",
840
- "required": true,
929
+ "required": false,
841
930
  "type": "string"
842
931
  },
843
932
  {
@@ -999,6 +1088,13 @@
999
1088
  }
1000
1089
  },
1001
1090
  "parameters": [
1091
+ {
1092
+ "name": "authorization",
1093
+ "description": " make required after integ is done",
1094
+ "in": "header",
1095
+ "required": false,
1096
+ "type": "string"
1097
+ },
1002
1098
  {
1003
1099
  "name": "body",
1004
1100
  "in": "body",
@@ -1036,6 +1132,13 @@
1036
1132
  }
1037
1133
  },
1038
1134
  "parameters": [
1135
+ {
1136
+ "name": "authorization",
1137
+ "description": " make required after integ is done",
1138
+ "in": "header",
1139
+ "required": false,
1140
+ "type": "string"
1141
+ },
1039
1142
  {
1040
1143
  "name": "account_index",
1041
1144
  "in": "query",
@@ -1045,8 +1148,9 @@
1045
1148
  },
1046
1149
  {
1047
1150
  "name": "auth",
1151
+ "description": " made optional to support header auth clients",
1048
1152
  "in": "query",
1049
- "required": true,
1153
+ "required": false,
1050
1154
  "type": "string"
1051
1155
  }
1052
1156
  ],
@@ -1223,6 +1327,55 @@
1223
1327
  "description": "Get is account whitelisted"
1224
1328
  }
1225
1329
  },
1330
+ "/api/v1/l1Metadata": {
1331
+ "get": {
1332
+ "summary": "l1Metadata",
1333
+ "operationId": "l1Metadata",
1334
+ "responses": {
1335
+ "200": {
1336
+ "description": "A successful response.",
1337
+ "schema": {
1338
+ "$ref": "#/definitions/L1Metadata"
1339
+ }
1340
+ },
1341
+ "400": {
1342
+ "description": "Bad request",
1343
+ "schema": {
1344
+ "$ref": "#/definitions/ResultCode"
1345
+ }
1346
+ }
1347
+ },
1348
+ "parameters": [
1349
+ {
1350
+ "name": "authorization",
1351
+ "description": " make required after integ is done",
1352
+ "in": "header",
1353
+ "required": false,
1354
+ "type": "string"
1355
+ },
1356
+ {
1357
+ "name": "auth",
1358
+ "description": " made optional to support header auth clients",
1359
+ "in": "query",
1360
+ "required": false,
1361
+ "type": "string"
1362
+ },
1363
+ {
1364
+ "name": "l1_address",
1365
+ "in": "query",
1366
+ "required": true,
1367
+ "type": "string"
1368
+ }
1369
+ ],
1370
+ "tags": [
1371
+ "account"
1372
+ ],
1373
+ "consumes": [
1374
+ "multipart/form-data"
1375
+ ],
1376
+ "description": "Get L1 metadata"
1377
+ }
1378
+ },
1226
1379
  "/api/v1/layer1BasicInfo": {
1227
1380
  "get": {
1228
1381
  "summary": "layer1BasicInfo",
@@ -1354,6 +1507,13 @@
1354
1507
  }
1355
1508
  },
1356
1509
  "parameters": [
1510
+ {
1511
+ "name": "authorization",
1512
+ "description": " make required after integ is done",
1513
+ "in": "header",
1514
+ "required": false,
1515
+ "type": "string"
1516
+ },
1357
1517
  {
1358
1518
  "name": "body",
1359
1519
  "in": "body",
@@ -1555,6 +1715,12 @@
1555
1715
  }
1556
1716
  },
1557
1717
  "parameters": [
1718
+ {
1719
+ "name": "authorization",
1720
+ "in": "header",
1721
+ "required": false,
1722
+ "type": "string"
1723
+ },
1558
1724
  {
1559
1725
  "name": "auth",
1560
1726
  "in": "query",
@@ -1652,6 +1818,12 @@
1652
1818
  }
1653
1819
  },
1654
1820
  "parameters": [
1821
+ {
1822
+ "name": "authorization",
1823
+ "in": "header",
1824
+ "required": false,
1825
+ "type": "string"
1826
+ },
1655
1827
  {
1656
1828
  "name": "auth",
1657
1829
  "in": "query",
@@ -1729,6 +1901,12 @@
1729
1901
  }
1730
1902
  },
1731
1903
  "parameters": [
1904
+ {
1905
+ "name": "authorization",
1906
+ "in": "header",
1907
+ "required": false,
1908
+ "type": "string"
1909
+ },
1732
1910
  {
1733
1911
  "name": "auth",
1734
1912
  "in": "query",
@@ -1844,6 +2022,13 @@
1844
2022
  }
1845
2023
  },
1846
2024
  "parameters": [
2025
+ {
2026
+ "name": "authorization",
2027
+ "description": " make required after integ is done",
2028
+ "in": "header",
2029
+ "required": false,
2030
+ "type": "string"
2031
+ },
1847
2032
  {
1848
2033
  "name": "body",
1849
2034
  "in": "body",
@@ -1881,10 +2066,18 @@
1881
2066
  }
1882
2067
  },
1883
2068
  "parameters": [
2069
+ {
2070
+ "name": "authorization",
2071
+ "description": " make required after integ is done",
2072
+ "in": "header",
2073
+ "required": false,
2074
+ "type": "string"
2075
+ },
1884
2076
  {
1885
2077
  "name": "auth",
2078
+ "description": " made optional to support header auth clients",
1886
2079
  "in": "query",
1887
- "required": true,
2080
+ "required": false,
1888
2081
  "type": "string"
1889
2082
  },
1890
2083
  {
@@ -1923,10 +2116,18 @@
1923
2116
  }
1924
2117
  },
1925
2118
  "parameters": [
2119
+ {
2120
+ "name": "authorization",
2121
+ "description": " make required after integ is done",
2122
+ "in": "header",
2123
+ "required": false,
2124
+ "type": "string"
2125
+ },
1926
2126
  {
1927
2127
  "name": "auth",
2128
+ "description": " made optional to support header auth clients",
1928
2129
  "in": "query",
1929
- "required": true,
2130
+ "required": false,
1930
2131
  "type": "string"
1931
2132
  },
1932
2133
  {
@@ -2076,6 +2277,13 @@
2076
2277
  }
2077
2278
  },
2078
2279
  "parameters": [
2280
+ {
2281
+ "name": "authorization",
2282
+ "description": " make required after integ is done",
2283
+ "in": "header",
2284
+ "required": false,
2285
+ "type": "string"
2286
+ },
2079
2287
  {
2080
2288
  "name": "body",
2081
2289
  "in": "body",
@@ -2113,6 +2321,12 @@
2113
2321
  }
2114
2322
  },
2115
2323
  "parameters": [
2324
+ {
2325
+ "name": "authorization",
2326
+ "in": "header",
2327
+ "required": false,
2328
+ "type": "string"
2329
+ },
2116
2330
  {
2117
2331
  "name": "auth",
2118
2332
  "in": "query",
@@ -2348,6 +2562,13 @@
2348
2562
  }
2349
2563
  },
2350
2564
  "parameters": [
2565
+ {
2566
+ "name": "authorizatio",
2567
+ "description": " make required after integ is done",
2568
+ "in": "header",
2569
+ "required": false,
2570
+ "type": "string"
2571
+ },
2351
2572
  {
2352
2573
  "name": "account_index",
2353
2574
  "in": "query",
@@ -2357,8 +2578,9 @@
2357
2578
  },
2358
2579
  {
2359
2580
  "name": "auth",
2581
+ "description": " made optional to support header auth clients",
2360
2582
  "in": "query",
2361
- "required": true,
2583
+ "required": false,
2362
2584
  "type": "string"
2363
2585
  },
2364
2586
  {
@@ -2613,6 +2835,10 @@
2613
2835
  "AccountMetadata": {
2614
2836
  "type": "object",
2615
2837
  "properties": {
2838
+ "account_index": {
2839
+ "type": "integer",
2840
+ "format": "int64"
2841
+ },
2616
2842
  "name": {
2617
2843
  "type": "string"
2618
2844
  },
@@ -2621,23 +2847,45 @@
2621
2847
  },
2622
2848
  "can_invite": {
2623
2849
  "type": "boolean",
2624
- "format": "boolean"
2850
+ "format": "boolean",
2851
+ "description": " Remove After FE uses L1 meta endpoint"
2625
2852
  },
2626
2853
  "referral_points_percentage": {
2627
- "type": "string"
2628
- },
2629
- "max_referral_usage_limit": {
2630
- "type": "integer",
2631
- "format": "int32"
2854
+ "type": "string",
2855
+ "description": " Remove After FE uses L1 meta endpoint"
2632
2856
  }
2633
2857
  },
2634
2858
  "title": "AccountMetadata",
2635
2859
  "required": [
2860
+ "account_index",
2636
2861
  "name",
2637
2862
  "description",
2638
2863
  "can_invite",
2639
- "referral_points_percentage",
2640
- "max_referral_usage_limit"
2864
+ "referral_points_percentage"
2865
+ ]
2866
+ },
2867
+ "AccountMetadatas": {
2868
+ "type": "object",
2869
+ "properties": {
2870
+ "code": {
2871
+ "type": "integer",
2872
+ "format": "int32",
2873
+ "example": "200"
2874
+ },
2875
+ "message": {
2876
+ "type": "string"
2877
+ },
2878
+ "account_metadatas": {
2879
+ "type": "array",
2880
+ "items": {
2881
+ "$ref": "#/definitions/AccountMetadata"
2882
+ }
2883
+ }
2884
+ },
2885
+ "title": "AccountMetadatas",
2886
+ "required": [
2887
+ "code",
2888
+ "account_metadatas"
2641
2889
  ]
2642
2890
  },
2643
2891
  "AccountPnL": {
@@ -3428,6 +3676,10 @@
3428
3676
  "type": "string",
3429
3677
  "example": "46342"
3430
3678
  },
3679
+ "account_index": {
3680
+ "type": "integer",
3681
+ "format": "int64"
3682
+ },
3431
3683
  "name": {
3432
3684
  "type": "string"
3433
3685
  },
@@ -3436,14 +3688,12 @@
3436
3688
  },
3437
3689
  "can_invite": {
3438
3690
  "type": "boolean",
3439
- "format": "boolean"
3691
+ "format": "boolean",
3692
+ "description": " Remove After FE uses L1 meta endpoint"
3440
3693
  },
3441
3694
  "referral_points_percentage": {
3442
- "type": "string"
3443
- },
3444
- "max_referral_usage_limit": {
3445
- "type": "integer",
3446
- "format": "int32"
3695
+ "type": "string",
3696
+ "description": " Remove After FE uses L1 meta endpoint"
3447
3697
  },
3448
3698
  "positions": {
3449
3699
  "type": "array",
@@ -3476,11 +3726,11 @@
3476
3726
  "pending_order_count",
3477
3727
  "status",
3478
3728
  "collateral",
3729
+ "account_index",
3479
3730
  "name",
3480
3731
  "description",
3481
3732
  "can_invite",
3482
3733
  "referral_points_percentage",
3483
- "max_referral_usage_limit",
3484
3734
  "positions",
3485
3735
  "total_asset_value",
3486
3736
  "pool_info",
@@ -3878,6 +4128,27 @@
3878
4128
  "deposit_amount_left"
3879
4129
  ]
3880
4130
  },
4131
+ "L1Metadata": {
4132
+ "type": "object",
4133
+ "properties": {
4134
+ "l1_address": {
4135
+ "type": "string"
4136
+ },
4137
+ "can_invite": {
4138
+ "type": "boolean",
4139
+ "format": "boolean"
4140
+ },
4141
+ "referral_points_percentage": {
4142
+ "type": "string"
4143
+ }
4144
+ },
4145
+ "title": "L1Metadata",
4146
+ "required": [
4147
+ "l1_address",
4148
+ "can_invite",
4149
+ "referral_points_percentage"
4150
+ ]
4151
+ },
3881
4152
  "L1ProviderInfo": {
3882
4153
  "type": "object",
3883
4154
  "properties": {
@@ -4966,6 +5237,10 @@
4966
5237
  "type": "string",
4967
5238
  "example": "46342"
4968
5239
  },
5240
+ "account_index": {
5241
+ "type": "integer",
5242
+ "format": "int64"
5243
+ },
4969
5244
  "name": {
4970
5245
  "type": "string"
4971
5246
  },
@@ -4974,14 +5249,12 @@
4974
5249
  },
4975
5250
  "can_invite": {
4976
5251
  "type": "boolean",
4977
- "format": "boolean"
5252
+ "format": "boolean",
5253
+ "description": " Remove After FE uses L1 meta endpoint"
4978
5254
  },
4979
5255
  "referral_points_percentage": {
4980
- "type": "string"
4981
- },
4982
- "max_referral_usage_limit": {
4983
- "type": "integer",
4984
- "format": "int32"
5256
+ "type": "string",
5257
+ "description": " Remove After FE uses L1 meta endpoint"
4985
5258
  },
4986
5259
  "total_asset_value": {
4987
5260
  "type": "string",
@@ -5005,11 +5278,11 @@
5005
5278
  "pending_order_count",
5006
5279
  "status",
5007
5280
  "collateral",
5281
+ "account_index",
5008
5282
  "name",
5009
5283
  "description",
5010
5284
  "can_invite",
5011
5285
  "referral_points_percentage",
5012
- "max_referral_usage_limit",
5013
5286
  "total_asset_value",
5014
5287
  "pool_info"
5015
5288
  ]
@@ -5269,7 +5542,8 @@
5269
5542
  "example": "'liq:17:5898'"
5270
5543
  },
5271
5544
  "auth": {
5272
- "type": "string"
5545
+ "type": "string",
5546
+ "description": " made optional to support header auth clients"
5273
5547
  },
5274
5548
  "account_index": {
5275
5549
  "type": "integer",
@@ -5279,7 +5553,6 @@
5279
5553
  "title": "ReqAckNotif",
5280
5554
  "required": [
5281
5555
  "notif_id",
5282
- "auth",
5283
5556
  "account_index"
5284
5557
  ]
5285
5558
  },
@@ -5327,7 +5600,8 @@
5327
5600
  "type": "object",
5328
5601
  "properties": {
5329
5602
  "auth": {
5330
- "type": "string"
5603
+ "type": "string",
5604
+ "description": " made optional to support header auth clients"
5331
5605
  },
5332
5606
  "account_index": {
5333
5607
  "type": "integer",
@@ -5336,7 +5610,6 @@
5336
5610
  },
5337
5611
  "title": "ReqCreateReferralCode",
5338
5612
  "required": [
5339
- "auth",
5340
5613
  "account_index"
5341
5614
  ]
5342
5615
  },
@@ -5362,14 +5635,14 @@
5362
5635
  "type": "string"
5363
5636
  },
5364
5637
  "auth": {
5365
- "type": "string"
5638
+ "type": "string",
5639
+ "description": " made optional to support header auth clients"
5366
5640
  }
5367
5641
  },
5368
5642
  "title": "ReqFastwithdraw",
5369
5643
  "required": [
5370
5644
  "tx_info",
5371
- "to_address",
5372
- "auth"
5645
+ "to_address"
5373
5646
  ]
5374
5647
  },
5375
5648
  "ReqGetAccount": {
@@ -5404,14 +5677,14 @@
5404
5677
  "format": "uint8"
5405
5678
  },
5406
5679
  "auth": {
5407
- "type": "string"
5680
+ "type": "string",
5681
+ "description": " made optional to support header auth clients"
5408
5682
  }
5409
5683
  },
5410
5684
  "title": "ReqGetAccountActiveOrders",
5411
5685
  "required": [
5412
5686
  "account_index",
5413
- "market_id",
5414
- "auth"
5687
+ "market_id"
5415
5688
  ]
5416
5689
  },
5417
5690
  "ReqGetAccountApiKeys": {
@@ -5448,7 +5721,8 @@
5448
5721
  "type": "object",
5449
5722
  "properties": {
5450
5723
  "auth": {
5451
- "type": "string"
5724
+ "type": "string",
5725
+ "description": " made optional to support header auth clients"
5452
5726
  },
5453
5727
  "account_index": {
5454
5728
  "type": "integer",
@@ -5479,7 +5753,6 @@
5479
5753
  },
5480
5754
  "title": "ReqGetAccountInactiveOrders",
5481
5755
  "required": [
5482
- "auth",
5483
5756
  "account_index",
5484
5757
  "limit"
5485
5758
  ]
@@ -5492,13 +5765,36 @@
5492
5765
  "format": "int64"
5493
5766
  },
5494
5767
  "auth": {
5495
- "type": "string"
5768
+ "type": "string",
5769
+ "description": " made optional to support header auth clients"
5496
5770
  }
5497
5771
  },
5498
5772
  "title": "ReqGetAccountLimits",
5499
5773
  "required": [
5500
- "account_index",
5501
- "auth"
5774
+ "account_index"
5775
+ ]
5776
+ },
5777
+ "ReqGetAccountMetadata": {
5778
+ "type": "object",
5779
+ "properties": {
5780
+ "by": {
5781
+ "type": "string",
5782
+ "enum": [
5783
+ "index",
5784
+ "l1_address"
5785
+ ]
5786
+ },
5787
+ "value": {
5788
+ "type": "string"
5789
+ },
5790
+ "auth": {
5791
+ "type": "string"
5792
+ }
5793
+ },
5794
+ "title": "ReqGetAccountMetadata",
5795
+ "required": [
5796
+ "by",
5797
+ "value"
5502
5798
  ]
5503
5799
  },
5504
5800
  "ReqGetAccountPendingTxs": {
@@ -5725,7 +6021,8 @@
5725
6021
  "format": "int64"
5726
6022
  },
5727
6023
  "auth": {
5728
- "type": "string"
6024
+ "type": "string",
6025
+ "description": " made optional to support header auth clients"
5729
6026
  },
5730
6027
  "l1_address": {
5731
6028
  "type": "string"
@@ -5745,7 +6042,6 @@
5745
6042
  "title": "ReqGetDepositHistory",
5746
6043
  "required": [
5747
6044
  "account_index",
5748
- "auth",
5749
6045
  "l1_address"
5750
6046
  ]
5751
6047
  },
@@ -5761,13 +6057,13 @@
5761
6057
  "format": "int64"
5762
6058
  },
5763
6059
  "auth": {
5764
- "type": "string"
6060
+ "type": "string",
6061
+ "description": " made optional to support header auth clients"
5765
6062
  }
5766
6063
  },
5767
6064
  "title": "ReqGetFastWithdrawInfo",
5768
6065
  "required": [
5769
- "account_index",
5770
- "auth"
6066
+ "account_index"
5771
6067
  ]
5772
6068
  },
5773
6069
  "ReqGetFundings": {
@@ -5807,6 +6103,22 @@
5807
6103
  "count_back"
5808
6104
  ]
5809
6105
  },
6106
+ "ReqGetL1Metadata": {
6107
+ "type": "object",
6108
+ "properties": {
6109
+ "auth": {
6110
+ "type": "string",
6111
+ "description": " made optional to support header auth clients"
6112
+ },
6113
+ "l1_address": {
6114
+ "type": "string"
6115
+ }
6116
+ },
6117
+ "title": "ReqGetL1Metadata",
6118
+ "required": [
6119
+ "l1_address"
6120
+ ]
6121
+ },
5810
6122
  "ReqGetL1Tx": {
5811
6123
  "type": "object",
5812
6124
  "properties": {
@@ -6071,7 +6383,8 @@
6071
6383
  "type": "object",
6072
6384
  "properties": {
6073
6385
  "auth": {
6074
- "type": "string"
6386
+ "type": "string",
6387
+ "description": " made optional to support header auth clients"
6075
6388
  },
6076
6389
  "account_index": {
6077
6390
  "type": "integer",
@@ -6080,7 +6393,6 @@
6080
6393
  },
6081
6394
  "title": "ReqGetReferralCode",
6082
6395
  "required": [
6083
- "auth",
6084
6396
  "account_index"
6085
6397
  ]
6086
6398
  },
@@ -6088,7 +6400,8 @@
6088
6400
  "type": "object",
6089
6401
  "properties": {
6090
6402
  "auth": {
6091
- "type": "string"
6403
+ "type": "string",
6404
+ "description": " made optional to support header auth clients"
6092
6405
  },
6093
6406
  "account_index": {
6094
6407
  "type": "integer",
@@ -6097,7 +6410,6 @@
6097
6410
  },
6098
6411
  "title": "ReqGetReferralPoints",
6099
6412
  "required": [
6100
- "auth",
6101
6413
  "account_index"
6102
6414
  ]
6103
6415
  },
@@ -6190,7 +6502,8 @@
6190
6502
  "format": "int64"
6191
6503
  },
6192
6504
  "auth": {
6193
- "type": "string"
6505
+ "type": "string",
6506
+ "description": " made optional to support header auth clients"
6194
6507
  },
6195
6508
  "cursor": {
6196
6509
  "type": "string"
@@ -6206,8 +6519,7 @@
6206
6519
  },
6207
6520
  "title": "ReqGetWithdrawHistory",
6208
6521
  "required": [
6209
- "account_index",
6210
- "auth"
6522
+ "account_index"
6211
6523
  ]
6212
6524
  },
6213
6525
  "ReqIsWhitelisted": {