@grvt/client 1.6.10 → 1.6.12

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 (55) hide show
  1. package/TDG/index.d.ts +2 -2
  2. package/TDG/index.js +2 -3
  3. package/interfaces/codegen/data.interface.d.ts +103 -4
  4. package/interfaces/codegen/enums/cluster-config-type.d.ts +2 -1
  5. package/interfaces/codegen/enums/cluster-config-type.js +4 -1
  6. package/interfaces/codegen/enums/order-reject-reason.d.ts +5 -1
  7. package/interfaces/codegen/enums/order-reject-reason.js +13 -1
  8. package/interfaces/codegen/enums/transaction-type.d.ts +2 -1
  9. package/interfaces/codegen/enums/transaction-type.js +3 -1
  10. package/interfaces/codegen/hex-string-map.js +3 -0
  11. package/interfaces/codegen/schema-maps/aggregated_account_performance.js +14 -2
  12. package/interfaces/codegen/schema-maps/aggregated_account_summary.js +4 -2
  13. package/interfaces/codegen/schema-maps/api_account_performance_trend.js +4 -4
  14. package/interfaces/codegen/schema-maps/api_authorize_builder_request.d.ts +2 -0
  15. package/interfaces/codegen/schema-maps/api_authorize_builder_request.js +21 -0
  16. package/interfaces/codegen/schema-maps/api_authorized_builder.d.ts +2 -0
  17. package/interfaces/codegen/schema-maps/api_authorized_builder.js +16 -0
  18. package/interfaces/codegen/schema-maps/api_builder_fill_history_request.d.ts +2 -0
  19. package/interfaces/codegen/schema-maps/api_builder_fill_history_request.js +20 -0
  20. package/interfaces/codegen/schema-maps/api_builder_fill_history_response.d.ts +2 -0
  21. package/interfaces/codegen/schema-maps/api_builder_fill_history_response.js +15 -0
  22. package/interfaces/codegen/schema-maps/api_create_account_multiplier_request.js +4 -2
  23. package/interfaces/codegen/schema-maps/api_get_authorized_builders_response.d.ts +2 -0
  24. package/interfaces/codegen/schema-maps/api_get_authorized_builders_response.js +13 -0
  25. package/interfaces/codegen/schema-maps/api_get_isolated_position_margin_limits_request.d.ts +2 -0
  26. package/interfaces/codegen/schema-maps/api_get_isolated_position_margin_limits_request.js +14 -0
  27. package/interfaces/codegen/schema-maps/api_get_isolated_position_margin_limits_response.d.ts +2 -0
  28. package/interfaces/codegen/schema-maps/api_get_isolated_position_margin_limits_response.js +16 -0
  29. package/interfaces/codegen/schema-maps/{api_query_account_today_performance_request.d.ts → api_query_account_daily_performance_request.d.ts} +1 -1
  30. package/interfaces/codegen/schema-maps/api_query_account_daily_performance_request.js +14 -0
  31. package/interfaces/codegen/schema-maps/api_query_account_daily_performance_response.d.ts +2 -0
  32. package/interfaces/codegen/schema-maps/api_query_account_daily_performance_response.js +13 -0
  33. package/interfaces/codegen/schema-maps/api_query_account_performance_response.d.ts +2 -0
  34. package/interfaces/codegen/schema-maps/api_query_account_performance_response.js +14 -0
  35. package/interfaces/codegen/schema-maps/api_query_sub_account_daily_performance_request.d.ts +2 -0
  36. package/interfaces/codegen/schema-maps/api_query_sub_account_daily_performance_request.js +16 -0
  37. package/interfaces/codegen/schema-maps/api_query_sub_account_daily_performance_response.d.ts +2 -0
  38. package/interfaces/codegen/schema-maps/api_query_sub_account_daily_performance_response.js +13 -0
  39. package/interfaces/codegen/schema-maps/api_set_builder_code_config.d.ts +2 -0
  40. package/interfaces/codegen/schema-maps/api_set_builder_code_config.js +16 -0
  41. package/interfaces/codegen/schema-maps/api_sub_account_daily_performance.d.ts +2 -0
  42. package/interfaces/codegen/schema-maps/api_sub_account_daily_performance.js +14 -0
  43. package/interfaces/codegen/schema-maps/builder_fill_history.d.ts +2 -0
  44. package/interfaces/codegen/schema-maps/builder_fill_history.js +32 -0
  45. package/interfaces/codegen/schema-maps/detailed_aggregated_account_summary.js +4 -2
  46. package/interfaces/codegen/schema-maps/flat_private_trade.js +8 -2
  47. package/interfaces/codegen/schema-maps/order.js +6 -2
  48. package/interfaces/codegen/schema-maps/query_list_sub_account_history_request.js +6 -2
  49. package/interfaces/codegen/schema-maps/query_list_sub_account_history_response.js +3 -3
  50. package/interfaces/codegen/schema-maps/reward_account_multiplier.js +4 -2
  51. package/interfaces/codegen/schema-maps/snap_sub_account_history.d.ts +2 -0
  52. package/interfaces/codegen/schema-maps/snap_sub_account_history.js +20 -0
  53. package/interfaces/codegen/schema-maps/vault_investment.js +4 -2
  54. package/package.json +2 -2
  55. package/interfaces/codegen/schema-maps/api_query_account_today_performance_request.js +0 -8
package/TDG/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
- import type { IAckResponse, IApiAggregatedAccountSummaryResponse, IApiCancelAllOrdersRequest, IApiCancelAllOrdersResponse, IApiCancelOrderRequest, IApiCancelOrderResponse, IApiCreateBulkOrdersRequest, IApiCreateBulkOrdersResponse, IApiCreateOrderRequest, IApiCreateOrderResponse, IApiCrossExchVaultAttestEquityRequest, IApiCrossExchVaultGetInvestorAllocationStatsResponse, IApiCrossExchVaultInvestCancelRequest, IApiCrossExchVaultLockRequest, IApiCrossExchVaultPreInternalTransferCheckRequest, IApiCrossExchVaultPreInternalTransferCheckResponse, IApiCrossExchVaultPreWithdrawCheckRequest, IApiCrossExchVaultPreWithdrawCheckResponse, IApiCrossExchVaultTriggerRedemptionRequest, IApiCrossExchVaultUnlockRequest, IApiCrossExchVaultViewInvestmentQueueRequest, IApiCrossExchVaultViewInvestmentQueueResponse, IApiCrossExchVaultViewPendingInvestmentRequest, IApiCrossExchVaultViewPendingInvestmentResponse, IApiDedustPositionRequest, IApiDedustPositionResponse, IApiDepositHistoryRequest, IApiDepositHistoryResponse, IApiFillHistoryRequest, IApiFillHistoryResponse, IApiFundingAccountSummaryResponse, IApiFundingPaymentHistoryRequest, IApiFundingPaymentHistoryResponse, IApiGetAllInitialLeverageRequest, IApiGetAllInitialLeverageResponse, IApiGetMarginTiersResponse, IApiGetOrderGroupRequest, IApiGetOrderGroupResponse, IApiGetOrderRequest, IApiGetOrderResponse, IApiGetPriceProtectionBandsResponse, IApiOpenOrdersRequest, IApiOpenOrdersResponse, IApiOrderHistoryRequest, IApiOrderHistoryResponse, IApiPositionsRequest, IApiPositionsResponse, IApiPreDepositCheckRequest, IApiPreDepositCheckResponse, IApiPreOrderCheckRequest, IApiPreOrderCheckResponse, IApiQueryAccountPerformanceTrendRequest, IApiQueryAccountPerformanceTrendResponse, IApiQueryAccountTodayPerformanceRequest, IApiQueryAccountTodayPerformanceResponse, IApiQueryListFundingAccountSummaryRequest, IApiQueryListFundingAccountSummaryResponse, IApiQueryListSubAccountSummaryRequest, IApiQueryListSubAccountSummaryResponse, IApiQueryTradingAccountRiskMetricRequest, IApiQueryTradingAccountRiskMetricResponse, IApiQueryTradingPerformanceRequest, IApiQueryTradingPerformanceResponse, IApiQueryTradingPerformanceSummaryRequest, IApiQueryTradingPerformanceSummaryResponse, IApiQueryTradingPerformanceTrendRequest, IApiQueryTradingPerformanceTrendResponse, IApiQueryVaultInvestorHistoryRequest, IApiQueryVaultInvestorHistoryResponse, IApiQueryVaultInvestorHistoryStatsRequest, IApiQueryVaultInvestorHistoryStatsResponse, IApiQueryVaultManagerInvestorHistoryRequest, IApiQueryVaultManagerInvestorHistoryResponse, IApiReplaceOrdersRequest, IApiReplaceOrdersResponse, IApiSetInitialLeverageRequest, IApiSetInitialLeverageResponse, IApiSocializedLossStatusResponse, IApiSubAccountHistoryRequest, IApiSubAccountHistoryResponse, IApiSubAccountSummaryRequest, IApiSubAccountSummaryResponse, IApiTimedAssetExposureRequest, IApiTimedAssetExposureResponse, IApiTransferHistoryRequest, IApiTransferHistoryResponse, IApiTransferRequest, IApiTransferResponse, IApiVaultBurnTokensRequest, IApiVaultInvestorSummaryRequest, IApiVaultInvestorSummaryResponse, IApiVaultInvestRequest, IApiVaultRedeemCancelRequest, IApiVaultRedeemRequest, IApiVaultViewRedemptionQueueRequest, IApiVaultViewRedemptionQueueResponse, IApiWithdrawalHistoryRequest, IApiWithdrawalHistoryResponse, IApiWithdrawalRequest, IConfig } from '../interfaces';
2
+ import type { IAckResponse, IApiAggregatedAccountSummaryResponse, IApiCancelAllOrdersRequest, IApiCancelAllOrdersResponse, IApiCancelOrderRequest, IApiCancelOrderResponse, IApiCreateBulkOrdersRequest, IApiCreateBulkOrdersResponse, IApiCreateOrderRequest, IApiCreateOrderResponse, IApiCrossExchVaultAttestEquityRequest, IApiCrossExchVaultGetInvestorAllocationStatsResponse, IApiCrossExchVaultInvestCancelRequest, IApiCrossExchVaultLockRequest, IApiCrossExchVaultPreInternalTransferCheckRequest, IApiCrossExchVaultPreInternalTransferCheckResponse, IApiCrossExchVaultPreWithdrawCheckRequest, IApiCrossExchVaultPreWithdrawCheckResponse, IApiCrossExchVaultTriggerRedemptionRequest, IApiCrossExchVaultUnlockRequest, IApiCrossExchVaultViewInvestmentQueueRequest, IApiCrossExchVaultViewInvestmentQueueResponse, IApiCrossExchVaultViewPendingInvestmentRequest, IApiCrossExchVaultViewPendingInvestmentResponse, IApiDedustPositionRequest, IApiDedustPositionResponse, IApiDepositHistoryRequest, IApiDepositHistoryResponse, IApiFillHistoryRequest, IApiFillHistoryResponse, IApiFundingAccountSummaryResponse, IApiFundingPaymentHistoryRequest, IApiFundingPaymentHistoryResponse, IApiGetAllInitialLeverageRequest, IApiGetAllInitialLeverageResponse, IApiGetMarginTiersResponse, IApiGetOrderGroupRequest, IApiGetOrderGroupResponse, IApiGetOrderRequest, IApiGetOrderResponse, IApiGetPriceProtectionBandsResponse, IApiOpenOrdersRequest, IApiOpenOrdersResponse, IApiOrderHistoryRequest, IApiOrderHistoryResponse, IApiPositionsRequest, IApiPositionsResponse, IApiPreDepositCheckRequest, IApiPreDepositCheckResponse, IApiPreOrderCheckRequest, IApiPreOrderCheckResponse, IApiQueryAccountPerformanceTrendRequest, IApiQueryAccountPerformanceTrendResponse, IApiQueryAccountTodayPerformanceResponse, IApiQueryListFundingAccountSummaryRequest, IApiQueryListFundingAccountSummaryResponse, IApiQueryListSubAccountSummaryRequest, IApiQueryListSubAccountSummaryResponse, IApiQueryTradingAccountRiskMetricRequest, IApiQueryTradingAccountRiskMetricResponse, IApiQueryTradingPerformanceRequest, IApiQueryTradingPerformanceResponse, IApiQueryTradingPerformanceSummaryRequest, IApiQueryTradingPerformanceSummaryResponse, IApiQueryTradingPerformanceTrendRequest, IApiQueryTradingPerformanceTrendResponse, IApiQueryVaultInvestorHistoryRequest, IApiQueryVaultInvestorHistoryResponse, IApiQueryVaultInvestorHistoryStatsRequest, IApiQueryVaultInvestorHistoryStatsResponse, IApiQueryVaultManagerInvestorHistoryRequest, IApiQueryVaultManagerInvestorHistoryResponse, IApiReplaceOrdersRequest, IApiReplaceOrdersResponse, IApiSetInitialLeverageRequest, IApiSetInitialLeverageResponse, IApiSocializedLossStatusResponse, IApiSubAccountHistoryRequest, IApiSubAccountHistoryResponse, IApiSubAccountSummaryRequest, IApiSubAccountSummaryResponse, IApiTimedAssetExposureRequest, IApiTimedAssetExposureResponse, IApiTransferHistoryRequest, IApiTransferHistoryResponse, IApiTransferRequest, IApiTransferResponse, IApiVaultBurnTokensRequest, IApiVaultInvestorSummaryRequest, IApiVaultInvestorSummaryResponse, IApiVaultInvestRequest, IApiVaultRedeemCancelRequest, IApiVaultRedeemRequest, IApiVaultViewRedemptionQueueRequest, IApiVaultViewRedemptionQueueResponse, IApiWithdrawalHistoryRequest, IApiWithdrawalHistoryResponse, IApiWithdrawalRequest, IConfig } from '../interfaces';
3
3
  export declare class TDG {
4
4
  private readonly _axios;
5
5
  private readonly _fullUrl;
@@ -143,7 +143,7 @@ export declare class TDG {
143
143
  /**
144
144
  * START: Portfolio
145
145
  */
146
- accountTodayPerformance(payload: IApiQueryAccountTodayPerformanceRequest, config?: AxiosRequestConfig): Promise<IApiQueryAccountTodayPerformanceResponse>;
146
+ accountTodayPerformance(config?: AxiosRequestConfig): Promise<IApiQueryAccountTodayPerformanceResponse>;
147
147
  accountPerformanceTrend(payload: IApiQueryAccountPerformanceTrendRequest, config?: AxiosRequestConfig): Promise<IApiQueryAccountPerformanceTrendResponse>;
148
148
  tradingPerformanceSummary(payload: IApiQueryTradingPerformanceSummaryRequest, config?: AxiosRequestConfig): Promise<IApiQueryTradingPerformanceSummaryResponse>;
149
149
  subAccountRiskMetric(payload: IApiQueryTradingAccountRiskMetricRequest, config?: AxiosRequestConfig): Promise<IApiQueryTradingAccountRiskMetricResponse>;
package/TDG/index.js CHANGED
@@ -55,7 +55,6 @@ const api_pre_order_check_request_1 = require("../interfaces/codegen/schema-maps
55
55
  const api_pre_order_check_response_1 = require("../interfaces/codegen/schema-maps/api_pre_order_check_response");
56
56
  const api_query_account_performance_trend_request_1 = require("../interfaces/codegen/schema-maps/api_query_account_performance_trend_request");
57
57
  const api_query_account_performance_trend_response_1 = require("../interfaces/codegen/schema-maps/api_query_account_performance_trend_response");
58
- const api_query_account_today_performance_request_1 = require("../interfaces/codegen/schema-maps/api_query_account_today_performance_request");
59
58
  const api_query_account_today_performance_response_1 = require("../interfaces/codegen/schema-maps/api_query_account_today_performance_response");
60
59
  const api_query_list_funding_account_summary_request_1 = require("../interfaces/codegen/schema-maps/api_query_list_funding_account_summary_request");
61
60
  const api_query_list_funding_account_summary_response_1 = require("../interfaces/codegen/schema-maps/api_query_list_funding_account_summary_response");
@@ -462,8 +461,8 @@ class TDG {
462
461
  /**
463
462
  * START: Portfolio
464
463
  */
465
- accountTodayPerformance(payload, config) {
466
- return this._axios.post(this._liteUrl + '/account_today_performance', utils_1.Utils.schemaMap(payload, api_query_account_today_performance_request_1.API_QUERY_ACCOUNT_TODAY_PERFORMANCE_REQUEST_MAP.FULL_TO_LITE, true), config).then((response) => {
464
+ accountTodayPerformance(config) {
465
+ return this._axios.post(this._liteUrl + '/account_today_performance', null, config).then((response) => {
467
466
  return utils_1.Utils.schemaMap(response.data, api_query_account_today_performance_response_1.API_QUERY_ACCOUNT_TODAY_PERFORMANCE_RESPONSE_MAP.LITE_TO_FULL);
468
467
  }).catch(utils_1.Utils.coverApiError);
469
468
  }
@@ -78,6 +78,12 @@ export interface IAggregatedAccountPerformance {
78
78
  main_account_id?: string;
79
79
  aggregated_pnl?: string;
80
80
  investment_pnl?: string;
81
+ equity_start?: string;
82
+ equity_end?: string;
83
+ net_transfer?: string;
84
+ investment_balance_start?: string;
85
+ investment_balance_end?: string;
86
+ net_investment?: string;
81
87
  }
82
88
  export interface IAggregatedAccountSummary {
83
89
  main_account_id?: string;
@@ -88,11 +94,12 @@ export interface IAggregatedAccountSummary {
88
94
  total_sub_account_equity?: string;
89
95
  total_vault_investments_balance?: string;
90
96
  total_sub_account_available_balance?: string;
97
+ total_usd_notional_invested?: string;
91
98
  }
92
99
  export interface IApiAccountPerformanceTrend {
93
100
  start_interval?: string;
94
- end_interval?: string;
95
101
  aggregated_pnl?: string;
102
+ investment_pnl?: string;
96
103
  }
97
104
  export interface IApiAddIsolatedPositionMarginRequest {
98
105
  sub_account_id?: string;
@@ -106,6 +113,18 @@ export interface IApiAddIsolatedPositionMarginResponse {
106
113
  export interface IApiAggregatedAccountSummaryResponse {
107
114
  result?: IAggregatedAccountSummary;
108
115
  }
116
+ export interface IApiAuthorizeBuilderRequest {
117
+ main_account_id?: string;
118
+ builder_account_id?: string;
119
+ max_futures_fee_rate?: string;
120
+ max_spot_fee_rate?: string;
121
+ signature?: ISignature;
122
+ }
123
+ export interface IApiAuthorizedBuilder {
124
+ builder_account_id?: string;
125
+ max_futures_fee_rate?: string;
126
+ max_spot_fee_rate?: string;
127
+ }
109
128
  export interface IApiBatchQueryVaultDetailRequest {
110
129
  vault_i_ds?: string[];
111
130
  }
@@ -124,6 +143,17 @@ export interface IApiBatchQueryVaultRiskMetricRequest {
124
143
  export interface IApiBatchQueryVaultRiskMetricResponse {
125
144
  result?: IVaultRiskMetric[];
126
145
  }
146
+ export interface IApiBuilderFillHistoryRequest {
147
+ builder_main_account_id?: string;
148
+ start_time?: string;
149
+ end_time?: string;
150
+ limit?: number;
151
+ cursor?: string;
152
+ }
153
+ export interface IApiBuilderFillHistoryResponse {
154
+ result?: IBuilderFillHistory[];
155
+ next?: string;
156
+ }
127
157
  export interface IApiBulkOrdersRequest {
128
158
  sub_account_id?: string;
129
159
  orders?: IOrder[];
@@ -192,6 +222,7 @@ export interface IApiCreateAccountMultiplierRequest {
192
222
  multiplier?: number;
193
223
  effective_epoch_start?: number;
194
224
  effective_epoch_end?: number;
225
+ reserve_multiplier?: number;
195
226
  }
196
227
  export interface IApiCreateAccountMultiplierResponse {
197
228
  id?: string;
@@ -499,6 +530,9 @@ export interface IApiGetAllInstrumentsRequest {
499
530
  export interface IApiGetAllInstrumentsResponse {
500
531
  result?: IInstrumentDisplay[];
501
532
  }
533
+ export interface IApiGetAuthorizedBuildersResponse {
534
+ results?: IApiAuthorizedBuilder[];
535
+ }
502
536
  export interface IApiGetCEVAccessTiersResponse {
503
537
  enabled?: boolean;
504
538
  tiers?: ICEVAccessTier[];
@@ -561,6 +595,15 @@ export interface IApiGetInstrumentRequest {
561
595
  export interface IApiGetInstrumentResponse {
562
596
  result?: IInstrumentDisplay;
563
597
  }
598
+ export interface IApiGetIsolatedPositionMarginLimitsRequest {
599
+ sub_account_id?: string;
600
+ instrument?: string;
601
+ }
602
+ export interface IApiGetIsolatedPositionMarginLimitsResponse {
603
+ instrument?: string;
604
+ max_addable_amount?: string;
605
+ max_removable_amount?: string;
606
+ }
564
607
  export interface IApiGetLPInfoRequest {
565
608
  kind?: EKind;
566
609
  base?: string;
@@ -828,6 +871,17 @@ export interface IApiPreOrderCheckRequest {
828
871
  export interface IApiPreOrderCheckResponse {
829
872
  results?: IPreOrderCheckResult[];
830
873
  }
874
+ export interface IApiQueryAccountDailyPerformanceRequest {
875
+ start_time?: string;
876
+ end_time?: string;
877
+ }
878
+ export interface IApiQueryAccountDailyPerformanceResponse {
879
+ result?: IApiAccountPerformanceTrend[];
880
+ }
881
+ export interface IApiQueryAccountPerformanceResponse {
882
+ aggregated_pnl?: string;
883
+ investment_pnl?: string;
884
+ }
831
885
  export interface IApiQueryAccountPerformanceTrendRequest {
832
886
  time_interval?: ETimeInterval;
833
887
  start_time?: string;
@@ -843,8 +897,6 @@ export interface IApiQueryAccountSummaryResponse {
843
897
  result?: ISnapAccountSummary[];
844
898
  next?: string;
845
899
  }
846
- export interface IApiQueryAccountTodayPerformanceRequest {
847
- }
848
900
  export interface IApiQueryAccountTodayPerformanceResponse {
849
901
  aggregated_pnl?: string;
850
902
  investment_pnl?: string;
@@ -887,6 +939,14 @@ export interface IApiQuerySnapVaultPositionResponse {
887
939
  event_time?: string;
888
940
  positions?: IPositionSummary[];
889
941
  }
942
+ export interface IApiQuerySubAccountDailyPerformanceRequest {
943
+ sub_account_id?: string;
944
+ start_time?: string;
945
+ end_time?: string;
946
+ }
947
+ export interface IApiQuerySubAccountDailyPerformanceResponse {
948
+ result?: IApiSubAccountDailyPerformance[];
949
+ }
890
950
  export interface IApiQueryTradingAccountRiskMetricRequest {
891
951
  sub_account_id?: string;
892
952
  time_interval?: ETimeInterval;
@@ -998,6 +1058,11 @@ export interface IApiRewardLeaderboardItem {
998
1058
  rank?: number;
999
1059
  point?: string;
1000
1060
  }
1061
+ export interface IApiSetBuilderCodeConfig {
1062
+ enabled?: boolean;
1063
+ max_futures_fee_rate?: string;
1064
+ max_spot_fee_rate?: string;
1065
+ }
1001
1066
  export interface IApiSetCEVAccessTiersRequest {
1002
1067
  enabled?: boolean;
1003
1068
  tiers?: ICEVAccessTier[];
@@ -1066,6 +1131,10 @@ export interface IApiSocializedLossStatusResponse {
1066
1131
  is_active?: boolean;
1067
1132
  haircut_ratio?: string;
1068
1133
  }
1134
+ export interface IApiSubAccountDailyPerformance {
1135
+ start_interval?: string;
1136
+ pnl?: string;
1137
+ }
1069
1138
  export interface IApiSubAccountHistoryRequest {
1070
1139
  sub_account_id?: string;
1071
1140
  start_time?: string;
@@ -1373,6 +1442,19 @@ export interface IBatchCreateAccountMultiplierElement {
1373
1442
  multiplier?: number;
1374
1443
  metadata?: IRewardAccountMultiplierMetadata;
1375
1444
  }
1445
+ export interface IBuilderFillHistory {
1446
+ event_time?: string;
1447
+ off_chain_account_id?: string;
1448
+ instrument?: string;
1449
+ is_buyer?: boolean;
1450
+ is_taker?: boolean;
1451
+ size?: string;
1452
+ price?: string;
1453
+ mark_price?: string;
1454
+ index_price?: string;
1455
+ fee_rate?: string;
1456
+ fee?: string;
1457
+ }
1376
1458
  export interface ICEVAccessTier {
1377
1459
  idx?: number;
1378
1460
  lifetime_trading_volume_range_start?: string;
@@ -1475,6 +1557,7 @@ export interface IDetailedAggregatedAccountSummary {
1475
1557
  funding_account_equity?: string;
1476
1558
  total_sub_account_equity?: string;
1477
1559
  total_sub_account_available_balance?: string;
1560
+ total_usd_notional_invested?: string;
1478
1561
  }
1479
1562
  export interface IECNToBrokerFeed {
1480
1563
  order_id?: string;
@@ -1623,6 +1706,9 @@ export interface IFill {
1623
1706
  broker?: EBrokerTag;
1624
1707
  is_rpi?: boolean;
1625
1708
  source?: ESource;
1709
+ builder?: string;
1710
+ builder_fee_rate?: string;
1711
+ builder_fee?: string;
1626
1712
  }
1627
1713
  export interface IFlatReferral {
1628
1714
  account_id?: string;
@@ -1802,6 +1888,8 @@ export interface IOrder {
1802
1888
  state?: IOrderState;
1803
1889
  is_liquidation?: boolean;
1804
1890
  is_derisk?: boolean;
1891
+ builder?: string;
1892
+ builder_fee?: string;
1805
1893
  }
1806
1894
  export interface IOrderLeg {
1807
1895
  instrument?: string;
@@ -1969,9 +2057,11 @@ export interface IQueryListSubAccountHistoryRequest {
1969
2057
  sub_account_id?: string;
1970
2058
  start_time?: string;
1971
2059
  end_time?: string;
2060
+ limit?: number;
2061
+ sort_by_time_desc?: boolean;
1972
2062
  }
1973
2063
  export interface IQueryListSubAccountHistoryResponse {
1974
- result?: ISnapSubAccountSummary[];
2064
+ result?: ISnapSubAccountHistory[];
1975
2065
  }
1976
2066
  export interface IQueryMainAccountLeaderboardRequest {
1977
2067
  limit?: number;
@@ -2038,6 +2128,7 @@ export interface IRewardAccountMultiplier {
2038
2128
  create_time?: string;
2039
2129
  update_time?: string;
2040
2130
  metadata?: IRewardAccountMultiplierMetadata;
2131
+ reserve_multiplier?: number;
2041
2132
  }
2042
2133
  export interface IRewardAccountMultiplierMetadata {
2043
2134
  ambassador_tier?: number;
@@ -2097,6 +2188,13 @@ export interface ISnapAccountSummary {
2097
2188
  start_interval?: string;
2098
2189
  total_equity?: string;
2099
2190
  }
2191
+ export interface ISnapSubAccountHistory {
2192
+ start_interval?: string;
2193
+ sub_account_id?: string;
2194
+ total_equity?: string;
2195
+ unrealized_pnl?: string;
2196
+ is_vault?: boolean;
2197
+ }
2100
2198
  export interface ISnapSubAccountSummary {
2101
2199
  event_time?: string;
2102
2200
  start_interval?: string;
@@ -2335,6 +2433,7 @@ export interface IVaultInvestment {
2335
2433
  vault_id?: string;
2336
2434
  num_lp_tokens?: string;
2337
2435
  share_price?: string;
2436
+ usd_notional_invested?: string;
2338
2437
  }
2339
2438
  export interface IVaultInvestorHistory {
2340
2439
  event_time?: string;
@@ -60,6 +60,7 @@ export declare enum EClusterConfigType {
60
60
  FLAG_MM_CHECK_MULTIPLIER = "FLAG_MM_CHECK_MULTIPLIER",
61
61
  FLAG_ISOLATED_MARGIN = "FLAG_ISOLATED_MARGIN",
62
62
  FLAG_ENABLE_SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG = "FLAG_ENABLE_SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG",
63
- FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN = "FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN"
63
+ FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN = "FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN",
64
+ FLAG_BUILDER_CODE = "FLAG_BUILDER_CODE"
64
65
  }
65
66
  export declare const EClusterConfigTypeInt: Record<EClusterConfigType, number>;
@@ -127,6 +127,8 @@ var EClusterConfigType;
127
127
  EClusterConfigType["FLAG_ENABLE_SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG"] = "FLAG_ENABLE_SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG";
128
128
  // Flag to enable add isolated position margin
129
129
  EClusterConfigType["FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN"] = "FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN";
130
+ // Flag builder code
131
+ EClusterConfigType["FLAG_BUILDER_CODE"] = "FLAG_BUILDER_CODE";
130
132
  })(EClusterConfigType || (exports.EClusterConfigType = EClusterConfigType = {}));
131
133
  exports.EClusterConfigTypeInt = Object.freeze({
132
134
  [EClusterConfigType.CLIENT_TIER]: 1,
@@ -190,5 +192,6 @@ exports.EClusterConfigTypeInt = Object.freeze({
190
192
  [EClusterConfigType.FLAG_MM_CHECK_MULTIPLIER]: 59,
191
193
  [EClusterConfigType.FLAG_ISOLATED_MARGIN]: 60,
192
194
  [EClusterConfigType.FLAG_ENABLE_SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG]: 61,
193
- [EClusterConfigType.FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN]: 62
195
+ [EClusterConfigType.FLAG_ENABLE_ADD_ISOLATED_POSITION_MARGIN]: 62,
196
+ [EClusterConfigType.FLAG_BUILDER_CODE]: 63
194
197
  });
@@ -37,6 +37,10 @@ export declare enum EOrderRejectReason {
37
37
  DERISK_NOT_SUPPORTED = "DERISK_NOT_SUPPORTED",
38
38
  INVALID_ORDER_TYPE = "INVALID_ORDER_TYPE",
39
39
  CURRENCY_NOT_DEFINED = "CURRENCY_NOT_DEFINED",
40
- INVALID_CHAIN_ID = "INVALID_CHAIN_ID"
40
+ INVALID_CHAIN_ID = "INVALID_CHAIN_ID",
41
+ BUILDER_ORDER_FEE_EXCEED = "BUILDER_ORDER_FEE_EXCEED",
42
+ BUILDER_ORDER_FEE_NEGATIVE = "BUILDER_ORDER_FEE_NEGATIVE",
43
+ BUILDER_ORDER_BUILDER_NOT_AUTHORIZED = "BUILDER_ORDER_BUILDER_NOT_AUTHORIZED",
44
+ BUILDER_ORDER_BUILDER_NOT_EXIST = "BUILDER_ORDER_BUILDER_NOT_EXIST"
41
45
  }
42
46
  export declare const EOrderRejectReasonInt: Record<EOrderRejectReason, number>;
@@ -81,6 +81,14 @@ var EOrderRejectReason;
81
81
  EOrderRejectReason["CURRENCY_NOT_DEFINED"] = "CURRENCY_NOT_DEFINED";
82
82
  // the chain ID is invalid
83
83
  EOrderRejectReason["INVALID_CHAIN_ID"] = "INVALID_CHAIN_ID";
84
+ // Builder fee exceed the limit
85
+ EOrderRejectReason["BUILDER_ORDER_FEE_EXCEED"] = "BUILDER_ORDER_FEE_EXCEED";
86
+ // Builder fee is below 0
87
+ EOrderRejectReason["BUILDER_ORDER_FEE_NEGATIVE"] = "BUILDER_ORDER_FEE_NEGATIVE";
88
+ // Builder is not an authorized builder for client
89
+ EOrderRejectReason["BUILDER_ORDER_BUILDER_NOT_AUTHORIZED"] = "BUILDER_ORDER_BUILDER_NOT_AUTHORIZED";
90
+ // Builder does not exist
91
+ EOrderRejectReason["BUILDER_ORDER_BUILDER_NOT_EXIST"] = "BUILDER_ORDER_BUILDER_NOT_EXIST";
84
92
  })(EOrderRejectReason || (exports.EOrderRejectReason = EOrderRejectReason = {}));
85
93
  exports.EOrderRejectReasonInt = Object.freeze({
86
94
  [EOrderRejectReason.UNSPECIFIED]: 0,
@@ -121,5 +129,9 @@ exports.EOrderRejectReasonInt = Object.freeze({
121
129
  [EOrderRejectReason.DERISK_NOT_SUPPORTED]: 35,
122
130
  [EOrderRejectReason.INVALID_ORDER_TYPE]: 36,
123
131
  [EOrderRejectReason.CURRENCY_NOT_DEFINED]: 37,
124
- [EOrderRejectReason.INVALID_CHAIN_ID]: 38
132
+ [EOrderRejectReason.INVALID_CHAIN_ID]: 38,
133
+ [EOrderRejectReason.BUILDER_ORDER_FEE_EXCEED]: 39,
134
+ [EOrderRejectReason.BUILDER_ORDER_FEE_NEGATIVE]: 40,
135
+ [EOrderRejectReason.BUILDER_ORDER_BUILDER_NOT_AUTHORIZED]: 41,
136
+ [EOrderRejectReason.BUILDER_ORDER_BUILDER_NOT_EXIST]: 42
125
137
  });
@@ -50,6 +50,7 @@ export declare enum ETransactionType {
50
50
  VAULT_CROSS_EXCHANGE_UPDATE = "VAULT_CROSS_EXCHANGE_UPDATE",
51
51
  UPDATE_FUNDING_INFO = "UPDATE_FUNDING_INFO",
52
52
  SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG = "SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG",
53
- ADD_ISOLATED_POSITION_MARGIN = "ADD_ISOLATED_POSITION_MARGIN"
53
+ ADD_ISOLATED_POSITION_MARGIN = "ADD_ISOLATED_POSITION_MARGIN",
54
+ AUTHORIZE_BUILDER = "AUTHORIZE_BUILDER"
54
55
  }
55
56
  export declare const ETransactionTypeInt: Record<ETransactionType, number>;
@@ -55,6 +55,7 @@ var ETransactionType;
55
55
  ETransactionType["UPDATE_FUNDING_INFO"] = "UPDATE_FUNDING_INFO";
56
56
  ETransactionType["SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG"] = "SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG";
57
57
  ETransactionType["ADD_ISOLATED_POSITION_MARGIN"] = "ADD_ISOLATED_POSITION_MARGIN";
58
+ ETransactionType["AUTHORIZE_BUILDER"] = "AUTHORIZE_BUILDER";
58
59
  })(ETransactionType || (exports.ETransactionType = ETransactionType = {}));
59
60
  exports.ETransactionTypeInt = Object.freeze({
60
61
  [ETransactionType.UNSPECIFIED_1]: 1,
@@ -108,5 +109,6 @@ exports.ETransactionTypeInt = Object.freeze({
108
109
  [ETransactionType.VAULT_CROSS_EXCHANGE_UPDATE]: 49,
109
110
  [ETransactionType.UPDATE_FUNDING_INFO]: 50,
110
111
  [ETransactionType.SET_SUB_ACCOUNT_POSITION_MARGIN_CONFIG]: 51,
111
- [ETransactionType.ADD_ISOLATED_POSITION_MARGIN]: 52
112
+ [ETransactionType.ADD_ISOLATED_POSITION_MARGIN]: 52,
113
+ [ETransactionType.AUTHORIZE_BUILDER]: 53
112
114
  });
@@ -6,6 +6,9 @@ exports.HexStringMap = [
6
6
  'ask_depth_scores',
7
7
  'bid_depth_scores',
8
8
  'brokered_trading_volume',
9
+ 'builder',
10
+ 'builder_account_id',
11
+ 'builder_main_account_id',
9
12
  'direct_invite_trading_volume',
10
13
  'from_account_id',
11
14
  'from_address',
@@ -7,12 +7,24 @@ exports.AGGREGATED_ACCOUNT_PERFORMANCE_MAP = Object.freeze({
7
7
  start_interval: 'si',
8
8
  main_account_id: 'ma',
9
9
  aggregated_pnl: 'ap',
10
- investment_pnl: 'ip'
10
+ investment_pnl: 'ip',
11
+ equity_start: 'es',
12
+ equity_end: 'ee',
13
+ net_transfer: 'nt',
14
+ investment_balance_start: 'ib',
15
+ investment_balance_end: 'ib1',
16
+ net_investment: 'ni'
11
17
  },
12
18
  LITE_TO_FULL: {
13
19
  si: 'start_interval',
14
20
  ma: 'main_account_id',
15
21
  ap: 'aggregated_pnl',
16
- ip: 'investment_pnl'
22
+ ip: 'investment_pnl',
23
+ es: 'equity_start',
24
+ ee: 'equity_end',
25
+ nt: 'net_transfer',
26
+ ib: 'investment_balance_start',
27
+ ib1: 'investment_balance_end',
28
+ ni: 'net_investment'
17
29
  }
18
30
  });
@@ -13,7 +13,8 @@ exports.AGGREGATED_ACCOUNT_SUMMARY_MAP = Object.freeze({
13
13
  total_sub_account_balance: 'ts',
14
14
  total_sub_account_equity: 'ts1',
15
15
  total_vault_investments_balance: 'tv',
16
- total_sub_account_available_balance: 'ts2'
16
+ total_sub_account_available_balance: 'ts2',
17
+ total_usd_notional_invested: 'tu'
17
18
  },
18
19
  LITE_TO_FULL: {
19
20
  ma: 'main_account_id',
@@ -23,6 +24,7 @@ exports.AGGREGATED_ACCOUNT_SUMMARY_MAP = Object.freeze({
23
24
  ts: 'total_sub_account_balance',
24
25
  ts1: 'total_sub_account_equity',
25
26
  tv: 'total_vault_investments_balance',
26
- ts2: 'total_sub_account_available_balance'
27
+ ts2: 'total_sub_account_available_balance',
28
+ tu: 'total_usd_notional_invested'
27
29
  }
28
30
  });
@@ -5,12 +5,12 @@ exports.API_ACCOUNT_PERFORMANCE_TREND_MAP = void 0;
5
5
  exports.API_ACCOUNT_PERFORMANCE_TREND_MAP = Object.freeze({
6
6
  FULL_TO_LITE: {
7
7
  start_interval: 'si',
8
- end_interval: 'ei',
9
- aggregated_pnl: 'ap'
8
+ aggregated_pnl: 'ap',
9
+ investment_pnl: 'ip'
10
10
  },
11
11
  LITE_TO_FULL: {
12
12
  si: 'start_interval',
13
- ei: 'end_interval',
14
- ap: 'aggregated_pnl'
13
+ ap: 'aggregated_pnl',
14
+ ip: 'investment_pnl'
15
15
  }
16
16
  });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_AUTHORIZE_BUILDER_REQUEST_MAP: SchemaPairMap;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_AUTHORIZE_BUILDER_REQUEST_MAP = void 0;
4
+ const signature_1 = require("./signature");
5
+ // Schema map for the 'API_AUTHORIZE_BUILDER_REQUEST' struct.
6
+ exports.API_AUTHORIZE_BUILDER_REQUEST_MAP = Object.freeze({
7
+ FULL_TO_LITE: {
8
+ main_account_id: 'ma',
9
+ builder_account_id: 'ba',
10
+ max_futures_fee_rate: 'mf',
11
+ max_spot_fee_rate: 'ms',
12
+ signature: ['s', signature_1.SIGNATURE_MAP.FULL_TO_LITE]
13
+ },
14
+ LITE_TO_FULL: {
15
+ ma: 'main_account_id',
16
+ ba: 'builder_account_id',
17
+ mf: 'max_futures_fee_rate',
18
+ ms: 'max_spot_fee_rate',
19
+ s: ['signature', signature_1.SIGNATURE_MAP.LITE_TO_FULL]
20
+ }
21
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_AUTHORIZED_BUILDER_MAP: SchemaPairMap;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_AUTHORIZED_BUILDER_MAP = void 0;
4
+ // Schema map for the 'API_AUTHORIZED_BUILDER' struct.
5
+ exports.API_AUTHORIZED_BUILDER_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ builder_account_id: 'ba',
8
+ max_futures_fee_rate: 'mf',
9
+ max_spot_fee_rate: 'ms'
10
+ },
11
+ LITE_TO_FULL: {
12
+ ba: 'builder_account_id',
13
+ mf: 'max_futures_fee_rate',
14
+ ms: 'max_spot_fee_rate'
15
+ }
16
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_BUILDER_FILL_HISTORY_REQUEST_MAP: SchemaPairMap;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_BUILDER_FILL_HISTORY_REQUEST_MAP = void 0;
4
+ // Schema map for the 'API_BUILDER_FILL_HISTORY_REQUEST' struct.
5
+ exports.API_BUILDER_FILL_HISTORY_REQUEST_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ builder_main_account_id: 'bm',
8
+ start_time: 'st',
9
+ end_time: 'et',
10
+ limit: 'l',
11
+ cursor: 'c'
12
+ },
13
+ LITE_TO_FULL: {
14
+ bm: 'builder_main_account_id',
15
+ st: 'start_time',
16
+ et: 'end_time',
17
+ l: 'limit',
18
+ c: 'cursor'
19
+ }
20
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_BUILDER_FILL_HISTORY_RESPONSE_MAP: SchemaPairMap;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_BUILDER_FILL_HISTORY_RESPONSE_MAP = void 0;
4
+ const builder_fill_history_1 = require("./builder_fill_history");
5
+ // Schema map for the 'API_BUILDER_FILL_HISTORY_RESPONSE' struct.
6
+ exports.API_BUILDER_FILL_HISTORY_RESPONSE_MAP = Object.freeze({
7
+ FULL_TO_LITE: {
8
+ result: ['r', [builder_fill_history_1.BUILDER_FILL_HISTORY_MAP.FULL_TO_LITE]],
9
+ next: 'n'
10
+ },
11
+ LITE_TO_FULL: {
12
+ r: ['result', [builder_fill_history_1.BUILDER_FILL_HISTORY_MAP.LITE_TO_FULL]],
13
+ n: 'next'
14
+ }
15
+ });
@@ -9,7 +9,8 @@ exports.API_CREATE_ACCOUNT_MULTIPLIER_REQUEST_MAP = Object.freeze({
9
9
  account_type: 'at',
10
10
  multiplier: 'm1',
11
11
  effective_epoch_start: 'ee',
12
- effective_epoch_end: 'ee1'
12
+ effective_epoch_end: 'ee1',
13
+ reserve_multiplier: 'rm'
13
14
  },
14
15
  LITE_TO_FULL: {
15
16
  m: 'metric',
@@ -17,6 +18,7 @@ exports.API_CREATE_ACCOUNT_MULTIPLIER_REQUEST_MAP = Object.freeze({
17
18
  at: 'account_type',
18
19
  m1: 'multiplier',
19
20
  ee: 'effective_epoch_start',
20
- ee1: 'effective_epoch_end'
21
+ ee1: 'effective_epoch_end',
22
+ rm: 'reserve_multiplier'
21
23
  }
22
24
  });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_GET_AUTHORIZED_BUILDERS_RESPONSE_MAP: SchemaPairMap;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_GET_AUTHORIZED_BUILDERS_RESPONSE_MAP = void 0;
4
+ const api_authorized_builder_1 = require("./api_authorized_builder");
5
+ // Schema map for the 'API_GET_AUTHORIZED_BUILDERS_RESPONSE' struct.
6
+ exports.API_GET_AUTHORIZED_BUILDERS_RESPONSE_MAP = Object.freeze({
7
+ FULL_TO_LITE: {
8
+ results: ['r', [api_authorized_builder_1.API_AUTHORIZED_BUILDER_MAP.FULL_TO_LITE]]
9
+ },
10
+ LITE_TO_FULL: {
11
+ r: ['results', [api_authorized_builder_1.API_AUTHORIZED_BUILDER_MAP.LITE_TO_FULL]]
12
+ }
13
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_GET_ISOLATED_POSITION_MARGIN_LIMITS_REQUEST_MAP: SchemaPairMap;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_GET_ISOLATED_POSITION_MARGIN_LIMITS_REQUEST_MAP = void 0;
4
+ // Schema map for the 'API_GET_ISOLATED_POSITION_MARGIN_LIMITS_REQUEST' struct.
5
+ exports.API_GET_ISOLATED_POSITION_MARGIN_LIMITS_REQUEST_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ sub_account_id: 'sa',
8
+ instrument: 'i'
9
+ },
10
+ LITE_TO_FULL: {
11
+ sa: 'sub_account_id',
12
+ i: 'instrument'
13
+ }
14
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_GET_ISOLATED_POSITION_MARGIN_LIMITS_RESPONSE_MAP: SchemaPairMap;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_GET_ISOLATED_POSITION_MARGIN_LIMITS_RESPONSE_MAP = void 0;
4
+ // Schema map for the 'API_GET_ISOLATED_POSITION_MARGIN_LIMITS_RESPONSE' struct.
5
+ exports.API_GET_ISOLATED_POSITION_MARGIN_LIMITS_RESPONSE_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ instrument: 'i',
8
+ max_addable_amount: 'ma',
9
+ max_removable_amount: 'mr'
10
+ },
11
+ LITE_TO_FULL: {
12
+ i: 'instrument',
13
+ ma: 'max_addable_amount',
14
+ mr: 'max_removable_amount'
15
+ }
16
+ });
@@ -1,2 +1,2 @@
1
1
  import { type SchemaPairMap } from './types';
2
- export declare const API_QUERY_ACCOUNT_TODAY_PERFORMANCE_REQUEST_MAP: SchemaPairMap;
2
+ export declare const API_QUERY_ACCOUNT_DAILY_PERFORMANCE_REQUEST_MAP: SchemaPairMap;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_QUERY_ACCOUNT_DAILY_PERFORMANCE_REQUEST_MAP = void 0;
4
+ // Schema map for the 'API_QUERY_ACCOUNT_DAILY_PERFORMANCE_REQUEST' struct.
5
+ exports.API_QUERY_ACCOUNT_DAILY_PERFORMANCE_REQUEST_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ start_time: 'st',
8
+ end_time: 'et'
9
+ },
10
+ LITE_TO_FULL: {
11
+ st: 'start_time',
12
+ et: 'end_time'
13
+ }
14
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_QUERY_ACCOUNT_DAILY_PERFORMANCE_RESPONSE_MAP: SchemaPairMap;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_QUERY_ACCOUNT_DAILY_PERFORMANCE_RESPONSE_MAP = void 0;
4
+ const api_account_performance_trend_1 = require("./api_account_performance_trend");
5
+ // Schema map for the 'API_QUERY_ACCOUNT_DAILY_PERFORMANCE_RESPONSE' struct.
6
+ exports.API_QUERY_ACCOUNT_DAILY_PERFORMANCE_RESPONSE_MAP = Object.freeze({
7
+ FULL_TO_LITE: {
8
+ result: ['r', [api_account_performance_trend_1.API_ACCOUNT_PERFORMANCE_TREND_MAP.FULL_TO_LITE]]
9
+ },
10
+ LITE_TO_FULL: {
11
+ r: ['result', [api_account_performance_trend_1.API_ACCOUNT_PERFORMANCE_TREND_MAP.LITE_TO_FULL]]
12
+ }
13
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_QUERY_ACCOUNT_PERFORMANCE_RESPONSE_MAP: SchemaPairMap;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_QUERY_ACCOUNT_PERFORMANCE_RESPONSE_MAP = void 0;
4
+ // Schema map for the 'API_QUERY_ACCOUNT_PERFORMANCE_RESPONSE' struct.
5
+ exports.API_QUERY_ACCOUNT_PERFORMANCE_RESPONSE_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ aggregated_pnl: 'ap',
8
+ investment_pnl: 'ip'
9
+ },
10
+ LITE_TO_FULL: {
11
+ ap: 'aggregated_pnl',
12
+ ip: 'investment_pnl'
13
+ }
14
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_REQUEST_MAP: SchemaPairMap;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_REQUEST_MAP = void 0;
4
+ // Schema map for the 'API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_REQUEST' struct.
5
+ exports.API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_REQUEST_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ sub_account_id: 'sa',
8
+ start_time: 'st',
9
+ end_time: 'et'
10
+ },
11
+ LITE_TO_FULL: {
12
+ sa: 'sub_account_id',
13
+ st: 'start_time',
14
+ et: 'end_time'
15
+ }
16
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_RESPONSE_MAP: SchemaPairMap;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_RESPONSE_MAP = void 0;
4
+ const api_sub_account_daily_performance_1 = require("./api_sub_account_daily_performance");
5
+ // Schema map for the 'API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_RESPONSE' struct.
6
+ exports.API_QUERY_SUB_ACCOUNT_DAILY_PERFORMANCE_RESPONSE_MAP = Object.freeze({
7
+ FULL_TO_LITE: {
8
+ result: ['r', [api_sub_account_daily_performance_1.API_SUB_ACCOUNT_DAILY_PERFORMANCE_MAP.FULL_TO_LITE]]
9
+ },
10
+ LITE_TO_FULL: {
11
+ r: ['result', [api_sub_account_daily_performance_1.API_SUB_ACCOUNT_DAILY_PERFORMANCE_MAP.LITE_TO_FULL]]
12
+ }
13
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_SET_BUILDER_CODE_CONFIG_MAP: SchemaPairMap;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_SET_BUILDER_CODE_CONFIG_MAP = void 0;
4
+ // Schema map for the 'API_SET_BUILDER_CODE_CONFIG' struct.
5
+ exports.API_SET_BUILDER_CODE_CONFIG_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ enabled: 'e',
8
+ max_futures_fee_rate: 'mf',
9
+ max_spot_fee_rate: 'ms'
10
+ },
11
+ LITE_TO_FULL: {
12
+ e: 'enabled',
13
+ mf: 'max_futures_fee_rate',
14
+ ms: 'max_spot_fee_rate'
15
+ }
16
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const API_SUB_ACCOUNT_DAILY_PERFORMANCE_MAP: SchemaPairMap;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.API_SUB_ACCOUNT_DAILY_PERFORMANCE_MAP = void 0;
4
+ // Schema map for the 'API_SUB_ACCOUNT_DAILY_PERFORMANCE' struct.
5
+ exports.API_SUB_ACCOUNT_DAILY_PERFORMANCE_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ start_interval: 'si',
8
+ pnl: 'p'
9
+ },
10
+ LITE_TO_FULL: {
11
+ si: 'start_interval',
12
+ p: 'pnl'
13
+ }
14
+ });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const BUILDER_FILL_HISTORY_MAP: SchemaPairMap;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BUILDER_FILL_HISTORY_MAP = void 0;
4
+ // Schema map for the 'BUILDER_FILL_HISTORY' struct.
5
+ exports.BUILDER_FILL_HISTORY_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ event_time: 'et',
8
+ off_chain_account_id: 'oc',
9
+ instrument: 'i',
10
+ is_buyer: 'ib',
11
+ is_taker: 'it',
12
+ size: 's',
13
+ price: 'p',
14
+ mark_price: 'mp',
15
+ index_price: 'ip',
16
+ fee_rate: 'fr',
17
+ fee: 'f'
18
+ },
19
+ LITE_TO_FULL: {
20
+ et: 'event_time',
21
+ oc: 'off_chain_account_id',
22
+ i: 'instrument',
23
+ ib: 'is_buyer',
24
+ it: 'is_taker',
25
+ s: 'size',
26
+ p: 'price',
27
+ mp: 'mark_price',
28
+ ip: 'index_price',
29
+ fr: 'fee_rate',
30
+ f: 'fee'
31
+ }
32
+ });
@@ -15,7 +15,8 @@ exports.DETAILED_AGGREGATED_ACCOUNT_SUMMARY_MAP = Object.freeze({
15
15
  total_vault_investments_balance: 'tv',
16
16
  funding_account_equity: 'fa1',
17
17
  total_sub_account_equity: 'ts1',
18
- total_sub_account_available_balance: 'ts2'
18
+ total_sub_account_available_balance: 'ts2',
19
+ total_usd_notional_invested: 'tu'
19
20
  },
20
21
  LITE_TO_FULL: {
21
22
  ma: 'main_account_id',
@@ -27,6 +28,7 @@ exports.DETAILED_AGGREGATED_ACCOUNT_SUMMARY_MAP = Object.freeze({
27
28
  tv: 'total_vault_investments_balance',
28
29
  fa1: 'funding_account_equity',
29
30
  ts1: 'total_sub_account_equity',
30
- ts2: 'total_sub_account_available_balance'
31
+ ts2: 'total_sub_account_available_balance',
32
+ tu: 'total_usd_notional_invested'
31
33
  }
32
34
  });
@@ -27,7 +27,10 @@ exports.FILL_MAP = Object.freeze({
27
27
  signer: 's1',
28
28
  broker: 'b',
29
29
  is_rpi: 'ir1',
30
- source: 's2'
30
+ source: 's2',
31
+ builder: 'b1',
32
+ builder_fee_rate: 'bf',
33
+ builder_fee: 'bf1'
31
34
  },
32
35
  LITE_TO_FULL: {
33
36
  et: 'event_time',
@@ -53,6 +56,9 @@ exports.FILL_MAP = Object.freeze({
53
56
  s1: 'signer',
54
57
  b: 'broker',
55
58
  ir1: 'is_rpi',
56
- s2: 'source'
59
+ s2: 'source',
60
+ b1: 'builder',
61
+ bf: 'builder_fee_rate',
62
+ bf1: 'builder_fee'
57
63
  }
58
64
  });
@@ -19,7 +19,9 @@ exports.ORDER_MAP = Object.freeze({
19
19
  metadata: ['m', order_metadata_1.ORDER_METADATA_MAP.FULL_TO_LITE],
20
20
  state: ['s1', order_state_1.ORDER_STATE_MAP.FULL_TO_LITE],
21
21
  is_liquidation: 'il',
22
- is_derisk: 'id'
22
+ is_derisk: 'id',
23
+ builder: 'b',
24
+ builder_fee: 'bf'
23
25
  },
24
26
  LITE_TO_FULL: {
25
27
  oi: 'order_id',
@@ -33,6 +35,8 @@ exports.ORDER_MAP = Object.freeze({
33
35
  m: ['metadata', order_metadata_1.ORDER_METADATA_MAP.LITE_TO_FULL],
34
36
  s1: ['state', order_state_1.ORDER_STATE_MAP.LITE_TO_FULL],
35
37
  il: 'is_liquidation',
36
- id: 'is_derisk'
38
+ id: 'is_derisk',
39
+ b: 'builder',
40
+ bf: 'builder_fee'
37
41
  }
38
42
  });
@@ -6,11 +6,15 @@ exports.QUERY_LIST_SUB_ACCOUNT_HISTORY_REQUEST_MAP = Object.freeze({
6
6
  FULL_TO_LITE: {
7
7
  sub_account_id: 'sa',
8
8
  start_time: 'st',
9
- end_time: 'et'
9
+ end_time: 'et',
10
+ limit: 'l',
11
+ sort_by_time_desc: 'sb'
10
12
  },
11
13
  LITE_TO_FULL: {
12
14
  sa: 'sub_account_id',
13
15
  st: 'start_time',
14
- et: 'end_time'
16
+ et: 'end_time',
17
+ l: 'limit',
18
+ sb: 'sort_by_time_desc'
15
19
  }
16
20
  });
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.QUERY_LIST_SUB_ACCOUNT_HISTORY_RESPONSE_MAP = void 0;
4
- const snap_sub_account_summary_1 = require("./snap_sub_account_summary");
4
+ const snap_sub_account_history_1 = require("./snap_sub_account_history");
5
5
  // Schema map for the 'QUERY_LIST_SUB_ACCOUNT_HISTORY_RESPONSE' struct.
6
6
  exports.QUERY_LIST_SUB_ACCOUNT_HISTORY_RESPONSE_MAP = Object.freeze({
7
7
  FULL_TO_LITE: {
8
- result: ['r', [snap_sub_account_summary_1.SNAP_SUB_ACCOUNT_SUMMARY_MAP.FULL_TO_LITE]]
8
+ result: ['r', [snap_sub_account_history_1.SNAP_SUB_ACCOUNT_HISTORY_MAP.FULL_TO_LITE]]
9
9
  },
10
10
  LITE_TO_FULL: {
11
- r: ['result', [snap_sub_account_summary_1.SNAP_SUB_ACCOUNT_SUMMARY_MAP.LITE_TO_FULL]]
11
+ r: ['result', [snap_sub_account_history_1.SNAP_SUB_ACCOUNT_HISTORY_MAP.LITE_TO_FULL]]
12
12
  }
13
13
  });
@@ -16,7 +16,8 @@ exports.REWARD_ACCOUNT_MULTIPLIER_MAP = Object.freeze({
16
16
  created_by_id: 'cb',
17
17
  create_time: 'ct',
18
18
  update_time: 'ut',
19
- metadata: ['m2', reward_account_multiplier_metadata_1.REWARD_ACCOUNT_MULTIPLIER_METADATA_MAP.FULL_TO_LITE]
19
+ metadata: ['m2', reward_account_multiplier_metadata_1.REWARD_ACCOUNT_MULTIPLIER_METADATA_MAP.FULL_TO_LITE],
20
+ reserve_multiplier: 'rm'
20
21
  },
21
22
  LITE_TO_FULL: {
22
23
  i: 'id',
@@ -30,6 +31,7 @@ exports.REWARD_ACCOUNT_MULTIPLIER_MAP = Object.freeze({
30
31
  cb: 'created_by_id',
31
32
  ct: 'create_time',
32
33
  ut: 'update_time',
33
- m2: ['metadata', reward_account_multiplier_metadata_1.REWARD_ACCOUNT_MULTIPLIER_METADATA_MAP.LITE_TO_FULL]
34
+ m2: ['metadata', reward_account_multiplier_metadata_1.REWARD_ACCOUNT_MULTIPLIER_METADATA_MAP.LITE_TO_FULL],
35
+ rm: 'reserve_multiplier'
34
36
  }
35
37
  });
@@ -0,0 +1,2 @@
1
+ import { type SchemaPairMap } from './types';
2
+ export declare const SNAP_SUB_ACCOUNT_HISTORY_MAP: SchemaPairMap;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SNAP_SUB_ACCOUNT_HISTORY_MAP = void 0;
4
+ // Schema map for the 'SNAP_SUB_ACCOUNT_HISTORY' struct.
5
+ exports.SNAP_SUB_ACCOUNT_HISTORY_MAP = Object.freeze({
6
+ FULL_TO_LITE: {
7
+ start_interval: 'si',
8
+ sub_account_id: 'sa',
9
+ total_equity: 'te',
10
+ unrealized_pnl: 'up',
11
+ is_vault: 'iv'
12
+ },
13
+ LITE_TO_FULL: {
14
+ si: 'start_interval',
15
+ sa: 'sub_account_id',
16
+ te: 'total_equity',
17
+ up: 'unrealized_pnl',
18
+ iv: 'is_vault'
19
+ }
20
+ });
@@ -6,11 +6,13 @@ exports.VAULT_INVESTMENT_MAP = Object.freeze({
6
6
  FULL_TO_LITE: {
7
7
  vault_id: 'vi',
8
8
  num_lp_tokens: 'nl',
9
- share_price: 'sp'
9
+ share_price: 'sp',
10
+ usd_notional_invested: 'un'
10
11
  },
11
12
  LITE_TO_FULL: {
12
13
  vi: 'vault_id',
13
14
  nl: 'num_lp_tokens',
14
- sp: 'share_price'
15
+ sp: 'share_price',
16
+ un: 'usd_notional_invested'
15
17
  }
16
18
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grvt/client",
3
- "version": "1.6.10",
3
+ "version": "1.6.12",
4
4
  "description": "Node.js & JavaScript client for GRVT REST APIs & WebSockets",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "test": "nodemon dist/index.js"
34
34
  },
35
35
  "dependencies": {
36
- "axios": "^1.12.2"
36
+ "axios": "^1.13.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@typescript-eslint/eslint-plugin": "^6.10.0",
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.API_QUERY_ACCOUNT_TODAY_PERFORMANCE_REQUEST_MAP = void 0;
4
- // Schema map for the 'API_QUERY_ACCOUNT_TODAY_PERFORMANCE_REQUEST' struct.
5
- exports.API_QUERY_ACCOUNT_TODAY_PERFORMANCE_REQUEST_MAP = Object.freeze({
6
- FULL_TO_LITE: {},
7
- LITE_TO_FULL: {}
8
- });