@bulletxyz/bullet-sdk 0.43.0-rc.0 → 0.44.0-rc.1
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/browser/index.js +24 -16
- package/dist/browser/index.js.map +4 -4
- package/dist/node/index.js +24 -16
- package/dist/node/index.js.map +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/client.d.ts.map +1 -1
- package/dist/types/rollupTypes.d.ts +37 -0
- package/dist/types/rollupTypes.d.ts.map +1 -1
- package/dist/types/zod-types/rest.d.ts +38 -38
- package/package.json +1 -1
|
@@ -46,7 +46,7 @@ declare const Order: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
46
46
|
remaining_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
47
47
|
reduce_only: z.ZodBoolean;
|
|
48
48
|
filled_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
49
|
-
|
|
49
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
50
50
|
owner: z.ZodString;
|
|
51
51
|
reserved_pending_tpsl_pair_ids: z.ZodNullable<z.ZodString>;
|
|
52
52
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -62,7 +62,7 @@ declare const Order: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
62
62
|
quote_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
63
63
|
remaining_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
64
64
|
filled_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
65
|
-
|
|
65
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
66
66
|
owner: z.ZodString;
|
|
67
67
|
}, z.core.$strip>]>;
|
|
68
68
|
declare const BorrowLendPool: z.ZodObject<{
|
|
@@ -335,7 +335,7 @@ export declare const Schemas: {
|
|
|
335
335
|
remaining_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
336
336
|
reduce_only: z.ZodBoolean;
|
|
337
337
|
filled_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
338
|
-
|
|
338
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
339
339
|
owner: z.ZodString;
|
|
340
340
|
reserved_pending_tpsl_pair_ids: z.ZodNullable<z.ZodString>;
|
|
341
341
|
}, z.core.$strip>>, z.ZodTransform<Map<bigint, {
|
|
@@ -347,7 +347,7 @@ export declare const Schemas: {
|
|
|
347
347
|
remaining_size: import("decimal.js").Decimal;
|
|
348
348
|
reduce_only: boolean;
|
|
349
349
|
filled_size: import("decimal.js").Decimal;
|
|
350
|
-
|
|
350
|
+
filled_cot: import("decimal.js").Decimal;
|
|
351
351
|
owner: string;
|
|
352
352
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
353
353
|
}>, Record<string, {
|
|
@@ -359,7 +359,7 @@ export declare const Schemas: {
|
|
|
359
359
|
remaining_size: import("decimal.js").Decimal;
|
|
360
360
|
reduce_only: boolean;
|
|
361
361
|
filled_size: import("decimal.js").Decimal;
|
|
362
|
-
|
|
362
|
+
filled_cot: import("decimal.js").Decimal;
|
|
363
363
|
owner: string;
|
|
364
364
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
365
365
|
}>>>;
|
|
@@ -440,7 +440,7 @@ export declare const Schemas: {
|
|
|
440
440
|
remaining_size: import("decimal.js").Decimal;
|
|
441
441
|
reduce_only: boolean;
|
|
442
442
|
filled_size: import("decimal.js").Decimal;
|
|
443
|
-
|
|
443
|
+
filled_cot: import("decimal.js").Decimal;
|
|
444
444
|
owner: string;
|
|
445
445
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
446
446
|
}>;
|
|
@@ -478,7 +478,7 @@ export declare const Schemas: {
|
|
|
478
478
|
remaining_size: import("decimal.js").Decimal;
|
|
479
479
|
reduce_only: boolean;
|
|
480
480
|
filled_size: import("decimal.js").Decimal;
|
|
481
|
-
|
|
481
|
+
filled_cot: import("decimal.js").Decimal;
|
|
482
482
|
owner: string;
|
|
483
483
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
484
484
|
}>;
|
|
@@ -521,7 +521,7 @@ export declare const Schemas: {
|
|
|
521
521
|
quote_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
522
522
|
remaining_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
523
523
|
filled_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
524
|
-
|
|
524
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
525
525
|
owner: z.ZodString;
|
|
526
526
|
}, z.core.$strip>>, z.ZodTransform<Map<bigint, {
|
|
527
527
|
side: "bid" | "ask";
|
|
@@ -533,7 +533,7 @@ export declare const Schemas: {
|
|
|
533
533
|
quote_lots: import("decimal.js").Decimal;
|
|
534
534
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
535
535
|
filled_base_lots: import("decimal.js").Decimal;
|
|
536
|
-
|
|
536
|
+
filled_cot: import("decimal.js").Decimal;
|
|
537
537
|
owner: string;
|
|
538
538
|
}>, Record<string, {
|
|
539
539
|
side: "bid" | "ask";
|
|
@@ -545,7 +545,7 @@ export declare const Schemas: {
|
|
|
545
545
|
quote_lots: import("decimal.js").Decimal;
|
|
546
546
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
547
547
|
filled_base_lots: import("decimal.js").Decimal;
|
|
548
|
-
|
|
548
|
+
filled_cot: import("decimal.js").Decimal;
|
|
549
549
|
owner: string;
|
|
550
550
|
}>>>;
|
|
551
551
|
trigger_orders: z.ZodPipe<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -616,7 +616,7 @@ export declare const Schemas: {
|
|
|
616
616
|
quote_lots: import("decimal.js").Decimal;
|
|
617
617
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
618
618
|
filled_base_lots: import("decimal.js").Decimal;
|
|
619
|
-
|
|
619
|
+
filled_cot: import("decimal.js").Decimal;
|
|
620
620
|
owner: string;
|
|
621
621
|
}>;
|
|
622
622
|
trigger_orders: Map<bigint, {
|
|
@@ -644,7 +644,7 @@ export declare const Schemas: {
|
|
|
644
644
|
quote_lots: import("decimal.js").Decimal;
|
|
645
645
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
646
646
|
filled_base_lots: import("decimal.js").Decimal;
|
|
647
|
-
|
|
647
|
+
filled_cot: import("decimal.js").Decimal;
|
|
648
648
|
owner: string;
|
|
649
649
|
}>;
|
|
650
650
|
trigger_orders: Map<bigint, {
|
|
@@ -1055,7 +1055,7 @@ export declare const ResponseSchemas: {
|
|
|
1055
1055
|
remaining_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1056
1056
|
reduce_only: z.ZodBoolean;
|
|
1057
1057
|
filled_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1058
|
-
|
|
1058
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1059
1059
|
owner: z.ZodString;
|
|
1060
1060
|
reserved_pending_tpsl_pair_ids: z.ZodNullable<z.ZodString>;
|
|
1061
1061
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1071,7 +1071,7 @@ export declare const ResponseSchemas: {
|
|
|
1071
1071
|
quote_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1072
1072
|
remaining_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1073
1073
|
filled_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1074
|
-
|
|
1074
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1075
1075
|
owner: z.ZodString;
|
|
1076
1076
|
}, z.core.$strip>]>>;
|
|
1077
1077
|
}, z.core.$strip>;
|
|
@@ -1809,7 +1809,7 @@ export declare const ResponseSchemas: {
|
|
|
1809
1809
|
remaining_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1810
1810
|
reduce_only: z.ZodBoolean;
|
|
1811
1811
|
filled_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1812
|
-
|
|
1812
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1813
1813
|
owner: z.ZodString;
|
|
1814
1814
|
reserved_pending_tpsl_pair_ids: z.ZodNullable<z.ZodString>;
|
|
1815
1815
|
}, z.core.$strip>>, z.ZodTransform<Map<bigint, {
|
|
@@ -1821,7 +1821,7 @@ export declare const ResponseSchemas: {
|
|
|
1821
1821
|
remaining_size: import("decimal.js").Decimal;
|
|
1822
1822
|
reduce_only: boolean;
|
|
1823
1823
|
filled_size: import("decimal.js").Decimal;
|
|
1824
|
-
|
|
1824
|
+
filled_cot: import("decimal.js").Decimal;
|
|
1825
1825
|
owner: string;
|
|
1826
1826
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
1827
1827
|
}>, Record<string, {
|
|
@@ -1833,7 +1833,7 @@ export declare const ResponseSchemas: {
|
|
|
1833
1833
|
remaining_size: import("decimal.js").Decimal;
|
|
1834
1834
|
reduce_only: boolean;
|
|
1835
1835
|
filled_size: import("decimal.js").Decimal;
|
|
1836
|
-
|
|
1836
|
+
filled_cot: import("decimal.js").Decimal;
|
|
1837
1837
|
owner: string;
|
|
1838
1838
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
1839
1839
|
}>>>;
|
|
@@ -1914,7 +1914,7 @@ export declare const ResponseSchemas: {
|
|
|
1914
1914
|
remaining_size: import("decimal.js").Decimal;
|
|
1915
1915
|
reduce_only: boolean;
|
|
1916
1916
|
filled_size: import("decimal.js").Decimal;
|
|
1917
|
-
|
|
1917
|
+
filled_cot: import("decimal.js").Decimal;
|
|
1918
1918
|
owner: string;
|
|
1919
1919
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
1920
1920
|
}>;
|
|
@@ -1952,7 +1952,7 @@ export declare const ResponseSchemas: {
|
|
|
1952
1952
|
remaining_size: import("decimal.js").Decimal;
|
|
1953
1953
|
reduce_only: boolean;
|
|
1954
1954
|
filled_size: import("decimal.js").Decimal;
|
|
1955
|
-
|
|
1955
|
+
filled_cot: import("decimal.js").Decimal;
|
|
1956
1956
|
owner: string;
|
|
1957
1957
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
1958
1958
|
}>;
|
|
@@ -1995,7 +1995,7 @@ export declare const ResponseSchemas: {
|
|
|
1995
1995
|
quote_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1996
1996
|
remaining_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1997
1997
|
filled_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1998
|
-
|
|
1998
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
1999
1999
|
owner: z.ZodString;
|
|
2000
2000
|
}, z.core.$strip>>, z.ZodTransform<Map<bigint, {
|
|
2001
2001
|
side: "bid" | "ask";
|
|
@@ -2007,7 +2007,7 @@ export declare const ResponseSchemas: {
|
|
|
2007
2007
|
quote_lots: import("decimal.js").Decimal;
|
|
2008
2008
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2009
2009
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2010
|
-
|
|
2010
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2011
2011
|
owner: string;
|
|
2012
2012
|
}>, Record<string, {
|
|
2013
2013
|
side: "bid" | "ask";
|
|
@@ -2019,7 +2019,7 @@ export declare const ResponseSchemas: {
|
|
|
2019
2019
|
quote_lots: import("decimal.js").Decimal;
|
|
2020
2020
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2021
2021
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2022
|
-
|
|
2022
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2023
2023
|
owner: string;
|
|
2024
2024
|
}>>>;
|
|
2025
2025
|
trigger_orders: z.ZodPipe<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -2090,7 +2090,7 @@ export declare const ResponseSchemas: {
|
|
|
2090
2090
|
quote_lots: import("decimal.js").Decimal;
|
|
2091
2091
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2092
2092
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2093
|
-
|
|
2093
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2094
2094
|
owner: string;
|
|
2095
2095
|
}>;
|
|
2096
2096
|
trigger_orders: Map<bigint, {
|
|
@@ -2118,7 +2118,7 @@ export declare const ResponseSchemas: {
|
|
|
2118
2118
|
quote_lots: import("decimal.js").Decimal;
|
|
2119
2119
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2120
2120
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2121
|
-
|
|
2121
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2122
2122
|
owner: string;
|
|
2123
2123
|
}>;
|
|
2124
2124
|
trigger_orders: Map<bigint, {
|
|
@@ -2263,7 +2263,7 @@ export declare const ResponseSchemas: {
|
|
|
2263
2263
|
remaining_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
2264
2264
|
reduce_only: z.ZodBoolean;
|
|
2265
2265
|
filled_size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
2266
|
-
|
|
2266
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
2267
2267
|
owner: z.ZodString;
|
|
2268
2268
|
reserved_pending_tpsl_pair_ids: z.ZodNullable<z.ZodString>;
|
|
2269
2269
|
}, z.core.$strip>>, z.ZodTransform<Map<bigint, {
|
|
@@ -2275,7 +2275,7 @@ export declare const ResponseSchemas: {
|
|
|
2275
2275
|
remaining_size: import("decimal.js").Decimal;
|
|
2276
2276
|
reduce_only: boolean;
|
|
2277
2277
|
filled_size: import("decimal.js").Decimal;
|
|
2278
|
-
|
|
2278
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2279
2279
|
owner: string;
|
|
2280
2280
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
2281
2281
|
}>, Record<string, {
|
|
@@ -2287,7 +2287,7 @@ export declare const ResponseSchemas: {
|
|
|
2287
2287
|
remaining_size: import("decimal.js").Decimal;
|
|
2288
2288
|
reduce_only: boolean;
|
|
2289
2289
|
filled_size: import("decimal.js").Decimal;
|
|
2290
|
-
|
|
2290
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2291
2291
|
owner: string;
|
|
2292
2292
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
2293
2293
|
}>>>;
|
|
@@ -2368,7 +2368,7 @@ export declare const ResponseSchemas: {
|
|
|
2368
2368
|
remaining_size: import("decimal.js").Decimal;
|
|
2369
2369
|
reduce_only: boolean;
|
|
2370
2370
|
filled_size: import("decimal.js").Decimal;
|
|
2371
|
-
|
|
2371
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2372
2372
|
owner: string;
|
|
2373
2373
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
2374
2374
|
}>;
|
|
@@ -2406,7 +2406,7 @@ export declare const ResponseSchemas: {
|
|
|
2406
2406
|
remaining_size: import("decimal.js").Decimal;
|
|
2407
2407
|
reduce_only: boolean;
|
|
2408
2408
|
filled_size: import("decimal.js").Decimal;
|
|
2409
|
-
|
|
2409
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2410
2410
|
owner: string;
|
|
2411
2411
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
2412
2412
|
}>;
|
|
@@ -2449,7 +2449,7 @@ export declare const ResponseSchemas: {
|
|
|
2449
2449
|
quote_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
2450
2450
|
remaining_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
2451
2451
|
filled_base_lots: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
2452
|
-
|
|
2452
|
+
filled_cot: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<import("decimal.js").Decimal, string | number>>;
|
|
2453
2453
|
owner: z.ZodString;
|
|
2454
2454
|
}, z.core.$strip>>, z.ZodTransform<Map<bigint, {
|
|
2455
2455
|
side: "bid" | "ask";
|
|
@@ -2461,7 +2461,7 @@ export declare const ResponseSchemas: {
|
|
|
2461
2461
|
quote_lots: import("decimal.js").Decimal;
|
|
2462
2462
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2463
2463
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2464
|
-
|
|
2464
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2465
2465
|
owner: string;
|
|
2466
2466
|
}>, Record<string, {
|
|
2467
2467
|
side: "bid" | "ask";
|
|
@@ -2473,7 +2473,7 @@ export declare const ResponseSchemas: {
|
|
|
2473
2473
|
quote_lots: import("decimal.js").Decimal;
|
|
2474
2474
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2475
2475
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2476
|
-
|
|
2476
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2477
2477
|
owner: string;
|
|
2478
2478
|
}>>>;
|
|
2479
2479
|
trigger_orders: z.ZodPipe<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -2544,7 +2544,7 @@ export declare const ResponseSchemas: {
|
|
|
2544
2544
|
quote_lots: import("decimal.js").Decimal;
|
|
2545
2545
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2546
2546
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2547
|
-
|
|
2547
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2548
2548
|
owner: string;
|
|
2549
2549
|
}>;
|
|
2550
2550
|
trigger_orders: Map<bigint, {
|
|
@@ -2572,7 +2572,7 @@ export declare const ResponseSchemas: {
|
|
|
2572
2572
|
quote_lots: import("decimal.js").Decimal;
|
|
2573
2573
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2574
2574
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2575
|
-
|
|
2575
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2576
2576
|
owner: string;
|
|
2577
2577
|
}>;
|
|
2578
2578
|
trigger_orders: Map<bigint, {
|
|
@@ -2705,7 +2705,7 @@ export declare const ResponseSchemas: {
|
|
|
2705
2705
|
remaining_size: import("decimal.js").Decimal;
|
|
2706
2706
|
reduce_only: boolean;
|
|
2707
2707
|
filled_size: import("decimal.js").Decimal;
|
|
2708
|
-
|
|
2708
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2709
2709
|
owner: string;
|
|
2710
2710
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
2711
2711
|
}>;
|
|
@@ -2745,7 +2745,7 @@ export declare const ResponseSchemas: {
|
|
|
2745
2745
|
quote_lots: import("decimal.js").Decimal;
|
|
2746
2746
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2747
2747
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2748
|
-
|
|
2748
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2749
2749
|
owner: string;
|
|
2750
2750
|
}>;
|
|
2751
2751
|
trigger_orders: Map<bigint, {
|
|
@@ -2818,7 +2818,7 @@ export declare const ResponseSchemas: {
|
|
|
2818
2818
|
remaining_size: import("decimal.js").Decimal;
|
|
2819
2819
|
reduce_only: boolean;
|
|
2820
2820
|
filled_size: import("decimal.js").Decimal;
|
|
2821
|
-
|
|
2821
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2822
2822
|
owner: string;
|
|
2823
2823
|
reserved_pending_tpsl_pair_ids: string | null;
|
|
2824
2824
|
}>;
|
|
@@ -2858,7 +2858,7 @@ export declare const ResponseSchemas: {
|
|
|
2858
2858
|
quote_lots: import("decimal.js").Decimal;
|
|
2859
2859
|
remaining_base_lots: import("decimal.js").Decimal;
|
|
2860
2860
|
filled_base_lots: import("decimal.js").Decimal;
|
|
2861
|
-
|
|
2861
|
+
filled_cot: import("decimal.js").Decimal;
|
|
2862
2862
|
owner: string;
|
|
2863
2863
|
}>;
|
|
2864
2864
|
trigger_orders: Map<bigint, {
|