@0xmonaco/types 0.8.14 → 0.8.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.
@@ -26,7 +26,7 @@ export interface paths {
26
26
  patch?: never;
27
27
  trace?: never;
28
28
  };
29
- "/api/v1/accounts/balances/{asset_id}": {
29
+ "/api/v1/accounts/balances/{assetId}": {
30
30
  parameters: {
31
31
  query?: never;
32
32
  header?: never;
@@ -214,7 +214,7 @@ export interface paths {
214
214
  patch?: never;
215
215
  trace?: never;
216
216
  };
217
- "/api/v1/accounts/sub-accounts/{sub_account_id}/limits": {
217
+ "/api/v1/accounts/sub-accounts/{subAccountId}/limits": {
218
218
  parameters: {
219
219
  query?: never;
220
220
  header?: never;
@@ -237,7 +237,7 @@ export interface paths {
237
237
  patch?: never;
238
238
  trace?: never;
239
239
  };
240
- "/api/v1/accounts/sub-accounts/{sub_account_id}/limits/{asset_id}": {
240
+ "/api/v1/accounts/sub-accounts/{subAccountId}/limits/{assetId}": {
241
241
  parameters: {
242
242
  query?: never;
243
243
  header?: never;
@@ -633,7 +633,7 @@ export interface paths {
633
633
  patch?: never;
634
634
  trace?: never;
635
635
  };
636
- "/api/v1/delegated-agents/{delegated_agent_id}": {
636
+ "/api/v1/delegated-agents/{delegatedAgentId}": {
637
637
  parameters: {
638
638
  query?: never;
639
639
  header?: never;
@@ -720,7 +720,7 @@ export interface paths {
720
720
  patch?: never;
721
721
  trace?: never;
722
722
  };
723
- "/api/v1/margin/accounts/{margin_account_id}": {
723
+ "/api/v1/margin/accounts/{marginAccountId}": {
724
724
  parameters: {
725
725
  query?: never;
726
726
  header?: never;
@@ -736,7 +736,7 @@ export interface paths {
736
736
  patch?: never;
737
737
  trace?: never;
738
738
  };
739
- "/api/v1/margin/accounts/{margin_account_id}/collateral/transfer-in": {
739
+ "/api/v1/margin/accounts/{marginAccountId}/collateral/transfer-in": {
740
740
  parameters: {
741
741
  query?: never;
742
742
  header?: never;
@@ -752,7 +752,7 @@ export interface paths {
752
752
  patch?: never;
753
753
  trace?: never;
754
754
  };
755
- "/api/v1/margin/accounts/{margin_account_id}/collateral/transfer-out": {
755
+ "/api/v1/margin/accounts/{marginAccountId}/collateral/transfer-out": {
756
756
  parameters: {
757
757
  query?: never;
758
758
  header?: never;
@@ -768,7 +768,7 @@ export interface paths {
768
768
  patch?: never;
769
769
  trace?: never;
770
770
  };
771
- "/api/v1/margin/accounts/{margin_account_id}/movements": {
771
+ "/api/v1/margin/accounts/{marginAccountId}/movements": {
772
772
  parameters: {
773
773
  query?: never;
774
774
  header?: never;
@@ -784,7 +784,7 @@ export interface paths {
784
784
  patch?: never;
785
785
  trace?: never;
786
786
  };
787
- "/api/v1/margin/accounts/{margin_account_id}/simulate-order-risk": {
787
+ "/api/v1/margin/accounts/{marginAccountId}/simulate-order-risk": {
788
788
  parameters: {
789
789
  query?: never;
790
790
  header?: never;
@@ -951,7 +951,7 @@ export interface paths {
951
951
  patch?: never;
952
952
  trace?: never;
953
953
  };
954
- "/api/v1/market/pairs/charts/candlestick/{trading_pair_id}/{interval}": {
954
+ "/api/v1/market/pairs/charts/candlestick/{tradingPairId}/{interval}": {
955
955
  parameters: {
956
956
  query?: never;
957
957
  header?: never;
@@ -974,7 +974,7 @@ export interface paths {
974
974
  patch?: never;
975
975
  trace?: never;
976
976
  };
977
- "/api/v1/market/pairs/{trading_pair_id}": {
977
+ "/api/v1/market/pairs/{tradingPairId}": {
978
978
  parameters: {
979
979
  query?: never;
980
980
  header?: never;
@@ -996,7 +996,7 @@ export interface paths {
996
996
  patch?: never;
997
997
  trace?: never;
998
998
  };
999
- "/api/v1/market/pairs/{trading_pair_id}/funding": {
999
+ "/api/v1/market/pairs/{tradingPairId}/funding": {
1000
1000
  parameters: {
1001
1001
  query?: never;
1002
1002
  header?: never;
@@ -1013,7 +1013,7 @@ export interface paths {
1013
1013
  patch?: never;
1014
1014
  trace?: never;
1015
1015
  };
1016
- "/api/v1/market/pairs/{trading_pair_id}/funding/history": {
1016
+ "/api/v1/market/pairs/{tradingPairId}/funding/history": {
1017
1017
  parameters: {
1018
1018
  query?: never;
1019
1019
  header?: never;
@@ -1030,7 +1030,7 @@ export interface paths {
1030
1030
  patch?: never;
1031
1031
  trace?: never;
1032
1032
  };
1033
- "/api/v1/market/pairs/{trading_pair_id}/index-price": {
1033
+ "/api/v1/market/pairs/{tradingPairId}/index-price": {
1034
1034
  parameters: {
1035
1035
  query?: never;
1036
1036
  header?: never;
@@ -1047,7 +1047,7 @@ export interface paths {
1047
1047
  patch?: never;
1048
1048
  trace?: never;
1049
1049
  };
1050
- "/api/v1/market/pairs/{trading_pair_id}/mark-price": {
1050
+ "/api/v1/market/pairs/{tradingPairId}/mark-price": {
1051
1051
  parameters: {
1052
1052
  query?: never;
1053
1053
  header?: never;
@@ -1064,7 +1064,7 @@ export interface paths {
1064
1064
  patch?: never;
1065
1065
  trace?: never;
1066
1066
  };
1067
- "/api/v1/market/pairs/{trading_pair_id}/metadata": {
1067
+ "/api/v1/market/pairs/{tradingPairId}/metadata": {
1068
1068
  parameters: {
1069
1069
  query?: never;
1070
1070
  header?: never;
@@ -1088,7 +1088,7 @@ export interface paths {
1088
1088
  patch?: never;
1089
1089
  trace?: never;
1090
1090
  };
1091
- "/api/v1/market/pairs/{trading_pair_id}/open-interest": {
1091
+ "/api/v1/market/pairs/{tradingPairId}/open-interest": {
1092
1092
  parameters: {
1093
1093
  query?: never;
1094
1094
  header?: never;
@@ -1108,7 +1108,7 @@ export interface paths {
1108
1108
  patch?: never;
1109
1109
  trace?: never;
1110
1110
  };
1111
- "/api/v1/market/pairs/{trading_pair_id}/perp/config": {
1111
+ "/api/v1/market/pairs/{tradingPairId}/perp/config": {
1112
1112
  parameters: {
1113
1113
  query?: never;
1114
1114
  header?: never;
@@ -1125,7 +1125,7 @@ export interface paths {
1125
1125
  patch?: never;
1126
1126
  trace?: never;
1127
1127
  };
1128
- "/api/v1/market/pairs/{trading_pair_id}/perp/summary": {
1128
+ "/api/v1/market/pairs/{tradingPairId}/perp/summary": {
1129
1129
  parameters: {
1130
1130
  query?: never;
1131
1131
  header?: never;
@@ -1157,7 +1157,7 @@ export interface paths {
1157
1157
  * Returns current price plus quote-volume and percent price change for
1158
1158
  * 1h / 24h / 7d windows, and a 7-point UTC-day snapshot for sparkline
1159
1159
  * rendering. Window fields are independently null when a pair lacks
1160
- * sufficient history. Results sorted by quote_volume_24h descending
1160
+ * sufficient history. Results sorted by quoteVolume24h descending
1161
1161
  * (nulls last) and paginated.
1162
1162
  */
1163
1163
  get: operations["get_screener"];
@@ -1193,7 +1193,7 @@ export interface paths {
1193
1193
  patch?: never;
1194
1194
  trace?: never;
1195
1195
  };
1196
- "/api/v1/orderbook/{trading_pair_id}": {
1196
+ "/api/v1/orderbook/{tradingPairId}": {
1197
1197
  parameters: {
1198
1198
  query?: never;
1199
1199
  header?: never;
@@ -1261,7 +1261,7 @@ export interface paths {
1261
1261
  * @description Batch cancel specific orders.
1262
1262
  *
1263
1263
  * Cancel multiple specific orders by their IDs. For canceling all orders,
1264
- * use /batch-cancel-all or /batch-cancel-all/{trading_pair_id}.
1264
+ * use /batch-cancel-all or /batch-cancel-all/{tradingPairId}.
1265
1265
  */
1266
1266
  post: operations["batch_cancel_orders"];
1267
1267
  delete?: never;
@@ -1284,7 +1284,7 @@ export interface paths {
1284
1284
  * @description Cancel all orders.
1285
1285
  *
1286
1286
  * Cancel all active orders for the authenticated user. To cancel orders
1287
- * for a specific trading pair, use /batch-cancel-all/{trading_pair_id}.
1287
+ * for a specific trading pair, use /batch-cancel-all/{tradingPairId}.
1288
1288
  */
1289
1289
  post: operations["batch_cancel_all"];
1290
1290
  delete?: never;
@@ -1293,7 +1293,7 @@ export interface paths {
1293
1293
  patch?: never;
1294
1294
  trace?: never;
1295
1295
  };
1296
- "/api/v1/orders/batch-cancel-all/{trading_pair_id}": {
1296
+ "/api/v1/orders/batch-cancel-all/{tradingPairId}": {
1297
1297
  parameters: {
1298
1298
  query?: never;
1299
1299
  header?: never;
@@ -1402,7 +1402,7 @@ export interface paths {
1402
1402
  patch?: never;
1403
1403
  trace?: never;
1404
1404
  };
1405
- "/api/v1/orders/conditional/{conditional_order_id}": {
1405
+ "/api/v1/orders/conditional/{conditionalOrderId}": {
1406
1406
  parameters: {
1407
1407
  query?: never;
1408
1408
  header?: never;
@@ -1419,7 +1419,7 @@ export interface paths {
1419
1419
  patch?: never;
1420
1420
  trace?: never;
1421
1421
  };
1422
- "/api/v1/orders/{order_id}": {
1422
+ "/api/v1/orders/{orderId}": {
1423
1423
  parameters: {
1424
1424
  query?: never;
1425
1425
  header?: never;
@@ -1505,7 +1505,7 @@ export interface paths {
1505
1505
  patch?: never;
1506
1506
  trace?: never;
1507
1507
  };
1508
- "/api/v1/positions/{position_id}": {
1508
+ "/api/v1/positions/{positionId}": {
1509
1509
  parameters: {
1510
1510
  query?: never;
1511
1511
  header?: never;
@@ -1521,7 +1521,7 @@ export interface paths {
1521
1521
  patch?: never;
1522
1522
  trace?: never;
1523
1523
  };
1524
- "/api/v1/positions/{position_id}/close": {
1524
+ "/api/v1/positions/{positionId}/close": {
1525
1525
  parameters: {
1526
1526
  query?: never;
1527
1527
  header?: never;
@@ -1537,7 +1537,7 @@ export interface paths {
1537
1537
  patch?: never;
1538
1538
  trace?: never;
1539
1539
  };
1540
- "/api/v1/positions/{position_id}/margin/add": {
1540
+ "/api/v1/positions/{positionId}/margin/add": {
1541
1541
  parameters: {
1542
1542
  query?: never;
1543
1543
  header?: never;
@@ -1553,7 +1553,7 @@ export interface paths {
1553
1553
  patch?: never;
1554
1554
  trace?: never;
1555
1555
  };
1556
- "/api/v1/positions/{position_id}/margin/reduce": {
1556
+ "/api/v1/positions/{positionId}/margin/reduce": {
1557
1557
  parameters: {
1558
1558
  query?: never;
1559
1559
  header?: never;
@@ -1569,7 +1569,7 @@ export interface paths {
1569
1569
  patch?: never;
1570
1570
  trace?: never;
1571
1571
  };
1572
- "/api/v1/positions/{position_id}/risk": {
1572
+ "/api/v1/positions/{positionId}/risk": {
1573
1573
  parameters: {
1574
1574
  query?: never;
1575
1575
  header?: never;
@@ -1585,7 +1585,7 @@ export interface paths {
1585
1585
  patch?: never;
1586
1586
  trace?: never;
1587
1587
  };
1588
- "/api/v1/positions/{position_id}/tp-sl": {
1588
+ "/api/v1/positions/{positionId}/tp-sl": {
1589
1589
  parameters: {
1590
1590
  query?: never;
1591
1591
  header?: never;
@@ -1601,7 +1601,7 @@ export interface paths {
1601
1601
  patch?: never;
1602
1602
  trace?: never;
1603
1603
  };
1604
- "/api/v1/trades/by-id/{trade_id}": {
1604
+ "/api/v1/trades/by-id/{tradeId}": {
1605
1605
  parameters: {
1606
1606
  query?: never;
1607
1607
  header?: never;
@@ -1623,7 +1623,7 @@ export interface paths {
1623
1623
  patch?: never;
1624
1624
  trace?: never;
1625
1625
  };
1626
- "/api/v1/trades/{trading_pair_id}": {
1626
+ "/api/v1/trades/{tradingPairId}": {
1627
1627
  parameters: {
1628
1628
  query?: never;
1629
1629
  header?: never;
@@ -1675,7 +1675,17 @@ export interface paths {
1675
1675
  path?: never;
1676
1676
  cookie?: never;
1677
1677
  };
1678
- get?: never;
1678
+ /**
1679
+ * List pending withdrawals
1680
+ * @description List the caller's pending withdrawals.
1681
+ *
1682
+ * Authenticated. Returns the caller's withdrawals that are still awaiting
1683
+ * on-chain root confirmation (status `pending`) — i.e. those for which the
1684
+ * merkle proof, and therefore the executable calldata from GetWithdrawal, is
1685
+ * not available yet. Scoped to the authenticated account: only withdrawals
1686
+ * owned by the caller's user + application are returned. Newest first, paged.
1687
+ */
1688
+ get: operations["list_pending_withdrawals"];
1679
1689
  put?: never;
1680
1690
  /**
1681
1691
  * Initiate withdrawal
@@ -1695,7 +1705,7 @@ export interface paths {
1695
1705
  patch?: never;
1696
1706
  trace?: never;
1697
1707
  };
1698
- "/api/v1/withdrawals/{withdrawal_index}": {
1708
+ "/api/v1/withdrawals/{withdrawalIndex}": {
1699
1709
  parameters: {
1700
1710
  query?: never;
1701
1711
  header?: never;
@@ -1768,38 +1778,38 @@ export interface components {
1768
1778
  * @description Available (unlocked) balance in token units
1769
1779
  * @example 1000.50
1770
1780
  */
1771
- available_balance?: string | null;
1781
+ availableBalance?: string | null;
1772
1782
  /**
1773
1783
  * @description Balance locked in open orders
1774
1784
  * @example 50.25
1775
1785
  */
1776
- locked_balance?: string | null;
1786
+ lockedBalance?: string | null;
1777
1787
  /**
1778
1788
  * @description Total balance (available + locked)
1779
1789
  * @example 1050.75
1780
1790
  */
1781
- total_balance?: string | null;
1791
+ totalBalance?: string | null;
1782
1792
  /**
1783
1793
  * @description Raw available balance in smallest token unit
1784
1794
  * @example 1000500000
1785
1795
  */
1786
- available_balance_raw?: string | null;
1796
+ availableBalanceRaw?: string | null;
1787
1797
  /**
1788
1798
  * @description Raw locked balance in smallest token unit
1789
1799
  * @example 50250000
1790
1800
  */
1791
- locked_balance_raw?: string | null;
1801
+ lockedBalanceRaw?: string | null;
1792
1802
  /**
1793
1803
  * Format: uuid
1794
1804
  * @description Asset UUID
1795
1805
  * @example 123e4567-e89b-12d3-a456-426614174000
1796
1806
  */
1797
- asset_id?: string | null;
1807
+ assetId?: string | null;
1798
1808
  /**
1799
1809
  * @description Raw total balance (available + locked) in smallest token unit
1800
1810
  * @example 1050750000
1801
1811
  */
1802
- total_balance_raw?: string | null;
1812
+ totalBalanceRaw?: string | null;
1803
1813
  };
1804
1814
  AddPositionMarginRequest: {
1805
1815
  /** @description Collateral asset to move into the isolated bucket. USDC is the current v1 path. */
@@ -1807,10 +1817,10 @@ export interface components {
1807
1817
  amount?: string | null;
1808
1818
  };
1809
1819
  AddPositionMarginResponse: {
1810
- position_id?: string | null;
1820
+ positionId?: string | null;
1811
1821
  /** @description Margin account UUID for the isolated bucket that was adjusted. */
1812
- margin_account_id?: string | null;
1813
- new_isolated_margin?: string | null;
1822
+ marginAccountId?: string | null;
1823
+ newIsolatedMargin?: string | null;
1814
1824
  status?: string | null;
1815
1825
  message?: string | null;
1816
1826
  };
@@ -1832,45 +1842,45 @@ export interface components {
1832
1842
  * @description Account type: master or sub
1833
1843
  * @example master
1834
1844
  */
1835
- account_type?: string | null;
1845
+ accountType?: string | null;
1836
1846
  /**
1837
1847
  * @description Whether the user is allowed to withdraw
1838
1848
  * @example true
1839
1849
  */
1840
- can_withdraw?: boolean | null;
1850
+ canWithdraw?: boolean | null;
1841
1851
  /**
1842
1852
  * @description Account creation timestamp (ISO 8601)
1843
1853
  * @example 2023-11-13T10:30:00Z
1844
1854
  */
1845
- created_at?: string | null;
1855
+ createdAt?: string | null;
1846
1856
  /** @description Email address */
1847
1857
  email?: string | null;
1848
1858
  /**
1849
1859
  * @description Whether the user account is active
1850
1860
  * @example true
1851
1861
  */
1852
- is_active?: boolean | null;
1862
+ isActive?: boolean | null;
1853
1863
  /**
1854
1864
  * @description Whether the user is banned
1855
1865
  * @example false
1856
1866
  */
1857
- is_banned?: boolean | null;
1867
+ isBanned?: boolean | null;
1858
1868
  /**
1859
1869
  * Format: uuid
1860
1870
  * @description Master account ID (for sub-accounts)
1861
1871
  */
1862
- master_account_id?: string | null;
1872
+ masterAccountId?: string | null;
1863
1873
  /**
1864
1874
  * @description Last update timestamp (ISO 8601)
1865
1875
  * @example 2023-11-13T10:35:00Z
1866
1876
  */
1867
- updated_at?: string | null;
1877
+ updatedAt?: string | null;
1868
1878
  };
1869
1879
  ApplicationBalance: {
1870
1880
  /** @description Available balance for trading */
1871
- available_balance?: string | null;
1881
+ availableBalance?: string | null;
1872
1882
  /** @description Balance creation timestamp (ISO 8601) */
1873
- created_at?: string | null;
1883
+ createdAt?: string | null;
1874
1884
  /**
1875
1885
  * Format: int32
1876
1886
  * @description Token decimals
@@ -1882,74 +1892,74 @@ export interface components {
1882
1892
  */
1883
1893
  id?: string | null;
1884
1894
  /** @description Last sync timestamp (ISO 8601) */
1885
- last_sync_at?: string | null;
1895
+ lastSyncAt?: string | null;
1886
1896
  /** @description Last sync block number */
1887
- last_sync_block?: string | null;
1897
+ lastSyncBlock?: string | null;
1888
1898
  /** @description Locked balance */
1889
- locked_balance?: string | null;
1899
+ lockedBalance?: string | null;
1890
1900
  /** @description On-chain balance */
1891
- on_chain_balance?: string | null;
1901
+ onChainBalance?: string | null;
1892
1902
  /** @description Token symbol */
1893
1903
  symbol?: string | null;
1894
1904
  /** @description Token address */
1895
1905
  token?: string | null;
1896
1906
  /** @description Total balance */
1897
- total_balance?: string | null;
1907
+ totalBalance?: string | null;
1898
1908
  /** @description Balance last update timestamp (ISO 8601) */
1899
- updated_at?: string | null;
1909
+ updatedAt?: string | null;
1900
1910
  /**
1901
1911
  * Format: uuid
1902
1912
  * @description User UUID who owns this balance
1903
1913
  */
1904
- user_id?: string | null;
1914
+ userId?: string | null;
1905
1915
  };
1906
1916
  ApplicationMovement: {
1907
1917
  /** @description Transaction amount */
1908
1918
  amount?: string | null;
1909
1919
  /** @description Balance after this transaction */
1910
- balance_after?: string | null;
1920
+ balanceAfter?: string | null;
1911
1921
  /** @description Balance before this transaction */
1912
- balance_before?: string | null;
1922
+ balanceBefore?: string | null;
1913
1923
  /**
1914
1924
  * Format: uuid
1915
1925
  * @description Balance UUID this movement affects
1916
1926
  */
1917
- balance_id?: string | null;
1927
+ balanceId?: string | null;
1918
1928
  /** @description Blockchain block number */
1919
- block_number?: string | null;
1929
+ blockNumber?: string | null;
1920
1930
  /** @description Transaction timestamp (ISO 8601) */
1921
- created_at?: string | null;
1931
+ createdAt?: string | null;
1922
1932
  /** @description Human readable description */
1923
1933
  description?: string | null;
1924
1934
  /** @description Type of ledger entry */
1925
- entry_type?: string | null;
1935
+ entryType?: string | null;
1926
1936
  /**
1927
1937
  * Format: uuid
1928
1938
  * @description Movement UUID
1929
1939
  */
1930
1940
  id?: string | null;
1931
1941
  /** @description Locked balance after transaction */
1932
- locked_after?: string | null;
1942
+ lockedAfter?: string | null;
1933
1943
  /** @description Locked balance before transaction */
1934
- locked_before?: string | null;
1944
+ lockedBefore?: string | null;
1935
1945
  /**
1936
1946
  * Format: uuid
1937
1947
  * @description Reference identifier for related operations
1938
1948
  */
1939
- reference_id?: string | null;
1949
+ referenceId?: string | null;
1940
1950
  /** @description Reference type */
1941
- reference_type?: string | null;
1951
+ referenceType?: string | null;
1942
1952
  /** @description Token address */
1943
1953
  token?: string | null;
1944
1954
  /** @description Type of transaction */
1945
- transaction_type?: string | null;
1955
+ transactionType?: string | null;
1946
1956
  /** @description Blockchain transaction hash */
1947
- tx_hash?: string | null;
1957
+ txHash?: string | null;
1948
1958
  /**
1949
1959
  * Format: uuid
1950
1960
  * @description User UUID who owns this movement
1951
1961
  */
1952
- user_id?: string | null;
1962
+ userId?: string | null;
1953
1963
  };
1954
1964
  ApplicationOrder: {
1955
1965
  /**
@@ -1963,18 +1973,18 @@ export interface components {
1963
1973
  * @description User UUID who placed the order
1964
1974
  * @example 123e4567-e89b-12d3-a456-426614174000
1965
1975
  */
1966
- user_id?: string | null;
1976
+ userId?: string | null;
1967
1977
  /**
1968
1978
  * Format: uuid
1969
1979
  * @description Trading pair UUID
1970
1980
  * @example 456e7890-e12b-12d3-a456-426614174000
1971
1981
  */
1972
- trading_pair_id?: string | null;
1982
+ tradingPairId?: string | null;
1973
1983
  /**
1974
1984
  * @description Order type: LIMIT, MARKET, STOP_LOSS, TAKE_PROFIT, STOP_LIMIT, or TRAILING_STOP
1975
1985
  * @example LIMIT
1976
1986
  */
1977
- order_type?: string | null;
1987
+ orderType?: string | null;
1978
1988
  /**
1979
1989
  * @description Order side: BUY or SELL
1980
1990
  * @example BUY
@@ -1994,22 +2004,22 @@ export interface components {
1994
2004
  * @description Order quantity in raw format (for precision)
1995
2005
  * @example 500000000
1996
2006
  */
1997
- quantity_raw?: string | null;
2007
+ quantityRaw?: string | null;
1998
2008
  /**
1999
2009
  * @description Filled quantity (normalized for display)
2000
2010
  * @example 0.2
2001
2011
  */
2002
- filled_quantity?: string | null;
2012
+ filledQuantity?: string | null;
2003
2013
  /**
2004
2014
  * @description Filled quantity in raw format
2005
2015
  * @example 200000000
2006
2016
  */
2007
- filled_quantity_raw?: string | null;
2017
+ filledQuantityRaw?: string | null;
2008
2018
  /**
2009
2019
  * @description Volume-weighted average fill price
2010
2020
  * @example 35050.00
2011
2021
  */
2012
- average_fill_price?: string | null;
2022
+ averageFillPrice?: string | null;
2013
2023
  /**
2014
2024
  * @description Order status
2015
2025
  * @example SUBMITTED
@@ -2019,31 +2029,31 @@ export interface components {
2019
2029
  * @description Trading mode: SPOT or MARGIN
2020
2030
  * @example SPOT
2021
2031
  */
2022
- trading_mode?: string | null;
2032
+ tradingMode?: string | null;
2023
2033
  /**
2024
2034
  * @description Time in force: GTC, IOC, or FOK
2025
2035
  * @example GTC
2026
2036
  */
2027
- time_in_force?: string | null;
2037
+ timeInForce?: string | null;
2028
2038
  /**
2029
2039
  * @description Order creation timestamp (ISO 8601)
2030
2040
  * @example 2023-11-13T10:30:00Z
2031
2041
  */
2032
- created_at?: string | null;
2042
+ createdAt?: string | null;
2033
2043
  /**
2034
2044
  * @description Order last update timestamp (ISO 8601)
2035
2045
  * @example 2023-11-13T10:35:00Z
2036
2046
  */
2037
- updated_at?: string | null;
2047
+ updatedAt?: string | null;
2038
2048
  };
2039
2049
  AttachPositionTpSlRequest: {
2040
- stop_loss?: components["schemas"]["TpSlLeg"];
2041
- take_profit?: components["schemas"]["TpSlLeg"];
2050
+ stopLoss?: components["schemas"]["TpSlLeg"];
2051
+ takeProfit?: components["schemas"]["TpSlLeg"];
2042
2052
  };
2043
2053
  AttachPositionTpSlResponse: {
2044
- position_id?: string | null;
2045
- take_profit_order_id?: string | null;
2046
- stop_loss_order_id?: string | null;
2054
+ positionId?: string | null;
2055
+ takeProfitOrderId?: string | null;
2056
+ stopLossOrderId?: string | null;
2047
2057
  status?: string | null;
2048
2058
  message?: string | null;
2049
2059
  };
@@ -2052,19 +2062,19 @@ export interface components {
2052
2062
  * @description Backend secret key (sk_xxx)
2053
2063
  * @example sk_live_abc123def456
2054
2064
  */
2055
- secret_key: string;
2065
+ secretKey: string;
2056
2066
  };
2057
2067
  BackendAuthResponse: {
2058
2068
  /**
2059
2069
  * @description Application UUID
2060
2070
  * @example 123e4567-e89b-12d3-a456-426614174000
2061
2071
  */
2062
- app_id?: string | null;
2072
+ appId?: string | null;
2063
2073
  /**
2064
2074
  * @description Application client identifier
2065
2075
  * @example monaco-frontend
2066
2076
  */
2067
- client_id?: string | null;
2077
+ clientId?: string | null;
2068
2078
  /**
2069
2079
  * @description Application display name
2070
2080
  * @example Monaco Trading Frontend
@@ -2077,19 +2087,19 @@ export interface components {
2077
2087
  * @description Number of orders requested to cancel
2078
2088
  * @example 10
2079
2089
  */
2080
- total_requested?: number | null;
2090
+ totalRequested?: number | null;
2081
2091
  /**
2082
2092
  * Format: int32
2083
2093
  * @description Number of orders successfully cancelled
2084
2094
  * @example 10
2085
2095
  */
2086
- total_cancelled?: number | null;
2096
+ totalCancelled?: number | null;
2087
2097
  /**
2088
2098
  * Format: int32
2089
2099
  * @description Number of cancellations that failed
2090
2100
  * @example 0
2091
2101
  */
2092
- total_failed?: number | null;
2102
+ totalFailed?: number | null;
2093
2103
  results?: components["schemas"]["BatchCancelResult"][] | null;
2094
2104
  };
2095
2105
  BatchCancelError: {
@@ -2106,7 +2116,7 @@ export interface components {
2106
2116
  };
2107
2117
  BatchCancelOrdersRequest: {
2108
2118
  /** @description List of order UUIDs to cancel */
2109
- order_ids: string[];
2119
+ orderIds: string[];
2110
2120
  };
2111
2121
  BatchCancelOrdersResponse: {
2112
2122
  /**
@@ -2114,19 +2124,19 @@ export interface components {
2114
2124
  * @description Number of orders requested to cancel
2115
2125
  * @example 5
2116
2126
  */
2117
- total_requested?: number | null;
2127
+ totalRequested?: number | null;
2118
2128
  /**
2119
2129
  * Format: int32
2120
2130
  * @description Number of orders successfully cancelled
2121
2131
  * @example 4
2122
2132
  */
2123
- total_cancelled?: number | null;
2133
+ totalCancelled?: number | null;
2124
2134
  /**
2125
2135
  * Format: int32
2126
2136
  * @description Number of cancellations that failed
2127
2137
  * @example 1
2128
2138
  */
2129
- total_failed?: number | null;
2139
+ totalFailed?: number | null;
2130
2140
  results?: components["schemas"]["BatchCancelResult"][] | null;
2131
2141
  };
2132
2142
  BatchCancelResult: {
@@ -2135,12 +2145,12 @@ export interface components {
2135
2145
  * @description Order UUID
2136
2146
  * @example 123e4567-e89b-12d3-a456-426614174000
2137
2147
  */
2138
- order_id?: string | null;
2148
+ orderId?: string | null;
2139
2149
  /**
2140
2150
  * @description Cancellation timestamp (ISO 8601). Present on success; absent when `error` is set.
2141
2151
  * @example 2023-11-13T10:35:00Z
2142
2152
  */
2143
- cancelled_at?: string | null;
2153
+ cancelledAt?: string | null;
2144
2154
  error?: components["schemas"]["BatchCancelError"];
2145
2155
  };
2146
2156
  BatchCloseAllRequest: {
@@ -2149,31 +2159,31 @@ export interface components {
2149
2159
  * @description Optional trading-pair filter. When set, only open positions on this
2150
2160
  * trading pair are closed; otherwise every open position is closed.
2151
2161
  */
2152
- trading_pair_id?: string | null;
2162
+ tradingPairId?: string | null;
2153
2163
  /**
2154
2164
  * Format: int32
2155
2165
  * @description Optional slippage tolerance (basis points) applied to each MARKET close.
2156
2166
  */
2157
- slippage_tolerance_bps?: number | null;
2167
+ slippageToleranceBps?: number | null;
2158
2168
  };
2159
2169
  BatchCloseAllResponse: {
2160
2170
  /**
2161
2171
  * Format: int32
2162
2172
  * @description Number of open positions the batch attempted to close.
2163
2173
  */
2164
- total_requested?: number | null;
2174
+ totalRequested?: number | null;
2165
2175
  /**
2166
2176
  * Format: int32
2167
2177
  * @description Number of positions whose close order was accepted by the matching engine
2168
2178
  * (SUCCESS, PARTIAL, or PENDING).
2169
2179
  */
2170
- total_closed?: number | null;
2180
+ totalClosed?: number | null;
2171
2181
  /**
2172
2182
  * Format: int32
2173
2183
  * @description Number of positions whose close failed (validation, lookup, or a rejected
2174
2184
  * close order).
2175
2185
  */
2176
- total_failed?: number | null;
2186
+ totalFailed?: number | null;
2177
2187
  results?: components["schemas"]["BatchCloseResult"][] | null;
2178
2188
  };
2179
2189
  BatchCloseError: {
@@ -2187,13 +2197,13 @@ export interface components {
2187
2197
  };
2188
2198
  BatchCloseResult: {
2189
2199
  /** @description Position UUID this result is for. */
2190
- position_id?: string | null;
2200
+ positionId?: string | null;
2191
2201
  /** @description Close order UUID. Present when the close order was accepted. */
2192
- close_order_id?: string | null;
2202
+ closeOrderId?: string | null;
2193
2203
  /** @description Close outcome: SUCCESS, PARTIAL, or PENDING. Present when accepted. */
2194
2204
  status?: string | null;
2195
2205
  /** @description Quantity submitted on the close order. Present when accepted. */
2196
- submitted_quantity?: string | null;
2206
+ submittedQuantity?: string | null;
2197
2207
  /** @description Failure detail. Present when this position could not be closed. */
2198
2208
  error?: components["schemas"]["BatchCloseError"] | null;
2199
2209
  };
@@ -2215,12 +2225,12 @@ export interface components {
2215
2225
  * @description Trading pair UUID
2216
2226
  * @example 456e7890-e12b-12d3-a456-426614174000
2217
2227
  */
2218
- trading_pair_id: string;
2228
+ tradingPairId: string;
2219
2229
  /**
2220
2230
  * @description Order type: LIMIT or MARKET
2221
2231
  * @example LIMIT
2222
2232
  */
2223
- order_type: string;
2233
+ orderType: string;
2224
2234
  /**
2225
2235
  * @description Order side: BUY or SELL
2226
2236
  * @example BUY
@@ -2240,51 +2250,51 @@ export interface components {
2240
2250
  * @description Trading mode: SPOT or MARGIN (default: SPOT)
2241
2251
  * @example SPOT
2242
2252
  */
2243
- trading_mode?: string | null;
2253
+ tradingMode?: string | null;
2244
2254
  /**
2245
2255
  * Format: int32
2246
2256
  * @description Maximum slippage tolerance in basis points (market orders only)
2247
2257
  * @example 50
2248
2258
  */
2249
- slippage_tolerance_bps?: number | null;
2259
+ slippageToleranceBps?: number | null;
2250
2260
  /**
2251
2261
  * @description Use master account balance for sub-account orders
2252
2262
  * @example false
2253
2263
  */
2254
- use_master_balance?: boolean | null;
2264
+ useMasterBalance?: boolean | null;
2255
2265
  /**
2256
2266
  * @description Order expiration date (ISO 8601, must be in the future)
2257
2267
  * @example 2026-06-01T00:00:00Z
2258
2268
  */
2259
- expiration_date?: string | null;
2269
+ expirationDate?: string | null;
2260
2270
  /**
2261
2271
  * @description Time in force: GTC, IOC, or FOK
2262
2272
  * @example GTC
2263
2273
  */
2264
- time_in_force?: string | null;
2274
+ timeInForce?: string | null;
2265
2275
  /**
2266
2276
  * Format: uuid
2267
2277
  * @description Margin account UUID for margin orders
2268
2278
  * @example 123e4567-e89b-12d3-a456-426614174000
2269
2279
  */
2270
- margin_account_id?: string | null;
2280
+ marginAccountId?: string | null;
2271
2281
  /**
2272
2282
  * Format: uuid
2273
2283
  * @description Existing isolated risk bucket UUID for risk-bucket-scoped margin orders
2274
2284
  * @example 123e4567-e89b-12d3-a456-426614174001
2275
2285
  */
2276
- risk_bucket_id?: string | null;
2286
+ riskBucketId?: string | null;
2277
2287
  /**
2278
2288
  * @description Decimal collateral to allocate into a new isolated risk bucket. When provided, the API creates the bucket ID and matching-engine persists the bucket through the durable log.
2279
2289
  * @example 1000
2280
2290
  */
2281
- risk_bucket_collateral?: string | null;
2291
+ riskBucketCollateral?: string | null;
2282
2292
  /**
2283
2293
  * @description Position side for margin orders: LONG, SHORT, or NONE
2284
2294
  * @example LONG
2285
2295
  * @enum {string|null}
2286
2296
  */
2287
- position_side?: "LONG" | "SHORT" | "NONE" | null;
2297
+ positionSide?: "LONG" | "SHORT" | "NONE" | null;
2288
2298
  /**
2289
2299
  * @description Leverage multiplier as decimal string for margin orders
2290
2300
  * @example 5
@@ -2294,12 +2304,12 @@ export interface components {
2294
2304
  * @description Whether the margin order is reduce-only
2295
2305
  * @example false
2296
2306
  */
2297
- reduce_only?: boolean | null;
2307
+ reduceOnly?: boolean | null;
2298
2308
  /**
2299
2309
  * @description Strategy key used to group risk buckets for delegated/margin orders
2300
2310
  * @example my-strategy
2301
2311
  */
2302
- strategy_key?: string | null;
2312
+ strategyKey?: string | null;
2303
2313
  };
2304
2314
  BatchCreateOrdersRequest: {
2305
2315
  orders: components["schemas"]["BatchCreateOrderItem"][];
@@ -2310,19 +2320,19 @@ export interface components {
2310
2320
  * @description Number of orders requested to create
2311
2321
  * @example 5
2312
2322
  */
2313
- total_requested?: number | null;
2323
+ totalRequested?: number | null;
2314
2324
  /**
2315
2325
  * Format: int32
2316
2326
  * @description Number of orders successfully created
2317
2327
  * @example 4
2318
2328
  */
2319
- total_succeeded?: number | null;
2329
+ totalSucceeded?: number | null;
2320
2330
  /**
2321
2331
  * Format: int32
2322
2332
  * @description Number of creations that failed
2323
2333
  * @example 1
2324
2334
  */
2325
- total_failed?: number | null;
2335
+ totalFailed?: number | null;
2326
2336
  results?: components["schemas"]["BatchCreateResult"][] | null;
2327
2337
  };
2328
2338
  BatchCreateResult: {
@@ -2331,8 +2341,8 @@ export interface components {
2331
2341
  * @description Created order UUID
2332
2342
  * @example 123e4567-e89b-12d3-a456-426614174000
2333
2343
  */
2334
- order_id?: string | null;
2335
- match_result?: components["schemas"]["MatchResult"];
2344
+ orderId?: string | null;
2345
+ matchResult?: components["schemas"]["MatchResult"];
2336
2346
  error?: components["schemas"]["BatchCreateError"];
2337
2347
  };
2338
2348
  BatchReplaceError: {
@@ -2353,7 +2363,7 @@ export interface components {
2353
2363
  * @description Order UUID to replace
2354
2364
  * @example 123e4567-e89b-12d3-a456-426614174000
2355
2365
  */
2356
- order_id: string;
2366
+ orderId: string;
2357
2367
  /**
2358
2368
  * @description New limit price (if changing)
2359
2369
  * @example 35500.00
@@ -2368,7 +2378,7 @@ export interface components {
2368
2378
  * @description Use master account balance for sub-account orders
2369
2379
  * @example false
2370
2380
  */
2371
- use_master_balance?: boolean | null;
2381
+ useMasterBalance?: boolean | null;
2372
2382
  };
2373
2383
  BatchReplaceOrdersRequest: {
2374
2384
  orders: components["schemas"]["BatchReplaceOrderItem"][];
@@ -2379,19 +2389,19 @@ export interface components {
2379
2389
  * @description Number of orders requested to replace
2380
2390
  * @example 3
2381
2391
  */
2382
- total_requested?: number | null;
2392
+ totalRequested?: number | null;
2383
2393
  /**
2384
2394
  * Format: int32
2385
2395
  * @description Number of orders successfully replaced
2386
2396
  * @example 3
2387
2397
  */
2388
- total_succeeded?: number | null;
2398
+ totalSucceeded?: number | null;
2389
2399
  /**
2390
2400
  * Format: int32
2391
2401
  * @description Number of replacements that failed
2392
2402
  * @example 0
2393
2403
  */
2394
- total_failed?: number | null;
2404
+ totalFailed?: number | null;
2395
2405
  results?: components["schemas"]["BatchReplaceResult"][] | null;
2396
2406
  };
2397
2407
  BatchReplaceResult: {
@@ -2400,15 +2410,15 @@ export interface components {
2400
2410
  * @description Original order UUID that was replaced
2401
2411
  * @example 123e4567-e89b-12d3-a456-426614174000
2402
2412
  */
2403
- original_order_id?: string | null;
2413
+ originalOrderId?: string | null;
2404
2414
  /**
2405
2415
  * Format: uuid
2406
2416
  * @description New replacement order UUID (if successful)
2407
2417
  * @example 987e6543-e21b-12d3-a456-426614174000
2408
2418
  */
2409
- new_order_id?: string | null;
2410
- updated_fields?: components["schemas"]["UpdatedFields"];
2411
- match_result?: components["schemas"]["MatchResult"];
2419
+ newOrderId?: string | null;
2420
+ updatedFields?: components["schemas"]["UpdatedFields"];
2421
+ matchResult?: components["schemas"]["MatchResult"];
2412
2422
  error?: components["schemas"]["BatchReplaceError"];
2413
2423
  };
2414
2424
  CancelConditionalOrderResponse: {
@@ -2416,7 +2426,7 @@ export interface components {
2416
2426
  * Format: uuid
2417
2427
  * @description Conditional order UUID
2418
2428
  */
2419
- conditional_order_id?: string | null;
2429
+ conditionalOrderId?: string | null;
2420
2430
  /**
2421
2431
  * @description Result status
2422
2432
  * @example SUCCESS
@@ -2431,7 +2441,7 @@ export interface components {
2431
2441
  * @description Order UUID to cancel
2432
2442
  * @example 123e4567-e89b-12d3-a456-426614174000
2433
2443
  */
2434
- order_id: string;
2444
+ orderId: string;
2435
2445
  };
2436
2446
  CancelOrderResponse: {
2437
2447
  /**
@@ -2439,7 +2449,7 @@ export interface components {
2439
2449
  * @description Cancelled order UUID
2440
2450
  * @example 123e4567-e89b-12d3-a456-426614174000
2441
2451
  */
2442
- order_id?: string | null;
2452
+ orderId?: string | null;
2443
2453
  /**
2444
2454
  * @description Result status: SUCCESS or FAILED
2445
2455
  * @example SUCCESS
@@ -2483,15 +2493,15 @@ export interface components {
2483
2493
  * @description Quote token volume traded during the period
2484
2494
  * @example 4412600.00
2485
2495
  */
2486
- quote_volume?: string | null;
2496
+ quoteVolume?: string | null;
2487
2497
  /**
2488
2498
  * Format: uint32
2489
2499
  * @description Number of trades during the period
2490
2500
  * @example 342
2491
2501
  */
2492
- trade_count?: number | null;
2502
+ tradeCount?: number | null;
2493
2503
  /** @description Unix timestamp for the end of the candle period in milliseconds */
2494
- close_timestamp_ms?: string | null;
2504
+ closeTimestampMs?: string | null;
2495
2505
  };
2496
2506
  ChallengeRequest: {
2497
2507
  /** @description Ethereum wallet address */
@@ -2500,14 +2510,14 @@ export interface components {
2500
2510
  * @description Optional application identifier
2501
2511
  * @example monaco-frontend
2502
2512
  */
2503
- client_id?: string | null;
2513
+ clientId?: string | null;
2504
2514
  /** @description Optional chain ID supplied by SDK clients */
2505
- chain_id?: string | null;
2515
+ chainId?: string | null;
2506
2516
  /**
2507
2517
  * @description Lowercase hex (64 chars) ed25519 public key generated locally by the SDK. The returned challenge message will embed this key so the wallet's signature binds it; the same value must be submitted to /api/v1/auth/verify.
2508
2518
  * @example 3b6a27bcceb6a42d62a3a8d02a6f0d73653215771de243a63ac048a18b59da29
2509
2519
  */
2510
- session_public_key: string;
2520
+ sessionPublicKey: string;
2511
2521
  };
2512
2522
  ChallengeResponse: {
2513
2523
  /**
@@ -2525,7 +2535,7 @@ export interface components {
2525
2535
  * @description Unix timestamp when challenge expires
2526
2536
  * @example 1699876543
2527
2537
  */
2528
- expires_at?: number | null;
2538
+ expiresAt?: number | null;
2529
2539
  };
2530
2540
  ChartDataPoint: {
2531
2541
  /**
@@ -2541,47 +2551,47 @@ export interface components {
2541
2551
  };
2542
2552
  ClosePositionRequest: {
2543
2553
  quantity?: string | null;
2544
- close_type?: string | null;
2545
- limit_price?: string | null;
2554
+ closeType?: string | null;
2555
+ limitPrice?: string | null;
2546
2556
  /** Format: int32 */
2547
- slippage_tolerance_bps?: number | null;
2557
+ slippageToleranceBps?: number | null;
2548
2558
  };
2549
2559
  ClosePositionResponse: {
2550
- close_order_id?: string | null;
2560
+ closeOrderId?: string | null;
2551
2561
  status?: string | null;
2552
2562
  message?: string | null;
2553
- submitted_quantity?: string | null;
2563
+ submittedQuantity?: string | null;
2554
2564
  };
2555
2565
  ConditionalOrder: {
2556
- conditional_order_id?: string | null;
2566
+ conditionalOrderId?: string | null;
2557
2567
  /** Format: uuid */
2558
- trading_pair_id?: string | null;
2559
- margin_account_id?: string | null;
2560
- position_id?: string | null;
2561
- linked_group_id?: string | null;
2562
- condition_type?: string | null;
2563
- trigger_source?: string | null;
2564
- trigger_price?: string | null;
2568
+ tradingPairId?: string | null;
2569
+ marginAccountId?: string | null;
2570
+ positionId?: string | null;
2571
+ linkedGroupId?: string | null;
2572
+ conditionType?: string | null;
2573
+ triggerSource?: string | null;
2574
+ triggerPrice?: string | null;
2565
2575
  side?: string | null;
2566
- position_side?: string | null;
2567
- order_type?: string | null;
2568
- limit_price?: string | null;
2576
+ positionSide?: string | null;
2577
+ orderType?: string | null;
2578
+ limitPrice?: string | null;
2569
2579
  quantity?: string | null;
2570
2580
  /** Format: int32 */
2571
- slippage_tolerance_bps?: number | null;
2572
- reduce_only?: boolean | null;
2573
- time_in_force?: string | null;
2581
+ slippageToleranceBps?: number | null;
2582
+ reduceOnly?: boolean | null;
2583
+ timeInForce?: string | null;
2574
2584
  state?: string | null;
2575
- triggered_order_id?: string | null;
2576
- triggered_at?: string | null;
2577
- cancelled_at?: string | null;
2578
- expires_at?: string | null;
2579
- failure_reason?: string | null;
2580
- created_at?: string | null;
2581
- updated_at?: string | null;
2582
- parent_order_id?: string | null;
2583
- association_type?: string | null;
2584
- activated_at?: string | null;
2585
+ triggeredOrderId?: string | null;
2586
+ triggeredAt?: string | null;
2587
+ cancelledAt?: string | null;
2588
+ expiresAt?: string | null;
2589
+ failureReason?: string | null;
2590
+ createdAt?: string | null;
2591
+ updatedAt?: string | null;
2592
+ parentOrderId?: string | null;
2593
+ associationType?: string | null;
2594
+ activatedAt?: string | null;
2585
2595
  };
2586
2596
  CreateDelegatedSessionRequest: {
2587
2597
  /**
@@ -2589,25 +2599,25 @@ export interface components {
2589
2599
  * @description Owner account UUID to act on behalf of (discover via ListDelegatedAgentOwners)
2590
2600
  * @example 123e4567-e89b-12d3-a456-426614174000
2591
2601
  */
2592
- owner_user_id?: string | null;
2602
+ ownerUserId?: string | null;
2593
2603
  /** @description Lowercase-hex (64 chars) ed25519 public key the agent generated for this delegated session. Subsequent requests acting on the owner's behalf are signed with the matching private key. */
2594
- session_public_key?: string | null;
2604
+ sessionPublicKey?: string | null;
2595
2605
  };
2596
2606
  CreateDelegatedSessionResponse: {
2597
2607
  /** @description Session expiry as a Unix timestamp (seconds) */
2598
- expires_at?: string | null;
2608
+ expiresAt?: string | null;
2599
2609
  /**
2600
2610
  * Format: uuid
2601
2611
  * @description Delegation UUID for the active (owner, agent) pair
2602
2612
  */
2603
- delegation_id?: string | null;
2613
+ delegationId?: string | null;
2604
2614
  /**
2605
2615
  * Format: uuid
2606
2616
  * @description Owner account UUID the session acts on behalf of
2607
2617
  */
2608
- owner_user_id?: string | null;
2618
+ ownerUserId?: string | null;
2609
2619
  /** @description Agent wallet address recorded on the session for policy enforcement */
2610
- agent_address?: string | null;
2620
+ agentAddress?: string | null;
2611
2621
  };
2612
2622
  CreateLimitRequest: {
2613
2623
  /**
@@ -2615,23 +2625,23 @@ export interface components {
2615
2625
  * @description Sub-account UUID to create the limit for
2616
2626
  * @example 123e4567-e89b-12d3-a456-426614174000
2617
2627
  */
2618
- sub_account_id: string;
2628
+ subAccountId: string;
2619
2629
  /**
2620
2630
  * Format: uuid
2621
2631
  * @description Asset UUID to limit
2622
2632
  * @example 123e4567-e89b-12d3-a456-426614174000
2623
2633
  */
2624
- asset_id: string;
2634
+ assetId: string;
2625
2635
  /**
2626
2636
  * @description Maximum amount allowed in token units
2627
2637
  * @example 1000.00
2628
2638
  */
2629
- max_amount: string;
2639
+ maxAmount: string;
2630
2640
  /**
2631
2641
  * @description Maximum daily spending limit in token units
2632
2642
  * @example 500.00
2633
2643
  */
2634
- daily_limit?: string | null;
2644
+ dailyLimit?: string | null;
2635
2645
  };
2636
2646
  CreateLimitResponse: {
2637
2647
  limit?: components["schemas"]["SubAccountLimit"];
@@ -2642,12 +2652,12 @@ export interface components {
2642
2652
  * @description Trading pair UUID
2643
2653
  * @example afae0e16-2d05-4ee9-9ee8-afae0e162d05
2644
2654
  */
2645
- trading_pair_id: string;
2655
+ tradingPairId: string;
2646
2656
  /**
2647
2657
  * @description Order type: LIMIT or MARKET
2648
2658
  * @example LIMIT
2649
2659
  */
2650
- order_type: string;
2660
+ orderType: string;
2651
2661
  /**
2652
2662
  * @description Order side: BUY or SELL
2653
2663
  * @example BUY
@@ -2667,51 +2677,51 @@ export interface components {
2667
2677
  * @description Trading mode: SPOT or MARGIN (default: SPOT)
2668
2678
  * @example SPOT
2669
2679
  */
2670
- trading_mode?: string | null;
2680
+ tradingMode?: string | null;
2671
2681
  /**
2672
2682
  * Format: int32
2673
2683
  * @description Maximum slippage tolerance in basis points (market orders only)
2674
2684
  * @example 50
2675
2685
  */
2676
- slippage_tolerance_bps?: number | null;
2686
+ slippageToleranceBps?: number | null;
2677
2687
  /**
2678
2688
  * @description Use master account balance for sub-account orders
2679
2689
  * @example false
2680
2690
  */
2681
- use_master_balance?: boolean | null;
2691
+ useMasterBalance?: boolean | null;
2682
2692
  /**
2683
2693
  * @description Order expiration date (ISO 8601, must be in the future)
2684
2694
  * @example 2026-06-01T00:00:00Z
2685
2695
  */
2686
- expiration_date?: string | null;
2696
+ expirationDate?: string | null;
2687
2697
  /**
2688
2698
  * @description Time in force: GTC, IOC, or FOK
2689
2699
  * @example GTC
2690
2700
  */
2691
- time_in_force?: string | null;
2701
+ timeInForce?: string | null;
2692
2702
  /**
2693
2703
  * Format: uuid
2694
2704
  * @description Margin account UUID for margin orders
2695
2705
  * @example 123e4567-e89b-12d3-a456-426614174000
2696
2706
  */
2697
- margin_account_id?: string | null;
2707
+ marginAccountId?: string | null;
2698
2708
  /**
2699
2709
  * Format: uuid
2700
2710
  * @description Existing isolated risk bucket UUID for risk-bucket-scoped margin orders
2701
2711
  * @example 123e4567-e89b-12d3-a456-426614174001
2702
2712
  */
2703
- risk_bucket_id?: string | null;
2713
+ riskBucketId?: string | null;
2704
2714
  /**
2705
2715
  * @description Decimal collateral to allocate into a new isolated risk bucket. When provided, the API creates the bucket ID and matching-engine persists the bucket through the durable log.
2706
2716
  * @example 1000
2707
2717
  */
2708
- risk_bucket_collateral?: string | null;
2718
+ riskBucketCollateral?: string | null;
2709
2719
  /**
2710
2720
  * @description Position side for margin orders: LONG, SHORT, or NONE
2711
2721
  * @example LONG
2712
2722
  * @enum {string|null}
2713
2723
  */
2714
- position_side?: "LONG" | "SHORT" | "NONE" | null;
2724
+ positionSide?: "LONG" | "SHORT" | "NONE" | null;
2715
2725
  /**
2716
2726
  * @description Leverage multiplier as decimal string for margin orders
2717
2727
  * @example 5
@@ -2721,14 +2731,14 @@ export interface components {
2721
2731
  * @description Whether the margin order is reduce-only
2722
2732
  * @example false
2723
2733
  */
2724
- reduce_only?: boolean | null;
2725
- take_profit?: components["schemas"]["ParentTpSlLeg"];
2726
- stop_loss?: components["schemas"]["ParentTpSlLeg"];
2734
+ reduceOnly?: boolean | null;
2735
+ takeProfit?: components["schemas"]["ParentTpSlLeg"];
2736
+ stopLoss?: components["schemas"]["ParentTpSlLeg"];
2727
2737
  /**
2728
2738
  * @description Strategy key used to group risk buckets for delegated/margin orders
2729
2739
  * @example my-strategy
2730
2740
  */
2731
- strategy_key?: string | null;
2741
+ strategyKey?: string | null;
2732
2742
  };
2733
2743
  CreateOrderResponse: {
2734
2744
  /**
@@ -2736,7 +2746,7 @@ export interface components {
2736
2746
  * @description Created order UUID
2737
2747
  * @example 123e4567-e89b-12d3-a456-426614174000
2738
2748
  */
2739
- order_id?: string | null;
2749
+ orderId?: string | null;
2740
2750
  /**
2741
2751
  * @description Result status: SUCCESS or FAILED
2742
2752
  * @example SUCCESS
@@ -2747,34 +2757,34 @@ export interface components {
2747
2757
  * @example Order created successfully
2748
2758
  */
2749
2759
  message?: string | null;
2750
- match_result?: components["schemas"]["MatchResult"];
2760
+ matchResult?: components["schemas"]["MatchResult"];
2751
2761
  /**
2752
2762
  * Format: uuid
2753
2763
  * @description Created parent take-profit conditional order UUID, when requested
2754
2764
  */
2755
- take_profit_order_id?: string | null;
2765
+ takeProfitOrderId?: string | null;
2756
2766
  /**
2757
2767
  * Format: uuid
2758
2768
  * @description Created parent stop-loss conditional order UUID, when requested
2759
2769
  */
2760
- stop_loss_order_id?: string | null;
2770
+ stopLossOrderId?: string | null;
2761
2771
  /**
2762
2772
  * Format: uuid
2763
2773
  * @description Resolved margin account UUID for margin orders
2764
2774
  */
2765
- margin_account_id?: string | null;
2775
+ marginAccountId?: string | null;
2766
2776
  /**
2767
2777
  * Format: uuid
2768
2778
  * @description Resolved isolated risk bucket UUID for risk-bucket-scoped margin orders
2769
2779
  */
2770
- risk_bucket_id?: string | null;
2780
+ riskBucketId?: string | null;
2771
2781
  /** @description Client strategy key carried for compatibility */
2772
- strategy_key?: string | null;
2782
+ strategyKey?: string | null;
2773
2783
  /**
2774
2784
  * Format: uuid
2775
2785
  * @description Delegated agent UUID when submitted through a delegated session
2776
2786
  */
2777
- delegation_id?: string | null;
2787
+ delegationId?: string | null;
2778
2788
  };
2779
2789
  DelegatedAgent: {
2780
2790
  /**
@@ -2787,36 +2797,36 @@ export interface components {
2787
2797
  * Format: uuid
2788
2798
  * @description Owner account UUID the agent acts on behalf of
2789
2799
  */
2790
- owner_user_id?: string | null;
2800
+ ownerUserId?: string | null;
2791
2801
  /** @description Agent wallet address (EVM) */
2792
- agent_address?: string | null;
2802
+ agentAddress?: string | null;
2793
2803
  /** @description Human-friendly label for the agent */
2794
2804
  name?: string | null;
2795
2805
  /** @description Whether the delegation is active */
2796
- is_active?: boolean | null;
2806
+ isActive?: boolean | null;
2797
2807
  /** @description Delegation expiry timestamp (ISO 8601), if set */
2798
- expires_at?: string | null;
2808
+ expiresAt?: string | null;
2799
2809
  /** @description Revocation timestamp (ISO 8601), if revoked */
2800
- revoked_at?: string | null;
2810
+ revokedAt?: string | null;
2801
2811
  /** @description Actions the agent may perform */
2802
- allowed_actions?: string[] | null;
2812
+ allowedActions?: string[] | null;
2803
2813
  /** @description Trading pair UUIDs the agent may trade */
2804
- allowed_trading_pair_ids?: string[] | null;
2814
+ allowedTradingPairIds?: string[] | null;
2805
2815
  /** @description Margin account UUIDs the agent may trade against */
2806
- allowed_margin_account_ids?: string[] | null;
2816
+ allowedMarginAccountIds?: string[] | null;
2807
2817
  /** @description Permitted order types. Empty means unrestricted. */
2808
- allowed_order_types?: string[] | null;
2818
+ allowedOrderTypes?: string[] | null;
2809
2819
  /** @description Permitted time-in-force values. Empty means unrestricted. */
2810
- allowed_time_in_force?: string[] | null;
2820
+ allowedTimeInForce?: string[] | null;
2811
2821
  /** @description Maximum leverage (decimal string), if set */
2812
- max_leverage?: string | null;
2822
+ maxLeverage?: string | null;
2813
2823
  /** @description Maximum order notional (decimal string), if set */
2814
- max_order_notional?: string | null;
2824
+ maxOrderNotional?: string | null;
2815
2825
  /**
2816
2826
  * Format: int32
2817
2827
  * @description Maximum concurrent open orders, if set
2818
2828
  */
2819
- max_open_orders?: number | null;
2829
+ maxOpenOrders?: number | null;
2820
2830
  };
2821
2831
  DelegatedAgentOwner: {
2822
2832
  /**
@@ -2824,18 +2834,18 @@ export interface components {
2824
2834
  * @description Owner account UUID to pass to CreateDelegatedSession
2825
2835
  * @example 123e4567-e89b-12d3-a456-426614174000
2826
2836
  */
2827
- owner_user_id?: string | null;
2837
+ ownerUserId?: string | null;
2828
2838
  /**
2829
2839
  * Format: uuid
2830
2840
  * @description Delegation UUID for the (owner, agent) pair
2831
2841
  */
2832
- delegation_id?: string | null;
2842
+ delegationId?: string | null;
2833
2843
  /** @description Human-friendly label the owner gave this agent, if any */
2834
2844
  name?: string | null;
2835
2845
  /** @description Whether the delegation is active */
2836
- is_active?: boolean | null;
2846
+ isActive?: boolean | null;
2837
2847
  /** @description Delegation expiry timestamp (ISO 8601), if set */
2838
- expires_at?: string | null;
2848
+ expiresAt?: string | null;
2839
2849
  };
2840
2850
  DeleteLimitResponse: {
2841
2851
  /**
@@ -2849,12 +2859,12 @@ export interface components {
2849
2859
  * @description Best execution price achieved
2850
2860
  * @example 2045.00
2851
2861
  */
2852
- best_price?: string | null;
2862
+ bestPrice?: string | null;
2853
2863
  /**
2854
2864
  * @description Worst execution price in the fill
2855
2865
  * @example 2052.00
2856
2866
  */
2857
- worst_price?: string | null;
2867
+ worstPrice?: string | null;
2858
2868
  };
2859
2869
  FailedMint: {
2860
2870
  /**
@@ -2862,7 +2872,7 @@ export interface components {
2862
2872
  * @description Asset UUID
2863
2873
  * @example 123e4567-e89b-12d3-a456-426614174000
2864
2874
  */
2865
- asset_id?: string | null;
2875
+ assetId?: string | null;
2866
2876
  /**
2867
2877
  * @description Token symbol
2868
2878
  * @example WBTC
@@ -2886,34 +2896,34 @@ export interface components {
2886
2896
  * @description Margin position UUID
2887
2897
  * @example 123e4567-e89b-12d3-a456-426614174000
2888
2898
  */
2889
- position_id?: string | null;
2899
+ positionId?: string | null;
2890
2900
  /**
2891
2901
  * Format: uuid
2892
2902
  * @description Margin account UUID
2893
2903
  * @example 123e4567-e89b-12d3-a456-426614174000
2894
2904
  */
2895
- margin_account_id?: string | null;
2905
+ marginAccountId?: string | null;
2896
2906
  /**
2897
2907
  * Format: uuid
2898
2908
  * @description Trading pair UUID
2899
2909
  * @example 123e4567-e89b-12d3-a456-426614174000
2900
2910
  */
2901
- trading_pair_id?: string | null;
2911
+ tradingPairId?: string | null;
2902
2912
  /**
2903
2913
  * @description Funding rate applied for the epoch
2904
2914
  * @example 0.0015
2905
2915
  */
2906
- funding_rate?: string | null;
2916
+ fundingRate?: string | null;
2907
2917
  /**
2908
2918
  * @description Absolute position size at settlement
2909
2919
  * @example 2
2910
2920
  */
2911
- position_size?: string | null;
2921
+ positionSize?: string | null;
2912
2922
  /**
2913
2923
  * @description Signed funding payment amount; positive means paid, negative means received
2914
2924
  * @example 150
2915
2925
  */
2916
- payment_amount?: string | null;
2926
+ paymentAmount?: string | null;
2917
2927
  /**
2918
2928
  * @description Funding direction for the user
2919
2929
  * @example PAID
@@ -2923,31 +2933,31 @@ export interface components {
2923
2933
  * @description Funding window start timestamp (ISO 8601)
2924
2934
  * @example 2026-04-07T10:00:00Z
2925
2935
  */
2926
- period_start?: string | null;
2936
+ periodStart?: string | null;
2927
2937
  /**
2928
2938
  * @description Funding window end timestamp (ISO 8601)
2929
2939
  * @example 2026-04-07T11:00:00Z
2930
2940
  */
2931
- period_end?: string | null;
2941
+ periodEnd?: string | null;
2932
2942
  /**
2933
2943
  * @description Funding payment creation timestamp (ISO 8601)
2934
2944
  * @example 2026-04-07T11:00:00Z
2935
2945
  */
2936
- created_at?: string | null;
2946
+ createdAt?: string | null;
2937
2947
  };
2938
2948
  FundingRecord: {
2939
2949
  /** Format: uuid */
2940
- trading_pair_id?: string | null;
2950
+ tradingPairId?: string | null;
2941
2951
  epoch?: string | null;
2942
- funding_rate?: string | null;
2943
- funding_delta_per_unit?: string | null;
2944
- cumulative_funding_per_unit?: string | null;
2945
- reference_price?: string | null;
2952
+ fundingRate?: string | null;
2953
+ fundingDeltaPerUnit?: string | null;
2954
+ cumulativeFundingPerUnit?: string | null;
2955
+ referencePrice?: string | null;
2946
2956
  /** Format: uint32 */
2947
- sample_count?: number | null;
2948
- window_started_at?: string | null;
2949
- window_closed_at?: string | null;
2950
- settled_at?: string | null;
2957
+ sampleCount?: number | null;
2958
+ windowStartedAt?: string | null;
2959
+ windowClosedAt?: string | null;
2960
+ settledAt?: string | null;
2951
2961
  };
2952
2962
  GetAppStatsResponse: {
2953
2963
  /**
@@ -2959,32 +2969,32 @@ export interface components {
2959
2969
  * @description Total maker fees collected (normalized, in human-readable quote token units)
2960
2970
  * @example 12.34
2961
2971
  */
2962
- maker_fee?: string | null;
2972
+ makerFee?: string | null;
2963
2973
  /**
2964
2974
  * @description Total taker fees collected (normalized, in human-readable quote token units)
2965
2975
  * @example 34.56
2966
2976
  */
2967
- taker_fee?: string | null;
2977
+ takerFee?: string | null;
2968
2978
  /**
2969
2979
  * @description Application revenue share from taker fees (normalized, in human-readable quote token units)
2970
2980
  * @example 5.67
2971
2981
  */
2972
- application_taker_fee?: string | null;
2982
+ applicationTakerFee?: string | null;
2973
2983
  /** @description Total number of trades */
2974
- trade_count?: string | null;
2984
+ tradeCount?: string | null;
2975
2985
  };
2976
2986
  GetAvailableCollateralResponse: {
2977
2987
  asset?: string | null;
2978
- wallet_available?: string | null;
2979
- wallet_locked?: string | null;
2980
- margin_transferable?: string | null;
2988
+ walletAvailable?: string | null;
2989
+ walletLocked?: string | null;
2990
+ marginTransferable?: string | null;
2981
2991
  /**
2982
2992
  * @description Free collateral currently held in the user's parent margin account for this
2983
2993
  * asset (equity minus initial margin required), i.e. collateral already inside
2984
2994
  * margin and available to open new positions or transfer back out. Absent when
2985
2995
  * the user has no margin account yet.
2986
2996
  */
2987
- margin_available_collateral?: string | null;
2997
+ marginAvailableCollateral?: string | null;
2988
2998
  };
2989
2999
  GetBalanceByAssetResponse: {
2990
3000
  /** @description Token contract address */
@@ -3004,38 +3014,38 @@ export interface components {
3004
3014
  * @description Available (unlocked) balance in token units
3005
3015
  * @example 1000.50
3006
3016
  */
3007
- available_balance?: string | null;
3017
+ availableBalance?: string | null;
3008
3018
  /**
3009
3019
  * @description Balance locked in open orders
3010
3020
  * @example 50.25
3011
3021
  */
3012
- locked_balance?: string | null;
3022
+ lockedBalance?: string | null;
3013
3023
  /**
3014
3024
  * @description Total balance (available + locked)
3015
3025
  * @example 1050.75
3016
3026
  */
3017
- total_balance?: string | null;
3027
+ totalBalance?: string | null;
3018
3028
  /**
3019
3029
  * @description Raw available balance in smallest token unit
3020
3030
  * @example 1000500000
3021
3031
  */
3022
- available_balance_raw?: string | null;
3032
+ availableBalanceRaw?: string | null;
3023
3033
  /**
3024
3034
  * @description Raw locked balance in smallest token unit
3025
3035
  * @example 50250000
3026
3036
  */
3027
- locked_balance_raw?: string | null;
3037
+ lockedBalanceRaw?: string | null;
3028
3038
  /**
3029
3039
  * Format: uuid
3030
3040
  * @description Asset UUID
3031
3041
  * @example 123e4567-e89b-12d3-a456-426614174000
3032
3042
  */
3033
- asset_id?: string | null;
3043
+ assetId?: string | null;
3034
3044
  /**
3035
3045
  * @description Raw total balance (available + locked) in smallest token unit
3036
3046
  * @example 1050750000
3037
3047
  */
3038
- total_balance_raw?: string | null;
3048
+ totalBalanceRaw?: string | null;
3039
3049
  };
3040
3050
  GetBalancesResponse: {
3041
3051
  balances?: components["schemas"]["AccountBalance"][] | null;
@@ -3056,13 +3066,13 @@ export interface components {
3056
3066
  * @description Items per page
3057
3067
  * @example 20
3058
3068
  */
3059
- page_size?: number | null;
3069
+ pageSize?: number | null;
3060
3070
  /**
3061
3071
  * Format: uint32
3062
3072
  * @description Total number of pages
3063
3073
  * @example 1
3064
3074
  */
3065
- total_pages?: number | null;
3075
+ totalPages?: number | null;
3066
3076
  };
3067
3077
  /** @description OHLCV candlestick data. */
3068
3078
  GetCandlesResponse: {
@@ -3080,34 +3090,34 @@ export interface components {
3080
3090
  */
3081
3091
  name?: string | null;
3082
3092
  /** @description List of allowed origins for CORS */
3083
- allowed_origins?: string[] | null;
3093
+ allowedOrigins?: string[] | null;
3084
3094
  /** @description Webhook URL for notifications */
3085
- webhook_url?: string | null;
3095
+ webhookUrl?: string | null;
3086
3096
  /** @description Vault contract address for this application */
3087
- vault_contract_address?: string | null;
3097
+ vaultContractAddress?: string | null;
3088
3098
  /**
3089
3099
  * @description Application client ID, embedded in on-chain deposit calls
3090
3100
  * @example 6fe0da813f1a4adcbe675d52ca530a43
3091
3101
  */
3092
- client_id?: string | null;
3102
+ clientId?: string | null;
3093
3103
  };
3094
3104
  GetFundingStateResponse: {
3095
3105
  /** Format: uuid */
3096
- trading_pair_id?: string | null;
3097
- current_funding_rate?: string | null;
3098
- estimated_next_funding_rate?: string | null;
3099
- next_funding_time?: string | null;
3106
+ tradingPairId?: string | null;
3107
+ currentFundingRate?: string | null;
3108
+ estimatedNextFundingRate?: string | null;
3109
+ nextFundingTime?: string | null;
3100
3110
  /** Format: uint32 */
3101
- funding_interval_seconds?: number | null;
3102
- last_funding_time?: string | null;
3103
- updated_at?: string | null;
3111
+ fundingIntervalSeconds?: number | null;
3112
+ lastFundingTime?: string | null;
3113
+ updatedAt?: string | null;
3104
3114
  };
3105
3115
  GetIndexPriceResponse: {
3106
3116
  /** Format: uuid */
3107
- trading_pair_id?: string | null;
3108
- index_price?: string | null;
3117
+ tradingPairId?: string | null;
3118
+ indexPrice?: string | null;
3109
3119
  components?: components["schemas"]["IndexComponent"][] | null;
3110
- updated_at?: string | null;
3120
+ updatedAt?: string | null;
3111
3121
  };
3112
3122
  GetLimitsResponse: {
3113
3123
  limits?: components["schemas"]["SubAccountLimit"][] | null;
@@ -3119,34 +3129,34 @@ export interface components {
3119
3129
  /** Format: uint32 */
3120
3130
  page?: number | null;
3121
3131
  /** Format: uint32 */
3122
- page_size?: number | null;
3132
+ pageSize?: number | null;
3123
3133
  };
3124
3134
  GetMarginAccountSummaryResponse: {
3125
- margin_account_id?: string | null;
3126
- account_state?: string | null;
3135
+ marginAccountId?: string | null;
3136
+ accountState?: string | null;
3127
3137
  equity?: string | null;
3128
- initial_margin_required?: string | null;
3129
- maintenance_margin_required?: string | null;
3130
- free_collateral?: string | null;
3131
- withdrawable_collateral?: string | null;
3132
- total_position_notional?: string | null;
3133
- unrealized_pnl?: string | null;
3134
- realized_pnl?: string | null;
3135
- updated_at?: string | null;
3138
+ initialMarginRequired?: string | null;
3139
+ maintenanceMarginRequired?: string | null;
3140
+ freeCollateral?: string | null;
3141
+ withdrawableCollateral?: string | null;
3142
+ totalPositionNotional?: string | null;
3143
+ unrealizedPnl?: string | null;
3144
+ realizedPnl?: string | null;
3145
+ updatedAt?: string | null;
3136
3146
  label?: string | null;
3137
3147
  /** Format: uuid */
3138
- trading_pair_id?: string | null;
3139
- strategy_key?: string | null;
3140
- risk_bucket_id?: string | null;
3141
- margin_mode?: string | null;
3148
+ tradingPairId?: string | null;
3149
+ strategyKey?: string | null;
3150
+ riskBucketId?: string | null;
3151
+ marginMode?: string | null;
3142
3152
  };
3143
3153
  GetMarkPriceResponse: {
3144
3154
  /** Format: uuid */
3145
- trading_pair_id?: string | null;
3146
- mark_price?: string | null;
3147
- oracle_provider?: string | null;
3148
- oracle_epoch?: string | null;
3149
- updated_at?: string | null;
3155
+ tradingPairId?: string | null;
3156
+ markPrice?: string | null;
3157
+ oracleProvider?: string | null;
3158
+ oracleEpoch?: string | null;
3159
+ updatedAt?: string | null;
3150
3160
  regime?: string | null;
3151
3161
  };
3152
3162
  /** @description Market metadata with current price and 24h statistics. */
@@ -3155,47 +3165,47 @@ export interface components {
3155
3165
  * @description URL for the base token icon
3156
3166
  * @example https://assets.0xmonaco.com/icons/btc.svg
3157
3167
  */
3158
- base_icon_url?: string | null;
3168
+ baseIconUrl?: string | null;
3159
3169
  /**
3160
3170
  * @description Highest price in the last 24 hours
3161
3171
  * @example 96500.00
3162
3172
  */
3163
- high_24h?: string | null;
3173
+ high24h?: string | null;
3164
3174
  /**
3165
3175
  * @description Most recent trade price
3166
3176
  * @example 95432.50
3167
3177
  */
3168
- last_price?: string | null;
3178
+ lastPrice?: string | null;
3169
3179
  /**
3170
3180
  * @description Timestamp of the last trade (ms since epoch)
3171
3181
  * @example 1736742000000
3172
3182
  */
3173
- last_price_timestamp?: string | null;
3183
+ lastPriceTimestamp?: string | null;
3174
3184
  /**
3175
3185
  * @description Lowest price in the last 24 hours
3176
3186
  * @example 94200.00
3177
3187
  */
3178
- low_24h?: string | null;
3188
+ low24h?: string | null;
3179
3189
  /**
3180
3190
  * @description When this market was first initialized (ms since epoch)
3181
3191
  * @example 1735000000000
3182
3192
  */
3183
- market_initialization_timestamp?: string | null;
3193
+ marketInitializationTimestamp?: string | null;
3184
3194
  /**
3185
3195
  * @description Absolute price change in the last 24 hours
3186
3196
  * @example 1232.50
3187
3197
  */
3188
- price_change_24h?: string | null;
3198
+ priceChange24h?: string | null;
3189
3199
  /**
3190
3200
  * @description Percentage price change in the last 24 hours
3191
3201
  * @example 1.31
3192
3202
  */
3193
- price_change_percent_24h?: string | null;
3203
+ priceChangePercent24h?: string | null;
3194
3204
  /**
3195
3205
  * @description URL for the quote token icon
3196
3206
  * @example https://assets.0xmonaco.com/icons/usdc.svg
3197
3207
  */
3198
- quote_icon_url?: string | null;
3208
+ quoteIconUrl?: string | null;
3199
3209
  /**
3200
3210
  * @description Trading pair symbol
3201
3211
  * @example BTC/USDC
@@ -3205,42 +3215,42 @@ export interface components {
3205
3215
  * @description Base token volume in the last 24 hours
3206
3216
  * @example 1234.5678
3207
3217
  */
3208
- volume_24h?: string | null;
3218
+ volume24h?: string | null;
3209
3219
  /**
3210
3220
  * @description Minimum supported leverage for margin markets
3211
3221
  * @example 1
3212
3222
  */
3213
- min_leverage?: string | null;
3223
+ minLeverage?: string | null;
3214
3224
  /**
3215
3225
  * @description Maximum supported leverage for margin markets
3216
3226
  * @example 20
3217
3227
  */
3218
- max_leverage?: string | null;
3228
+ maxLeverage?: string | null;
3219
3229
  /**
3220
3230
  * @description Current manipulation-resistant mark price
3221
3231
  * @example 95410.25
3222
3232
  */
3223
- mark_price?: string | null;
3233
+ markPrice?: string | null;
3224
3234
  /**
3225
3235
  * @description Current index/oracle reference price
3226
3236
  * @example 95400.00
3227
3237
  */
3228
- index_price?: string | null;
3238
+ indexPrice?: string | null;
3229
3239
  /**
3230
3240
  * @description Life-to-date cumulative base-token volume (since market inception); "0" for a pair with no trades yet
3231
3241
  * @example 123456.78900000
3232
3242
  */
3233
- total_base_volume_ltd?: string | null;
3243
+ totalBaseVolumeLtd?: string | null;
3234
3244
  /**
3235
3245
  * @description Life-to-date cumulative quote-token volume (since market inception); "0" for a pair with no trades yet
3236
3246
  * @example 9123456789.50
3237
3247
  */
3238
- total_quote_volume_ltd?: string | null;
3248
+ totalQuoteVolumeLtd?: string | null;
3239
3249
  /**
3240
3250
  * @description Life-to-date cumulative number of trades (since market inception); 0 for a pair with no trades yet
3241
3251
  * @example 482931
3242
3252
  */
3243
- total_trade_count_ltd?: string | null;
3253
+ totalTradeCountLtd?: string | null;
3244
3254
  };
3245
3255
  /** @description Exchange-wide life-to-date cumulative market statistics across all trading pairs. */
3246
3256
  GetMarketStatsResponse: {
@@ -3248,12 +3258,12 @@ export interface components {
3248
3258
  * @description Life-to-date cumulative quote-token (notional) volume summed across all trading pairs
3249
3259
  * @example 48217365920.75
3250
3260
  */
3251
- total_quote_volume_ltd?: string | null;
3261
+ totalQuoteVolumeLtd?: string | null;
3252
3262
  /**
3253
3263
  * @description Life-to-date cumulative number of trades summed across all trading pairs
3254
3264
  * @example 19284736
3255
3265
  */
3256
- total_trade_count_ltd?: string | null;
3266
+ totalTradeCountLtd?: string | null;
3257
3267
  };
3258
3268
  GetMovementsResponse: {
3259
3269
  movements?: components["schemas"]["LedgerMovement"][] | null;
@@ -3274,13 +3284,13 @@ export interface components {
3274
3284
  * @description Items per page
3275
3285
  * @example 20
3276
3286
  */
3277
- page_size?: number | null;
3287
+ pageSize?: number | null;
3278
3288
  /**
3279
3289
  * Format: uint32
3280
3290
  * @description Total number of pages
3281
3291
  * @example 8
3282
3292
  */
3283
- total_pages?: number | null;
3293
+ totalPages?: number | null;
3284
3294
  };
3285
3295
  /** @description Latest public open interest for a trading pair. */
3286
3296
  GetOpenInterestResponse: {
@@ -3289,27 +3299,27 @@ export interface components {
3289
3299
  * @description Trading pair UUID
3290
3300
  * @example 123e4567-e89b-12d3-a456-426614174000
3291
3301
  */
3292
- trading_pair_id?: string | null;
3302
+ tradingPairId?: string | null;
3293
3303
  /**
3294
3304
  * @description Current open interest in base-asset units
3295
3305
  * @example 12345.67
3296
3306
  */
3297
- open_interest?: string | null;
3307
+ openInterest?: string | null;
3298
3308
  /**
3299
3309
  * @description Timestamp of the latest open interest sample (ms since epoch)
3300
3310
  * @example 1736742000000
3301
3311
  */
3302
- updated_at?: string | null;
3312
+ updatedAt?: string | null;
3303
3313
  /**
3304
3314
  * @description Current open interest in base-asset units
3305
3315
  * @example 12345.67
3306
3316
  */
3307
- open_interest_base?: string | null;
3317
+ openInterestBase?: string | null;
3308
3318
  /**
3309
3319
  * @description Current open interest notional in quote units
3310
3320
  * @example 1172836500.00
3311
3321
  */
3312
- open_interest_notional?: string | null;
3322
+ openInterestNotional?: string | null;
3313
3323
  };
3314
3324
  GetOrderResponse: {
3315
3325
  /**
@@ -3323,12 +3333,12 @@ export interface components {
3323
3333
  * @description Trading pair UUID
3324
3334
  * @example 456e7890-e12b-12d3-a456-426614174000
3325
3335
  */
3326
- trading_pair_id?: string | null;
3336
+ tradingPairId?: string | null;
3327
3337
  /**
3328
3338
  * @description Order type: LIMIT or MARKET
3329
3339
  * @example LIMIT
3330
3340
  */
3331
- order_type?: string | null;
3341
+ orderType?: string | null;
3332
3342
  /**
3333
3343
  * @description Order side: BUY or SELL
3334
3344
  * @example BUY
@@ -3348,12 +3358,12 @@ export interface components {
3348
3358
  * @description Quantity filled so far
3349
3359
  * @example 0.2
3350
3360
  */
3351
- filled_quantity?: string | null;
3361
+ filledQuantity?: string | null;
3352
3362
  /**
3353
3363
  * @description Volume-weighted average fill price
3354
3364
  * @example 35050.00
3355
3365
  */
3356
- average_fill_price?: string | null;
3366
+ averageFillPrice?: string | null;
3357
3367
  /**
3358
3368
  * @description Order status: SUBMITTED, PARTIALLY_FILLED, FILLED, CANCELLED, REJECTED, or EXPIRED
3359
3369
  * @example PARTIALLY_FILLED
@@ -3363,68 +3373,68 @@ export interface components {
3363
3373
  * @description Trading mode: SPOT or MARGIN
3364
3374
  * @example SPOT
3365
3375
  */
3366
- trading_mode?: string | null;
3376
+ tradingMode?: string | null;
3367
3377
  /**
3368
3378
  * @description Time in force: GTC, IOC, or FOK
3369
3379
  * @example GTC
3370
3380
  */
3371
- time_in_force?: string | null;
3381
+ timeInForce?: string | null;
3372
3382
  /**
3373
3383
  * @description Order creation timestamp (ISO 8601)
3374
3384
  * @example 2023-11-13T10:30:00Z
3375
3385
  */
3376
- created_at?: string | null;
3386
+ createdAt?: string | null;
3377
3387
  /**
3378
3388
  * @description Last update timestamp (ISO 8601)
3379
3389
  * @example 2023-11-13T10:35:00Z
3380
3390
  */
3381
- updated_at?: string | null;
3391
+ updatedAt?: string | null;
3382
3392
  /**
3383
3393
  * @description Order expiration date (ISO 8601)
3384
3394
  * @example 2023-11-13T10:35:00Z
3385
3395
  */
3386
- expiration_date?: string | null;
3396
+ expirationDate?: string | null;
3387
3397
  /**
3388
3398
  * @description Application taker fee in bps
3389
3399
  * @example 5
3390
3400
  */
3391
- application_taker_fee?: string | null;
3401
+ applicationTakerFee?: string | null;
3392
3402
  /**
3393
3403
  * @description Monaco protocol taker fee in bps
3394
3404
  * @example 10
3395
3405
  */
3396
- monaco_taker_fee?: string | null;
3406
+ monacoTakerFee?: string | null;
3397
3407
  /**
3398
3408
  * @description Monaco maker rebate in bps (negative)
3399
3409
  * @example -2
3400
3410
  */
3401
- monaco_maker_rebate?: string | null;
3411
+ monacoMakerRebate?: string | null;
3402
3412
  /**
3403
3413
  * @description Total taker fees charged in quote token
3404
3414
  * @example 2.63
3405
3415
  */
3406
- total_taker_fees?: string | null;
3416
+ totalTakerFees?: string | null;
3407
3417
  /**
3408
3418
  * @description Total amount paid by taker (price * qty + fees)
3409
3419
  * @example 17502.63
3410
3420
  */
3411
- taker_total_payment?: string | null;
3421
+ takerTotalPayment?: string | null;
3412
3422
  /**
3413
3423
  * @description Total amount received by maker (price * qty - rebate)
3414
3424
  * @example 17496.50
3415
3425
  */
3416
- maker_total_receipt?: string | null;
3426
+ makerTotalReceipt?: string | null;
3417
3427
  /**
3418
3428
  * Format: uuid
3419
3429
  * @description Margin account UUID for margin orders
3420
3430
  * @example 123e4567-e89b-12d3-a456-426614174000
3421
3431
  */
3422
- margin_account_id?: string | null;
3432
+ marginAccountId?: string | null;
3423
3433
  /**
3424
3434
  * @description Position side for margin orders
3425
3435
  * @example LONG
3426
3436
  */
3427
- position_side?: string | null;
3437
+ positionSide?: string | null;
3428
3438
  /**
3429
3439
  * @description Leverage for margin orders
3430
3440
  * @example 5
@@ -3434,85 +3444,85 @@ export interface components {
3434
3444
  * @description Whether the order is reduce-only
3435
3445
  * @example false
3436
3446
  */
3437
- reduce_only?: boolean | null;
3447
+ reduceOnly?: boolean | null;
3438
3448
  /**
3439
3449
  * Format: uuid
3440
3450
  * @description Associated margin position UUID
3441
3451
  * @example 123e4567-e89b-12d3-a456-426614174000
3442
3452
  */
3443
- position_id?: string | null;
3453
+ positionId?: string | null;
3444
3454
  /**
3445
3455
  * @description Original order quantity in raw format (for precision)
3446
3456
  * @example 500000000
3447
3457
  */
3448
- quantity_raw?: string | null;
3458
+ quantityRaw?: string | null;
3449
3459
  /**
3450
3460
  * @description Filled quantity in raw format (for precision)
3451
3461
  * @example 200000000
3452
3462
  */
3453
- filled_quantity_raw?: string | null;
3463
+ filledQuantityRaw?: string | null;
3454
3464
  /**
3455
3465
  * @description Remaining unfilled quantity (normalized for display)
3456
3466
  * @example 0.3
3457
3467
  */
3458
- remaining_quantity?: string | null;
3468
+ remainingQuantity?: string | null;
3459
3469
  /**
3460
3470
  * @description Remaining unfilled quantity in raw format (for precision)
3461
3471
  * @example 300000000
3462
3472
  */
3463
- remaining_quantity_raw?: string | null;
3473
+ remainingQuantityRaw?: string | null;
3464
3474
  /** @description Client-assigned order identifier */
3465
- client_order_id?: string | null;
3475
+ clientOrderId?: string | null;
3466
3476
  /**
3467
3477
  * @description Timestamp when the order was cancelled (ISO 8601)
3468
3478
  * @example 2023-11-13T10:35:00Z
3469
3479
  */
3470
- cancelled_at?: string | null;
3480
+ cancelledAt?: string | null;
3471
3481
  /**
3472
3482
  * @description Timestamp when the order was fully filled (ISO 8601)
3473
3483
  * @example 2023-11-13T10:35:00Z
3474
3484
  */
3475
- filled_at?: string | null;
3485
+ filledAt?: string | null;
3476
3486
  /**
3477
3487
  * @description Timestamp when the order expired (ISO 8601)
3478
3488
  * @example 2023-11-13T10:35:00Z
3479
3489
  */
3480
- expired_at?: string | null;
3490
+ expiredAt?: string | null;
3481
3491
  /**
3482
3492
  * @description Timestamp when the order was submitted (ISO 8601)
3483
3493
  * @example 2023-11-13T10:35:00Z
3484
3494
  */
3485
- submitted_at?: string | null;
3495
+ submittedAt?: string | null;
3486
3496
  /**
3487
3497
  * @description Timestamp when the order was acknowledged (ISO 8601)
3488
3498
  * @example 2023-11-13T10:35:00Z
3489
3499
  */
3490
- acknowledged_at?: string | null;
3500
+ acknowledgedAt?: string | null;
3491
3501
  /**
3492
3502
  * @description Trigger price for stop/conditional orders
3493
3503
  * @example 34000.00
3494
3504
  */
3495
- trigger_price?: string | null;
3505
+ triggerPrice?: string | null;
3496
3506
  /**
3497
3507
  * @description Quote volume of the order
3498
3508
  * @example 17500.00
3499
3509
  */
3500
- quote_volume?: string | null;
3510
+ quoteVolume?: string | null;
3501
3511
  /**
3502
3512
  * Format: uuid
3503
3513
  * @description Application UUID that created the order
3504
3514
  */
3505
- application_id?: string | null;
3515
+ applicationId?: string | null;
3506
3516
  /**
3507
3517
  * Format: uuid
3508
3518
  * @description Parent order UUID for linked orders
3509
3519
  */
3510
- parent_order_id?: string | null;
3520
+ parentOrderId?: string | null;
3511
3521
  /**
3512
3522
  * Format: uuid
3513
3523
  * @description Batch UUID for batch orders
3514
3524
  */
3515
- batch_id?: string | null;
3525
+ batchId?: string | null;
3516
3526
  };
3517
3527
  /** @description Orderbook snapshot with token metadata and sequence number. */
3518
3528
  GetOrderbookResponse: {
@@ -3521,18 +3531,18 @@ export interface components {
3521
3531
  * @description Base token decimal places
3522
3532
  * @example 8
3523
3533
  */
3524
- base_decimals?: number | null;
3534
+ baseDecimals?: number | null;
3525
3535
  /**
3526
3536
  * @description Base token symbol
3527
3537
  * @example BTC
3528
3538
  */
3529
- base_token?: string | null;
3539
+ baseToken?: string | null;
3530
3540
  data?: components["schemas"]["OrderbookData"];
3531
3541
  /**
3532
3542
  * @description Event type identifier
3533
3543
  * @example orderbook_snapshot
3534
3544
  */
3535
- event_type?: string | null;
3545
+ eventType?: string | null;
3536
3546
  /**
3537
3547
  * @description Trading pair symbol
3538
3548
  * @example BTC/USDC
@@ -3543,24 +3553,24 @@ export interface components {
3543
3553
  * @description Trading pair UUID
3544
3554
  * @example 123e4567-e89b-12d3-a456-426614174000
3545
3555
  */
3546
- trading_pair_id?: string | null;
3556
+ tradingPairId?: string | null;
3547
3557
  /**
3548
3558
  * Format: int32
3549
3559
  * @description Quote token decimal places
3550
3560
  * @example 6
3551
3561
  */
3552
- quote_decimals?: number | null;
3562
+ quoteDecimals?: number | null;
3553
3563
  /**
3554
3564
  * @description Quote token symbol
3555
3565
  * @example USDC
3556
3566
  */
3557
- quote_token?: string | null;
3567
+ quoteToken?: string | null;
3558
3568
  /**
3559
3569
  * Format: uint32
3560
3570
  * @description Orderbook sequence number
3561
3571
  * @example 12345
3562
3572
  */
3563
- sequence_number?: number | null;
3573
+ sequenceNumber?: number | null;
3564
3574
  /**
3565
3575
  * @description Snapshot timestamp
3566
3576
  * @example 2023-11-13T10:30:00Z
@@ -3570,41 +3580,41 @@ export interface components {
3570
3580
  * @description Trading mode
3571
3581
  * @example Spot
3572
3582
  */
3573
- trading_mode?: string | null;
3583
+ tradingMode?: string | null;
3574
3584
  };
3575
3585
  GetPerpMarketConfigResponse: {
3576
3586
  /** Format: uuid */
3577
- trading_pair_id?: string | null;
3587
+ tradingPairId?: string | null;
3578
3588
  symbol?: string | null;
3579
- min_leverage?: string | null;
3580
- max_leverage?: string | null;
3581
- initial_margin_ratio?: string | null;
3582
- maintenance_margin_ratio?: string | null;
3589
+ minLeverage?: string | null;
3590
+ maxLeverage?: string | null;
3591
+ initialMarginRatio?: string | null;
3592
+ maintenanceMarginRatio?: string | null;
3583
3593
  /** Format: uint32 */
3584
- funding_interval_seconds?: number | null;
3585
- liquidation_fee_bps?: string | null;
3586
- risk_tiers?: components["schemas"]["RiskTier"][] | null;
3587
- updated_at?: string | null;
3594
+ fundingIntervalSeconds?: number | null;
3595
+ liquidationFeeBps?: string | null;
3596
+ riskTiers?: components["schemas"]["RiskTier"][] | null;
3597
+ updatedAt?: string | null;
3588
3598
  };
3589
3599
  GetPerpMarketSummaryResponse: {
3590
3600
  /** Format: uuid */
3591
- trading_pair_id?: string | null;
3601
+ tradingPairId?: string | null;
3592
3602
  symbol?: string | null;
3593
- last_price?: string | null;
3594
- mark_price?: string | null;
3595
- index_price?: string | null;
3596
- high_24h?: string | null;
3597
- low_24h?: string | null;
3598
- volume_24h?: string | null;
3599
- price_change_24h?: string | null;
3600
- price_change_percent_24h?: string | null;
3601
- open_interest?: string | null;
3602
- current_funding_rate?: string | null;
3603
- estimated_next_funding_rate?: string | null;
3604
- next_funding_time?: string | null;
3605
- market_status?: string | null;
3606
- market_regime?: string | null;
3607
- updated_at?: string | null;
3603
+ lastPrice?: string | null;
3604
+ markPrice?: string | null;
3605
+ indexPrice?: string | null;
3606
+ high24h?: string | null;
3607
+ low24h?: string | null;
3608
+ volume24h?: string | null;
3609
+ priceChange24h?: string | null;
3610
+ priceChangePercent24h?: string | null;
3611
+ openInterest?: string | null;
3612
+ currentFundingRate?: string | null;
3613
+ estimatedNextFundingRate?: string | null;
3614
+ nextFundingTime?: string | null;
3615
+ marketStatus?: string | null;
3616
+ marketRegime?: string | null;
3617
+ updatedAt?: string | null;
3608
3618
  };
3609
3619
  GetPortfolioChartResponse: {
3610
3620
  /**
@@ -3626,21 +3636,21 @@ export interface components {
3626
3636
  */
3627
3637
  period?: string | null;
3628
3638
  /**
3629
- * @description Total trade volume (sum of quote_volume)
3639
+ * @description Total trade volume (sum of quoteVolume)
3630
3640
  * @example 231.81
3631
3641
  */
3632
3642
  volume?: string | null;
3633
3643
  /** @description Number of trades in period */
3634
- total_trades?: string | null;
3644
+ totalTrades?: string | null;
3635
3645
  /** @description Number of orders in period */
3636
- total_orders?: string | null;
3646
+ totalOrders?: string | null;
3637
3647
  /**
3638
3648
  * @description Total fees paid by user
3639
3649
  * @example 0.12
3640
3650
  */
3641
- fees_paid?: string | null;
3651
+ feesPaid?: string | null;
3642
3652
  /**
3643
- * @description Profit and loss (CREDIT - DEBIT from trade ledger entries)
3653
+ * @description Realized PnL over the period, average-cost basis: gains/losses booked only when a position is reduced or closed, net of fees. Covers spot and perps (including funding). Excludes unrealized PnL on open positions.
3644
3654
  * @example -0.01
3645
3655
  */
3646
3656
  pnl?: string | null;
@@ -3648,62 +3658,62 @@ export interface components {
3648
3658
  * @description Total equity (sum of all balances)
3649
3659
  * @example 280.93
3650
3660
  */
3651
- total_equity?: string | null;
3661
+ totalEquity?: string | null;
3652
3662
  /**
3653
3663
  * @description Spot account equity
3654
3664
  * @example 280.93
3655
3665
  */
3656
- spot_equity?: string | null;
3666
+ spotEquity?: string | null;
3657
3667
  /**
3658
3668
  * @description Perpetuals account equity
3659
3669
  * @example 0.00
3660
3670
  */
3661
- perps_equity?: string | null;
3671
+ perpsEquity?: string | null;
3662
3672
  /**
3663
3673
  * Format: double
3664
3674
  * @description Ratio of profitable trades to total trades
3665
3675
  * @example 0.65
3666
3676
  */
3667
- win_loss_ratio?: number | null;
3677
+ winLossRatio?: number | null;
3668
3678
  /**
3669
3679
  * @description Maximum peak-to-trough drawdown on running PnL
3670
3680
  * @example 0.00
3671
3681
  */
3672
- max_drawdown?: string | null;
3682
+ maxDrawdown?: string | null;
3673
3683
  };
3674
3684
  GetPositionResponse: {
3675
- position_id?: string | null;
3685
+ positionId?: string | null;
3676
3686
  /** @description Margin account UUID for the isolated bucket that owns this position. */
3677
- margin_account_id?: string | null;
3687
+ marginAccountId?: string | null;
3678
3688
  /** Format: uuid */
3679
- trading_pair_id?: string | null;
3689
+ tradingPairId?: string | null;
3680
3690
  side?: string | null;
3681
3691
  size?: string | null;
3682
- entry_price?: string | null;
3683
- mark_price?: string | null;
3684
- index_price?: string | null;
3685
- unrealized_pnl?: string | null;
3686
- realized_pnl?: string | null;
3692
+ entryPrice?: string | null;
3693
+ markPrice?: string | null;
3694
+ indexPrice?: string | null;
3695
+ unrealizedPnl?: string | null;
3696
+ realizedPnl?: string | null;
3687
3697
  /** @description Current isolated collateral for this position's margin-account bucket. */
3688
- isolated_margin?: string | null;
3698
+ isolatedMargin?: string | null;
3689
3699
  leverage?: string | null;
3690
- maintenance_margin_required?: string | null;
3691
- initial_margin_required?: string | null;
3692
- liquidation_price?: string | null;
3700
+ maintenanceMarginRequired?: string | null;
3701
+ initialMarginRequired?: string | null;
3702
+ liquidationPrice?: string | null;
3693
3703
  status?: string | null;
3694
- updated_at?: string | null;
3695
- risk_bucket_id?: string | null;
3704
+ updatedAt?: string | null;
3705
+ riskBucketId?: string | null;
3696
3706
  };
3697
3707
  GetPositionRiskResponse: {
3698
- position_id?: string | null;
3699
- mark_price?: string | null;
3700
- index_price?: string | null;
3701
- unrealized_pnl?: string | null;
3702
- liquidation_price?: string | null;
3703
- margin_ratio?: string | null;
3704
- maintenance_margin_required?: string | null;
3705
- initial_margin_required?: string | null;
3706
- updated_at?: string | null;
3708
+ positionId?: string | null;
3709
+ markPrice?: string | null;
3710
+ indexPrice?: string | null;
3711
+ unrealizedPnl?: string | null;
3712
+ liquidationPrice?: string | null;
3713
+ marginRatio?: string | null;
3714
+ maintenanceMarginRequired?: string | null;
3715
+ initialMarginRequired?: string | null;
3716
+ updatedAt?: string | null;
3707
3717
  };
3708
3718
  GetProfileResponse: {
3709
3719
  /**
@@ -3723,43 +3733,43 @@ export interface components {
3723
3733
  * @description Account type: master or sub
3724
3734
  * @example master
3725
3735
  */
3726
- account_type?: string | null;
3736
+ accountType?: string | null;
3727
3737
  /**
3728
3738
  * @description Whether the user is allowed to withdraw
3729
3739
  * @example true
3730
3740
  */
3731
- can_withdraw?: boolean | null;
3741
+ canWithdraw?: boolean | null;
3732
3742
  /**
3733
3743
  * @description Account creation timestamp (ISO 8601)
3734
3744
  * @example 2023-11-13T10:30:00Z
3735
3745
  */
3736
- created_at?: string | null;
3746
+ createdAt?: string | null;
3737
3747
  /**
3738
3748
  * Format: int32
3739
3749
  * @description Base maker fee in basis points from active trading pair
3740
3750
  * @example -1
3741
3751
  */
3742
- maker_fee_bps?: number | null;
3752
+ makerFeeBps?: number | null;
3743
3753
  /**
3744
3754
  * Format: int32
3745
3755
  * @description Base taker fee in basis points from active trading pair
3746
3756
  * @example 5
3747
3757
  */
3748
- taker_fee_bps?: number | null;
3758
+ takerFeeBps?: number | null;
3749
3759
  /**
3750
3760
  * Format: int32
3751
3761
  * @description Additional taker fee in basis points from application
3752
3762
  * @example 0
3753
3763
  */
3754
- application_taker_fee_bps?: number | null;
3764
+ applicationTakerFeeBps?: number | null;
3755
3765
  /**
3756
3766
  * Format: int32
3757
3767
  * @description Additional maker fee in basis points from application
3758
3768
  * @example 0
3759
3769
  */
3760
- application_maker_fee_bps?: number | null;
3770
+ applicationMakerFeeBps?: number | null;
3761
3771
  };
3762
- /** @description Paginated screener response sorted by quote_volume_24h desc (nulls last). */
3772
+ /** @description Paginated screener response sorted by quoteVolume24h desc (nulls last). */
3763
3773
  GetScreenerResponse: {
3764
3774
  items?: components["schemas"]["ScreenerItem"][] | null;
3765
3775
  /**
@@ -3773,7 +3783,7 @@ export interface components {
3773
3783
  * @description Items per page
3774
3784
  * @example 50
3775
3785
  */
3776
- page_size?: number | null;
3786
+ pageSize?: number | null;
3777
3787
  /**
3778
3788
  * Format: uint32
3779
3789
  * @description Total number of trading pairs after filtering
@@ -3785,7 +3795,7 @@ export interface components {
3785
3795
  * @description Total number of pages
3786
3796
  * @example 1
3787
3797
  */
3788
- total_pages?: number | null;
3798
+ totalPages?: number | null;
3789
3799
  };
3790
3800
  /** @description A single trade. */
3791
3801
  GetTradeByIdResponse: {
@@ -3794,18 +3804,18 @@ export interface components {
3794
3804
  * @description Event type identifier
3795
3805
  * @example trade
3796
3806
  */
3797
- event_type?: string | null;
3807
+ eventType?: string | null;
3798
3808
  /**
3799
3809
  * Format: uuid
3800
3810
  * @description Trading pair UUID
3801
3811
  * @example 456e7890-e12b-12d3-a456-426614174000
3802
3812
  */
3803
- trading_pair_id?: string | null;
3813
+ tradingPairId?: string | null;
3804
3814
  /**
3805
3815
  * @description Trading mode: SPOT or MARGIN
3806
3816
  * @example SPOT
3807
3817
  */
3808
- trading_mode?: string | null;
3818
+ tradingMode?: string | null;
3809
3819
  };
3810
3820
  /** @description Recent trades for a trading pair. */
3811
3821
  GetTradesResponse: {
@@ -3821,28 +3831,28 @@ export interface components {
3821
3831
  * @description Maximum number of trades returned
3822
3832
  * @example 25
3823
3833
  */
3824
- page_size?: number | null;
3834
+ pageSize?: number | null;
3825
3835
  };
3826
3836
  /** @description Single trading pair details. */
3827
3837
  GetTradingPairResponse: {
3828
- trading_pair?: components["schemas"]["TradingPairData"];
3838
+ tradingPair?: components["schemas"]["TradingPairData"];
3829
3839
  };
3830
3840
  GetUserTradesResponse: {
3831
3841
  trades?: components["schemas"]["UserTrade"][] | null;
3832
3842
  /** @description Current page number */
3833
3843
  page?: string | null;
3834
3844
  /** @description Items per page */
3835
- page_size?: string | null;
3845
+ pageSize?: string | null;
3836
3846
  /** @description Total number of trades */
3837
3847
  total?: string | null;
3838
3848
  /** @description Total number of pages */
3839
- total_pages?: string | null;
3849
+ totalPages?: string | null;
3840
3850
  };
3841
3851
  IndexComponent: {
3842
3852
  provider?: string | null;
3843
3853
  price?: string | null;
3844
3854
  weight?: string | null;
3845
- updated_at?: string | null;
3855
+ updatedAt?: string | null;
3846
3856
  };
3847
3857
  InitiateWithdrawalRequest: {
3848
3858
  /**
@@ -3850,7 +3860,7 @@ export interface components {
3850
3860
  * @description UUID of the asset to withdraw
3851
3861
  * @example 123e4567-e89b-12d3-a456-426614174000
3852
3862
  */
3853
- asset_id?: string | null;
3863
+ assetId?: string | null;
3854
3864
  /**
3855
3865
  * @description Raw token amount in the smallest unit (e.g. wei) as a stringified positive integer
3856
3866
  * @example 1000000000000000000
@@ -3875,12 +3885,12 @@ export interface components {
3875
3885
  * @description Ledger entry type: CREDIT, DEBIT, LOCK, UNLOCK, or FEE
3876
3886
  * @example CREDIT
3877
3887
  */
3878
- entry_type?: string | null;
3888
+ entryType?: string | null;
3879
3889
  /**
3880
3890
  * @description Transaction type: DEPOSIT, WITHDRAWAL, TRADE, or FEE
3881
3891
  * @example DEPOSIT
3882
3892
  */
3883
- transaction_type?: string | null;
3893
+ transactionType?: string | null;
3884
3894
  /**
3885
3895
  * @description Human-readable amount in token units
3886
3896
  * @example 100.50
@@ -3892,46 +3902,46 @@ export interface components {
3892
3902
  * @description Available balance before this movement
3893
3903
  * @example 900.00
3894
3904
  */
3895
- balance_before?: string | null;
3905
+ balanceBefore?: string | null;
3896
3906
  /**
3897
3907
  * @description Available balance after this movement
3898
3908
  * @example 1000.50
3899
3909
  */
3900
- balance_after?: string | null;
3910
+ balanceAfter?: string | null;
3901
3911
  /**
3902
3912
  * @description Locked balance before this movement
3903
3913
  * @example 50.00
3904
3914
  */
3905
- locked_before?: string | null;
3915
+ lockedBefore?: string | null;
3906
3916
  /**
3907
3917
  * @description Locked balance after this movement
3908
3918
  * @example 75.00
3909
3919
  */
3910
- locked_after?: string | null;
3920
+ lockedAfter?: string | null;
3911
3921
  /**
3912
3922
  * @description ID of the related entity (order, trade, etc.)
3913
3923
  * @example ref_123456
3914
3924
  */
3915
- reference_id?: string | null;
3925
+ referenceId?: string | null;
3916
3926
  /**
3917
3927
  * @description Type of the referenced entity
3918
3928
  * @example deposit
3919
3929
  */
3920
- reference_type?: string | null;
3930
+ referenceType?: string | null;
3921
3931
  /**
3922
3932
  * @description Human-readable description of the movement
3923
3933
  * @example USDC deposit
3924
3934
  */
3925
3935
  description?: string | null;
3926
3936
  /** @description On-chain transaction hash (if applicable) */
3927
- tx_hash?: string | null;
3937
+ txHash?: string | null;
3928
3938
  /** @description Block number of the on-chain transaction */
3929
- block_number?: string | null;
3939
+ blockNumber?: string | null;
3930
3940
  /**
3931
3941
  * @description Movement timestamp (ISO 8601)
3932
3942
  * @example 2023-11-13T10:30:00Z
3933
3943
  */
3934
- created_at?: string | null;
3944
+ createdAt?: string | null;
3935
3945
  /**
3936
3946
  * @description Token symbol
3937
3947
  * @example USDC
@@ -3947,45 +3957,45 @@ export interface components {
3947
3957
  * @description Raw amount in smallest token unit (no decimals)
3948
3958
  * @example 100500000
3949
3959
  */
3950
- amount_raw?: string | null;
3960
+ amountRaw?: string | null;
3951
3961
  /**
3952
3962
  * @description Raw available balance before this movement
3953
3963
  * @example 900000000
3954
3964
  */
3955
- balance_before_raw?: string | null;
3965
+ balanceBeforeRaw?: string | null;
3956
3966
  /**
3957
3967
  * @description Raw available balance after this movement
3958
3968
  * @example 1000500000
3959
3969
  */
3960
- balance_after_raw?: string | null;
3970
+ balanceAfterRaw?: string | null;
3961
3971
  /**
3962
3972
  * @description Raw locked balance before this movement
3963
3973
  * @example 50000000
3964
3974
  */
3965
- locked_before_raw?: string | null;
3975
+ lockedBeforeRaw?: string | null;
3966
3976
  /**
3967
3977
  * @description Raw locked balance after this movement
3968
3978
  * @example 75000000
3969
3979
  */
3970
- locked_after_raw?: string | null;
3980
+ lockedAfterRaw?: string | null;
3971
3981
  /**
3972
3982
  * Format: uuid
3973
3983
  * @description Asset UUID
3974
3984
  * @example 123e4567-e89b-12d3-a456-426614174000
3975
3985
  */
3976
- asset_id?: string | null;
3986
+ assetId?: string | null;
3977
3987
  /**
3978
3988
  * Format: uuid
3979
3989
  * @description User UUID who owns this movement
3980
3990
  * @example 123e4567-e89b-12d3-a456-426614174000
3981
3991
  */
3982
- user_id?: string | null;
3992
+ userId?: string | null;
3983
3993
  /**
3984
3994
  * Format: uuid
3985
3995
  * @description Balance UUID this movement affects
3986
3996
  * @example 123e4567-e89b-12d3-a456-426614174000
3987
3997
  */
3988
- balance_id?: string | null;
3998
+ balanceId?: string | null;
3989
3999
  };
3990
4000
  ListAppBalancesResponse: {
3991
4001
  balances?: components["schemas"]["ApplicationBalance"][] | null;
@@ -4006,13 +4016,13 @@ export interface components {
4006
4016
  * @description Items per page
4007
4017
  * @example 20
4008
4018
  */
4009
- page_size?: number | null;
4019
+ pageSize?: number | null;
4010
4020
  /**
4011
4021
  * Format: uint32
4012
4022
  * @description Total number of pages
4013
4023
  * @example 3
4014
4024
  */
4015
- total_pages?: number | null;
4025
+ totalPages?: number | null;
4016
4026
  };
4017
4027
  ListAppMovementsResponse: {
4018
4028
  movements?: components["schemas"]["ApplicationMovement"][] | null;
@@ -4033,13 +4043,13 @@ export interface components {
4033
4043
  * @description Items per page
4034
4044
  * @example 20
4035
4045
  */
4036
- page_size?: number | null;
4046
+ pageSize?: number | null;
4037
4047
  /**
4038
4048
  * Format: uint32
4039
4049
  * @description Total number of pages
4040
4050
  * @example 8
4041
4051
  */
4042
- total_pages?: number | null;
4052
+ totalPages?: number | null;
4043
4053
  };
4044
4054
  ListAppOrdersResponse: {
4045
4055
  orders?: components["schemas"]["ApplicationOrder"][] | null;
@@ -4060,13 +4070,13 @@ export interface components {
4060
4070
  * @description Items per page
4061
4071
  * @example 20
4062
4072
  */
4063
- page_size?: number | null;
4073
+ pageSize?: number | null;
4064
4074
  /**
4065
4075
  * Format: uint32
4066
4076
  * @description Total number of pages
4067
4077
  * @example 8
4068
4078
  */
4069
- total_pages?: number | null;
4079
+ totalPages?: number | null;
4070
4080
  };
4071
4081
  ListAppUsersResponse: {
4072
4082
  users?: components["schemas"]["AppUser"][] | null;
@@ -4087,13 +4097,13 @@ export interface components {
4087
4097
  * @description Items per page
4088
4098
  * @example 20
4089
4099
  */
4090
- page_size?: number | null;
4100
+ pageSize?: number | null;
4091
4101
  /**
4092
4102
  * Format: uint32
4093
4103
  * @description Total number of pages
4094
4104
  * @example 3
4095
4105
  */
4096
- total_pages?: number | null;
4106
+ totalPages?: number | null;
4097
4107
  };
4098
4108
  ListConditionalOrdersResponse: {
4099
4109
  orders?: components["schemas"]["ConditionalOrder"][] | null;
@@ -4102,7 +4112,7 @@ export interface components {
4102
4112
  /** Format: uint32 */
4103
4113
  page?: number | null;
4104
4114
  /** Format: uint32 */
4105
- page_size?: number | null;
4115
+ pageSize?: number | null;
4106
4116
  };
4107
4117
  ListDelegatedAgentOwnersResponse: {
4108
4118
  /** @description Owners that have an active delegation to the calling agent */
@@ -4119,7 +4129,7 @@ export interface components {
4119
4129
  /** Format: uint32 */
4120
4130
  page?: number | null;
4121
4131
  /** Format: uint32 */
4122
- page_size?: number | null;
4132
+ pageSize?: number | null;
4123
4133
  };
4124
4134
  ListFundingPaymentsResponse: {
4125
4135
  records?: components["schemas"]["FundingPaymentRecord"][] | null;
@@ -4140,13 +4150,13 @@ export interface components {
4140
4150
  * @description Items per page
4141
4151
  * @example 20
4142
4152
  */
4143
- page_size?: number | null;
4153
+ pageSize?: number | null;
4144
4154
  /**
4145
4155
  * Format: uint32
4146
4156
  * @description Total number of pages
4147
4157
  * @example 1
4148
4158
  */
4149
- total_pages?: number | null;
4159
+ totalPages?: number | null;
4150
4160
  };
4151
4161
  ListMarginAccountsResponse: {
4152
4162
  accounts?: components["schemas"]["MarginAccountSummary"][] | null;
@@ -4155,7 +4165,7 @@ export interface components {
4155
4165
  /** Format: uint32 */
4156
4166
  page?: number | null;
4157
4167
  /** Format: uint32 */
4158
- page_size?: number | null;
4168
+ pageSize?: number | null;
4159
4169
  };
4160
4170
  ListOrdersResponse: {
4161
4171
  orders?: components["schemas"]["GetOrderResponse"][] | null;
@@ -4176,13 +4186,40 @@ export interface components {
4176
4186
  * @description Items per page
4177
4187
  * @example 20
4178
4188
  */
4179
- page_size?: number | null;
4189
+ pageSize?: number | null;
4180
4190
  /**
4181
4191
  * Format: uint32
4182
4192
  * @description Total number of pages
4183
4193
  * @example 8
4184
4194
  */
4185
- total_pages?: number | null;
4195
+ totalPages?: number | null;
4196
+ };
4197
+ ListPendingWithdrawalsResponse: {
4198
+ withdrawals?: components["schemas"]["PendingWithdrawal"][] | null;
4199
+ /**
4200
+ * Format: uint32
4201
+ * @description Total number of pending withdrawals for the caller
4202
+ * @example 3
4203
+ */
4204
+ total?: number | null;
4205
+ /**
4206
+ * Format: uint32
4207
+ * @description Current page number
4208
+ * @example 1
4209
+ */
4210
+ page?: number | null;
4211
+ /**
4212
+ * Format: uint32
4213
+ * @description Items per page
4214
+ * @example 20
4215
+ */
4216
+ pageSize?: number | null;
4217
+ /**
4218
+ * Format: uint32
4219
+ * @description Total number of pages
4220
+ * @example 1
4221
+ */
4222
+ totalPages?: number | null;
4186
4223
  };
4187
4224
  ListPositionHistoryResponse: {
4188
4225
  events?: components["schemas"]["PositionHistoryEvent"][] | null;
@@ -4191,7 +4228,7 @@ export interface components {
4191
4228
  /** Format: uint32 */
4192
4229
  page?: number | null;
4193
4230
  /** Format: uint32 */
4194
- page_size?: number | null;
4231
+ pageSize?: number | null;
4195
4232
  };
4196
4233
  ListPositionsResponse: {
4197
4234
  positions?: components["schemas"]["Position"][] | null;
@@ -4200,10 +4237,10 @@ export interface components {
4200
4237
  /** Format: uint32 */
4201
4238
  page?: number | null;
4202
4239
  /** Format: uint32 */
4203
- page_size?: number | null;
4240
+ pageSize?: number | null;
4204
4241
  };
4205
4242
  ListSubAccountsResponse: {
4206
- sub_accounts?: components["schemas"]["SubAccount"][] | null;
4243
+ subAccounts?: components["schemas"]["SubAccount"][] | null;
4207
4244
  /**
4208
4245
  * Format: uint32
4209
4246
  * @description Total number of sub-accounts
@@ -4213,7 +4250,7 @@ export interface components {
4213
4250
  };
4214
4251
  /** @description Paginated list of trading pairs. */
4215
4252
  ListTradingPairsResponse: {
4216
- trading_pairs?: components["schemas"]["TradingPairData"][] | null;
4253
+ tradingPairs?: components["schemas"]["TradingPairData"][] | null;
4217
4254
  /**
4218
4255
  * Format: uint32
4219
4256
  * @description Current page number
@@ -4225,7 +4262,7 @@ export interface components {
4225
4262
  * @description Items per page
4226
4263
  * @example 20
4227
4264
  */
4228
- page_size?: number | null;
4265
+ pageSize?: number | null;
4229
4266
  /**
4230
4267
  * Format: uint32
4231
4268
  * @description Total number of trading pairs
@@ -4237,37 +4274,37 @@ export interface components {
4237
4274
  * @description Total number of pages
4238
4275
  * @example 3
4239
4276
  */
4240
- total_pages?: number | null;
4277
+ totalPages?: number | null;
4241
4278
  };
4242
4279
  MarginAccountMovement: {
4243
4280
  id?: string | null;
4244
- movement_type?: string | null;
4281
+ movementType?: string | null;
4245
4282
  asset?: string | null;
4246
4283
  amount?: string | null;
4247
4284
  status?: string | null;
4248
- created_at?: string | null;
4285
+ createdAt?: string | null;
4249
4286
  };
4250
4287
  MarginAccountSummary: {
4251
4288
  /** @description Parent margin account UUID. */
4252
- margin_account_id?: string | null;
4253
- account_state?: string | null;
4289
+ marginAccountId?: string | null;
4290
+ accountState?: string | null;
4254
4291
  equity?: string | null;
4255
- initial_margin_required?: string | null;
4256
- maintenance_margin_required?: string | null;
4257
- free_collateral?: string | null;
4258
- withdrawable_collateral?: string | null;
4259
- total_position_notional?: string | null;
4260
- unrealized_pnl?: string | null;
4261
- realized_pnl?: string | null;
4262
- updated_at?: string | null;
4292
+ initialMarginRequired?: string | null;
4293
+ maintenanceMarginRequired?: string | null;
4294
+ freeCollateral?: string | null;
4295
+ withdrawableCollateral?: string | null;
4296
+ totalPositionNotional?: string | null;
4297
+ unrealizedPnl?: string | null;
4298
+ realizedPnl?: string | null;
4299
+ updatedAt?: string | null;
4263
4300
  label?: string | null;
4264
4301
  /** Format: uuid */
4265
- trading_pair_id?: string | null;
4266
- strategy_key?: string | null;
4302
+ tradingPairId?: string | null;
4303
+ strategyKey?: string | null;
4267
4304
  /** @description Present only for risk-bucket summary rows. */
4268
- risk_bucket_id?: string | null;
4305
+ riskBucketId?: string | null;
4269
4306
  /** @description Present only for risk-bucket summary rows. Values: ISOLATED, CROSS. */
4270
- margin_mode?: string | null;
4307
+ marginMode?: string | null;
4271
4308
  };
4272
4309
  MatchResult: {
4273
4310
  /**
@@ -4275,22 +4312,22 @@ export interface components {
4275
4312
  * @description Number of trades generated by this order
4276
4313
  * @example 2
4277
4314
  */
4278
- trades_count?: number | null;
4315
+ tradesCount?: number | null;
4279
4316
  /**
4280
4317
  * @description Total quantity filled
4281
4318
  * @example 0.2
4282
4319
  */
4283
- total_filled?: string | null;
4320
+ totalFilled?: string | null;
4284
4321
  /**
4285
4322
  * @description Remaining unfilled quantity
4286
4323
  * @example 0.3
4287
4324
  */
4288
- remaining_quantity?: string | null;
4325
+ remainingQuantity?: string | null;
4289
4326
  /**
4290
4327
  * @description Volume-weighted average fill price
4291
4328
  * @example 35100.00
4292
4329
  */
4293
- average_fill_price?: string | null;
4330
+ averageFillPrice?: string | null;
4294
4331
  /**
4295
4332
  * @description Resulting order status after matching
4296
4333
  * @example PARTIALLY_FILLED
@@ -4301,14 +4338,14 @@ export interface components {
4301
4338
  * @description Actual slippage incurred in basis points
4302
4339
  * @example 15
4303
4340
  */
4304
- actual_slippage_bps?: number | null;
4341
+ actualSlippageBps?: number | null;
4305
4342
  /**
4306
4343
  * Format: int32
4307
4344
  * @description Maximum slippage tolerance that was set
4308
4345
  * @example 50
4309
4346
  */
4310
- max_slippage_bps?: number | null;
4311
- execution_price_range?: components["schemas"]["ExecutionPriceRange"];
4347
+ maxSlippageBps?: number | null;
4348
+ executionPriceRange?: components["schemas"]["ExecutionPriceRange"];
4312
4349
  };
4313
4350
  MintTokensResponse: {
4314
4351
  minted?: components["schemas"]["MintedToken"][] | null;
@@ -4318,7 +4355,7 @@ export interface components {
4318
4355
  * @description Remaining faucet requests in next 24h
4319
4356
  * @example 4
4320
4357
  */
4321
- remaining_requests_24h?: number | null;
4358
+ remainingRequests24h?: number | null;
4322
4359
  };
4323
4360
  MintedToken: {
4324
4361
  /**
@@ -4326,7 +4363,7 @@ export interface components {
4326
4363
  * @description Asset UUID
4327
4364
  * @example 123e4567-e89b-12d3-a456-426614174000
4328
4365
  */
4329
- asset_id?: string | null;
4366
+ assetId?: string | null;
4330
4367
  /**
4331
4368
  * @description Token symbol
4332
4369
  * @example USDC
@@ -4338,7 +4375,7 @@ export interface components {
4338
4375
  */
4339
4376
  amount?: string | null;
4340
4377
  /** @description On-chain transaction hash */
4341
- tx_hash?: string | null;
4378
+ txHash?: string | null;
4342
4379
  };
4343
4380
  OrderbookData: {
4344
4381
  bids?: components["schemas"]["PriceLevel"][] | null;
@@ -4347,112 +4384,149 @@ export interface components {
4347
4384
  * @description Highest bid price
4348
4385
  * @example 34900.00
4349
4386
  */
4350
- best_bid?: string | null;
4387
+ bestBid?: string | null;
4351
4388
  /**
4352
4389
  * @description Lowest ask price
4353
4390
  * @example 35100.00
4354
4391
  */
4355
- best_ask?: string | null;
4392
+ bestAsk?: string | null;
4356
4393
  /**
4357
4394
  * @description Total bid-side volume
4358
4395
  * @example 15.5
4359
4396
  */
4360
- bid_volume?: string | null;
4397
+ bidVolume?: string | null;
4361
4398
  /**
4362
4399
  * @description Total ask-side volume
4363
4400
  * @example 12.3
4364
4401
  */
4365
- ask_volume?: string | null;
4366
- price_change?: components["schemas"]["PriceChange"];
4402
+ askVolume?: string | null;
4403
+ priceChange?: components["schemas"]["PriceChange"];
4367
4404
  };
4368
4405
  ParentTpSlLeg: {
4369
4406
  /**
4370
4407
  * @description Mark price that activates this TP/SL child
4371
4408
  * @example 65000
4372
4409
  */
4373
- trigger_price?: string | null;
4410
+ triggerPrice?: string | null;
4374
4411
  /**
4375
4412
  * @description Triggered order type: MARKET or LIMIT
4376
4413
  * @enum {string|null}
4377
4414
  */
4378
- order_type?: "MARKET" | "LIMIT" | null;
4415
+ orderType?: "MARKET" | "LIMIT" | null;
4379
4416
  /**
4380
4417
  * @description Limit price for LIMIT TP/SL children
4381
4418
  * @example 64950
4382
4419
  */
4383
- limit_price?: string | null;
4420
+ limitPrice?: string | null;
4384
4421
  /**
4385
4422
  * @description LIMIT only: GTC or IOC
4386
4423
  * @enum {string|null}
4387
4424
  */
4388
- time_in_force?: "GTC" | "IOC" | null;
4425
+ timeInForce?: "GTC" | "IOC" | null;
4389
4426
  /**
4390
4427
  * Format: int32
4391
4428
  * @description MARKET only slippage tolerance in basis points
4392
4429
  * @example 1000
4393
4430
  */
4394
- slippage_tolerance_bps?: number | null;
4431
+ slippageToleranceBps?: number | null;
4395
4432
  /**
4396
4433
  * @description Optional conditional order expiry timestamp (ISO 8601)
4397
4434
  * @example 2026-06-01T00:00:00Z
4398
4435
  */
4399
- expires_at?: string | null;
4436
+ expiresAt?: string | null;
4437
+ };
4438
+ /**
4439
+ * @description A single pending withdrawal in a list response. A lightweight summary — the
4440
+ * executable calldata is not included (it does not exist until the withdrawal
4441
+ * is confirmed on-chain; fetch it from GetWithdrawal once it becomes ready).
4442
+ */
4443
+ PendingWithdrawal: {
4444
+ /** @description Allocated withdrawal index — matches executeWithdrawal.index on-chain */
4445
+ withdrawalIndex?: string | null;
4446
+ /**
4447
+ * Format: uuid
4448
+ * @description UUID of the withdrawn asset
4449
+ * @example 123e4567-e89b-12d3-a456-426614174000
4450
+ */
4451
+ assetId?: string | null;
4452
+ /**
4453
+ * @description Ticker symbol of the withdrawn asset
4454
+ * @example USDC
4455
+ */
4456
+ assetSymbol?: string | null;
4457
+ /**
4458
+ * @description Raw token amount in the smallest unit (e.g. wei) as a stringified positive integer
4459
+ * @example 1000000000000000000
4460
+ */
4461
+ amount?: string | null;
4462
+ /** @description On-chain address that will receive the withdrawal (EVM, 42 chars including 0x) */
4463
+ destination?: string | null;
4464
+ /**
4465
+ * @description Withdrawal lifecycle status; always "pending" for entries in this response
4466
+ * @example pending
4467
+ */
4468
+ status?: string | null;
4469
+ /**
4470
+ * @description RFC 3339 timestamp of when the withdrawal was initiated
4471
+ * @example 2026-07-01T12:00:00Z
4472
+ */
4473
+ createdAt?: string | null;
4400
4474
  };
4401
4475
  Position: {
4402
- position_id?: string | null;
4476
+ positionId?: string | null;
4403
4477
  /** @description Margin account UUID for the isolated bucket that owns this position. */
4404
- margin_account_id?: string | null;
4478
+ marginAccountId?: string | null;
4405
4479
  /** Format: uuid */
4406
- trading_pair_id?: string | null;
4480
+ tradingPairId?: string | null;
4407
4481
  side?: string | null;
4408
4482
  size?: string | null;
4409
- entry_price?: string | null;
4410
- mark_price?: string | null;
4411
- index_price?: string | null;
4412
- unrealized_pnl?: string | null;
4413
- realized_pnl?: string | null;
4483
+ entryPrice?: string | null;
4484
+ markPrice?: string | null;
4485
+ indexPrice?: string | null;
4486
+ unrealizedPnl?: string | null;
4487
+ realizedPnl?: string | null;
4414
4488
  /** @description Current isolated collateral for this position's margin-account bucket. */
4415
- isolated_margin?: string | null;
4489
+ isolatedMargin?: string | null;
4416
4490
  leverage?: string | null;
4417
- maintenance_margin_required?: string | null;
4418
- initial_margin_required?: string | null;
4419
- liquidation_price?: string | null;
4491
+ maintenanceMarginRequired?: string | null;
4492
+ initialMarginRequired?: string | null;
4493
+ liquidationPrice?: string | null;
4420
4494
  status?: string | null;
4421
- updated_at?: string | null;
4422
- risk_bucket_id?: string | null;
4495
+ updatedAt?: string | null;
4496
+ riskBucketId?: string | null;
4423
4497
  };
4424
4498
  PositionHistoryEvent: {
4425
4499
  id?: string | null;
4426
- position_id?: string | null;
4427
- margin_account_id?: string | null;
4500
+ positionId?: string | null;
4501
+ marginAccountId?: string | null;
4428
4502
  /** Format: uuid */
4429
- trading_pair_id?: string | null;
4503
+ tradingPairId?: string | null;
4430
4504
  action?: string | null;
4431
- size_change?: string | null;
4505
+ sizeChange?: string | null;
4432
4506
  price?: string | null;
4433
- realized_pnl?: string | null;
4434
- fees_paid?: string | null;
4435
- collateral_change?: string | null;
4507
+ realizedPnl?: string | null;
4508
+ feesPaid?: string | null;
4509
+ collateralChange?: string | null;
4436
4510
  /** Format: uuid */
4437
- order_id?: string | null;
4438
- created_at?: string | null;
4511
+ orderId?: string | null;
4512
+ createdAt?: string | null;
4439
4513
  };
4440
4514
  PriceChange: {
4441
4515
  /**
4442
4516
  * @description Price 24 hours ago
4443
4517
  * @example 34500.00
4444
4518
  */
4445
- price_24h_ago?: string | null;
4519
+ price24hAgo?: string | null;
4446
4520
  /**
4447
4521
  * @description Absolute price change in last 24 hours
4448
4522
  * @example 500.00
4449
4523
  */
4450
- price_change_24h?: string | null;
4524
+ priceChange24h?: string | null;
4451
4525
  /**
4452
4526
  * @description Percentage price change in last 24 hours
4453
4527
  * @example 1.45
4454
4528
  */
4455
- price_change_percent_24h?: string | null;
4529
+ priceChangePercent24h?: string | null;
4456
4530
  };
4457
4531
  PriceLevel: {
4458
4532
  /**
@@ -4470,7 +4544,7 @@ export interface components {
4470
4544
  * @description Number of orders at this price level
4471
4545
  * @example 3
4472
4546
  */
4473
- order_count?: number | null;
4547
+ orderCount?: number | null;
4474
4548
  };
4475
4549
  PublicHealthCheckResponse: {
4476
4550
  /**
@@ -4495,34 +4569,34 @@ export interface components {
4495
4569
  */
4496
4570
  timestamp?: number | null;
4497
4571
  };
4498
- /** @description A public trade event. Serializes to the historical REST/WebSocket envelope: { data: { ... }, event_type, trading_pair_id, trading_mode }. */
4572
+ /** @description A public trade event. Serializes to the REST envelope: { data: { ... }, eventType, tradingPairId, tradingMode }. The WebSocket surface emits the equivalent envelope with snake_case keys. */
4499
4573
  PublicTrade: {
4500
4574
  data?: components["schemas"]["TradeData"];
4501
4575
  /**
4502
4576
  * @description Event type identifier
4503
4577
  * @example trade
4504
4578
  */
4505
- event_type?: string | null;
4579
+ eventType?: string | null;
4506
4580
  /**
4507
4581
  * Format: uuid
4508
4582
  * @description Trading pair UUID
4509
4583
  * @example 456e7890-e12b-12d3-a456-426614174000
4510
4584
  */
4511
- trading_pair_id?: string | null;
4585
+ tradingPairId?: string | null;
4512
4586
  /**
4513
4587
  * @description Trading mode: SPOT or MARGIN
4514
4588
  * @example SPOT
4515
4589
  */
4516
- trading_mode?: string | null;
4590
+ tradingMode?: string | null;
4517
4591
  };
4518
4592
  ReducePositionMarginRequest: {
4519
4593
  amount?: string | null;
4520
4594
  };
4521
4595
  ReducePositionMarginResponse: {
4522
- position_id?: string | null;
4596
+ positionId?: string | null;
4523
4597
  /** @description Margin account UUID for the isolated bucket that was adjusted. */
4524
- margin_account_id?: string | null;
4525
- new_isolated_margin?: string | null;
4598
+ marginAccountId?: string | null;
4599
+ newIsolatedMargin?: string | null;
4526
4600
  status?: string | null;
4527
4601
  message?: string | null;
4528
4602
  };
@@ -4533,14 +4607,14 @@ export interface components {
4533
4607
  * @description Unix timestamp when the session expires after refresh
4534
4608
  * @example 1699876543
4535
4609
  */
4536
- expires_at?: number | null;
4610
+ expiresAt?: number | null;
4537
4611
  };
4538
4612
  ReplaceOrderRequest: {
4539
4613
  /**
4540
4614
  * @description Use master account balance for sub-account orders
4541
4615
  * @example false
4542
4616
  */
4543
- use_master_balance?: boolean | null;
4617
+ useMasterBalance?: boolean | null;
4544
4618
  /**
4545
4619
  * @description New limit price (if changing)
4546
4620
  * @example 35500.00
@@ -4558,7 +4632,7 @@ export interface components {
4558
4632
  * @description New replacement order UUID
4559
4633
  * @example 987e6543-e21b-12d3-a456-426614174000
4560
4634
  */
4561
- order_id?: string | null;
4635
+ orderId?: string | null;
4562
4636
  /**
4563
4637
  * @description Result status: SUCCESS or FAILED
4564
4638
  * @example SUCCESS
@@ -4574,9 +4648,9 @@ export interface components {
4574
4648
  * @description UUID of the original cancelled order
4575
4649
  * @example 123e4567-e89b-12d3-a456-426614174000
4576
4650
  */
4577
- original_order_id?: string | null;
4578
- updated_fields?: components["schemas"]["UpdatedFields"];
4579
- match_result?: components["schemas"]["MatchResult"];
4651
+ originalOrderId?: string | null;
4652
+ updatedFields?: components["schemas"]["UpdatedFields"];
4653
+ matchResult?: components["schemas"]["MatchResult"];
4580
4654
  };
4581
4655
  RevokeDelegatedAgentResponse: {
4582
4656
  /**
@@ -4594,9 +4668,9 @@ export interface components {
4594
4668
  message?: string | null;
4595
4669
  };
4596
4670
  RiskTier: {
4597
- initial_margin_ratio?: string | null;
4598
- maintenance_margin_ratio?: string | null;
4599
- max_position_notional?: string | null;
4671
+ initialMarginRatio?: string | null;
4672
+ maintenanceMarginRatio?: string | null;
4673
+ maxPositionNotional?: string | null;
4600
4674
  };
4601
4675
  /** @description Per-pair screener row. Window fields null when insufficient history. */
4602
4676
  ScreenerItem: {
@@ -4605,7 +4679,7 @@ export interface components {
4605
4679
  * @description Trading pair UUID
4606
4680
  * @example 123e4567-e89b-12d3-a456-426614174000
4607
4681
  */
4608
- trading_pair_id?: string | null;
4682
+ tradingPairId?: string | null;
4609
4683
  /**
4610
4684
  * @description Trading pair symbol
4611
4685
  * @example BTC/USDC
@@ -4615,54 +4689,54 @@ export interface components {
4615
4689
  * @description URL for the base token icon
4616
4690
  * @example https://assets.0xmonaco.com/icons/btc.svg
4617
4691
  */
4618
- base_icon_url?: string | null;
4692
+ baseIconUrl?: string | null;
4619
4693
  /**
4620
4694
  * @description URL for the quote token icon
4621
4695
  * @example https://assets.0xmonaco.com/icons/usdc.svg
4622
4696
  */
4623
- quote_icon_url?: string | null;
4697
+ quoteIconUrl?: string | null;
4624
4698
  /**
4625
4699
  * @description Most recent close price
4626
4700
  * @example 95432.50
4627
4701
  */
4628
- last_price?: string | null;
4702
+ lastPrice?: string | null;
4629
4703
  /**
4630
4704
  * @description Timestamp of the last candle (ms since epoch)
4631
4705
  * @example 1745308800000
4632
4706
  */
4633
- last_price_timestamp?: string | null;
4707
+ lastPriceTimestamp?: string | null;
4634
4708
  /**
4635
4709
  * @description Quote-token volume in the last 1 hour
4636
4710
  * @example 1178245.32
4637
4711
  */
4638
- quote_volume_1h?: string | null;
4712
+ quoteVolume1h?: string | null;
4639
4713
  /**
4640
4714
  * @description Quote-token volume in the last 24 hours
4641
4715
  * @example 117845632.18
4642
4716
  */
4643
- quote_volume_24h?: string | null;
4717
+ quoteVolume24h?: string | null;
4644
4718
  /**
4645
4719
  * @description Quote-token volume in the last 7 days
4646
4720
  * @example 851234109.44
4647
4721
  */
4648
- quote_volume_7d?: string | null;
4722
+ quoteVolume7d?: string | null;
4649
4723
  /**
4650
4724
  * @description Percent price change over the last 1 hour
4651
4725
  * @example 0.42
4652
4726
  */
4653
- price_change_percent_1h?: string | null;
4727
+ priceChangePercent1h?: string | null;
4654
4728
  /**
4655
4729
  * @description Percent price change over the last 24 hours
4656
4730
  * @example 1.31
4657
4731
  */
4658
- price_change_percent_24h?: string | null;
4732
+ priceChangePercent24h?: string | null;
4659
4733
  /**
4660
4734
  * @description Percent price change over the last 7 days
4661
4735
  * @example -3.87
4662
4736
  */
4663
- price_change_percent_7d?: string | null;
4737
+ priceChangePercent7d?: string | null;
4664
4738
  /** @description Up to 7 UTC-day buckets (oldest first); empty when <1 day of history */
4665
- snapshot_7d?: components["schemas"]["ScreenerSnapshotPoint"][] | null;
4739
+ snapshot7d?: components["schemas"]["ScreenerSnapshotPoint"][] | null;
4666
4740
  /**
4667
4741
  * @description Asset-class category: crypto, equities, commodities, or fx
4668
4742
  * @example crypto
@@ -4672,12 +4746,12 @@ export interface components {
4672
4746
  * @description Life-to-date cumulative quote-token volume (since market inception); "0" for a pair with no trades yet
4673
4747
  * @example 9123456789.50
4674
4748
  */
4675
- total_quote_volume_ltd?: string | null;
4749
+ totalQuoteVolumeLtd?: string | null;
4676
4750
  /**
4677
4751
  * @description Life-to-date cumulative number of trades (since market inception); 0 for a pair with no trades yet
4678
4752
  * @example 482931
4679
4753
  */
4680
- total_trade_count_ltd?: string | null;
4754
+ totalTradeCountLtd?: string | null;
4681
4755
  };
4682
4756
  /** @description One UTC-day bucket in a pair's 7-day snapshot. */
4683
4757
  ScreenerSnapshotPoint: {
@@ -4685,17 +4759,17 @@ export interface components {
4685
4759
  * @description UTC day boundary (ms since epoch)
4686
4760
  * @example 1744704000000
4687
4761
  */
4688
- bucket_start?: string | null;
4762
+ bucketStart?: string | null;
4689
4763
  /**
4690
4764
  * @description Quote-token volume for the day
4691
4765
  * @example 105204321.11
4692
4766
  */
4693
- quote_volume?: string | null;
4767
+ quoteVolume?: string | null;
4694
4768
  /**
4695
4769
  * @description Percent price change (close - open) / open * 100 for the day
4696
4770
  * @example 0.85
4697
4771
  */
4698
- price_change_percent?: string | null;
4772
+ priceChangePercent?: string | null;
4699
4773
  };
4700
4774
  SimulateFeesResponse: {
4701
4775
  /**
@@ -4707,129 +4781,129 @@ export interface components {
4707
4781
  * @description Monaco protocol taker fee in quote token
4708
4782
  * @example 20.00
4709
4783
  */
4710
- monaco_taker_fee?: string | null;
4784
+ monacoTakerFee?: string | null;
4711
4785
  /**
4712
4786
  * @description Monaco maker rebate in quote token (negative)
4713
4787
  * @example -5.00
4714
4788
  */
4715
- monaco_maker_rebate?: string | null;
4789
+ monacoMakerRebate?: string | null;
4716
4790
  /**
4717
4791
  * @description Application-specific taker fee in quote token
4718
4792
  * @example 10.00
4719
4793
  */
4720
- application_taker_fee?: string | null;
4794
+ applicationTakerFee?: string | null;
4721
4795
  /**
4722
4796
  * @description Total taker fees (monaco + application)
4723
4797
  * @example 30.00
4724
4798
  */
4725
- total_taker_fees?: string | null;
4799
+ totalTakerFees?: string | null;
4726
4800
  /**
4727
4801
  * @description Total amount paid by taker (notional + fees)
4728
4802
  * @example 20030.00
4729
4803
  */
4730
- taker_total_payment?: string | null;
4804
+ takerTotalPayment?: string | null;
4731
4805
  /**
4732
4806
  * @description Total amount received by maker (notional - rebate)
4733
4807
  * @example 19995.00
4734
4808
  */
4735
- maker_total_receipt?: string | null;
4809
+ makerTotalReceipt?: string | null;
4736
4810
  /**
4737
4811
  * @description Amount locked for buy orders. For MARKET orders, includes slippage buffer.
4738
4812
  * @example 20030.00
4739
4813
  */
4740
- buy_order_lock_amount?: string | null;
4814
+ buyOrderLockAmount?: string | null;
4741
4815
  /**
4742
4816
  * Format: int32
4743
4817
  * @description Monaco taker fee rate in basis points
4744
4818
  * @example 10
4745
4819
  */
4746
- monaco_taker_fee_bps?: number | null;
4820
+ monacoTakerFeeBps?: number | null;
4747
4821
  /**
4748
4822
  * Format: int32
4749
4823
  * @description Monaco maker rebate rate in bps (negative)
4750
4824
  * @example -2
4751
4825
  */
4752
- monaco_maker_rebate_bps?: number | null;
4826
+ monacoMakerRebateBps?: number | null;
4753
4827
  /**
4754
4828
  * Format: int32
4755
4829
  * @description Application taker fee rate in basis points
4756
4830
  * @example 5
4757
4831
  */
4758
- application_taker_fee_bps?: number | null;
4832
+ applicationTakerFeeBps?: number | null;
4759
4833
  /**
4760
4834
  * @description Application display name
4761
4835
  * @example Monaco Trading Frontend
4762
4836
  */
4763
- application_name?: string | null;
4837
+ applicationName?: string | null;
4764
4838
  /**
4765
4839
  * @description Maximum quantity affordable at the given price, accounting for fees and slippage. Powers the 100% range input on the FE.
4766
4840
  * @example 99.95
4767
4841
  */
4768
- max_quantity?: string | null;
4842
+ maxQuantity?: string | null;
4769
4843
  /**
4770
4844
  * @description Maximum quantity in RAW (smallest unit) format
4771
4845
  * @example 99950000000000000000
4772
4846
  */
4773
- max_quantity_raw?: string | null;
4847
+ maxQuantityRaw?: string | null;
4774
4848
  /**
4775
4849
  * Format: int32
4776
4850
  * @description Slippage tolerance used in the calculation (echoed back)
4777
4851
  * @example 500
4778
4852
  */
4779
- slippage_tolerance_bps?: number | null;
4853
+ slippageToleranceBps?: number | null;
4780
4854
  };
4781
4855
  SimulateOrderRiskRequest: {
4782
4856
  /** @description Margin account UUID for the isolated bucket being simulated. */
4783
- margin_account_id?: string | null;
4857
+ marginAccountId?: string | null;
4784
4858
  /** Format: uuid */
4785
- trading_pair_id?: string | null;
4859
+ tradingPairId?: string | null;
4786
4860
  side?: string | null;
4787
- position_side?: string | null;
4788
- order_type?: string | null;
4861
+ positionSide?: string | null;
4862
+ orderType?: string | null;
4789
4863
  price?: string | null;
4790
4864
  quantity?: string | null;
4791
4865
  leverage?: string | null;
4792
- reduce_only?: boolean | null;
4866
+ reduceOnly?: boolean | null;
4793
4867
  };
4794
4868
  SimulateOrderRiskResponse: {
4795
4869
  accepted?: boolean | null;
4796
- reject_reason?: string | null;
4797
- equity_after?: string | null;
4798
- initial_margin_required_after?: string | null;
4799
- maintenance_margin_required_after?: string | null;
4800
- free_collateral_after?: string | null;
4801
- estimated_fee?: string | null;
4802
- estimated_liquidation_price?: string | null;
4870
+ rejectReason?: string | null;
4871
+ equityAfter?: string | null;
4872
+ initialMarginRequiredAfter?: string | null;
4873
+ maintenanceMarginRequiredAfter?: string | null;
4874
+ freeCollateralAfter?: string | null;
4875
+ estimatedFee?: string | null;
4876
+ estimatedLiquidationPrice?: string | null;
4803
4877
  /**
4804
4878
  * @description The margin account the simulation was resolved against. Always populated;
4805
4879
  * useful for auto-resolved buckets where the caller didn't supply the id.
4806
4880
  */
4807
- margin_account_id?: string | null;
4881
+ marginAccountId?: string | null;
4808
4882
  /** @description Populated when the simulated account is an auto-resolved bucket. */
4809
- strategy_key?: string | null;
4883
+ strategyKey?: string | null;
4810
4884
  };
4811
4885
  SimulateParentMarginOrderRiskRequest: {
4812
4886
  /** Format: uuid */
4813
- trading_pair_id?: string | null;
4887
+ tradingPairId?: string | null;
4814
4888
  side?: string | null;
4815
- position_side?: string | null;
4816
- order_type?: string | null;
4889
+ positionSide?: string | null;
4890
+ orderType?: string | null;
4817
4891
  price?: string | null;
4818
4892
  quantity?: string | null;
4819
4893
  leverage?: string | null;
4820
- reduce_only?: boolean | null;
4894
+ reduceOnly?: boolean | null;
4821
4895
  };
4822
4896
  SimulateRiskBucketOrderRiskRequest: {
4823
4897
  /** Format: uuid */
4824
- trading_pair_id?: string | null;
4825
- strategy_key?: string | null;
4898
+ tradingPairId?: string | null;
4899
+ strategyKey?: string | null;
4826
4900
  side?: string | null;
4827
- position_side?: string | null;
4828
- order_type?: string | null;
4901
+ positionSide?: string | null;
4902
+ orderType?: string | null;
4829
4903
  price?: string | null;
4830
4904
  quantity?: string | null;
4831
4905
  leverage?: string | null;
4832
- reduce_only?: boolean | null;
4906
+ reduceOnly?: boolean | null;
4833
4907
  };
4834
4908
  SubAccount: {
4835
4909
  /**
@@ -4849,12 +4923,12 @@ export interface components {
4849
4923
  * @description Whether the sub-account is allowed to withdraw
4850
4924
  * @example false
4851
4925
  */
4852
- can_withdraw?: boolean | null;
4926
+ canWithdraw?: boolean | null;
4853
4927
  /**
4854
4928
  * @description Account creation timestamp (ISO 8601)
4855
4929
  * @example 2023-11-13T10:30:00Z
4856
4930
  */
4857
- created_at?: string | null;
4931
+ createdAt?: string | null;
4858
4932
  balances?: components["schemas"]["AccountBalance"][] | null;
4859
4933
  };
4860
4934
  SubAccountLimit: {
@@ -4869,54 +4943,54 @@ export interface components {
4869
4943
  * @description Sub-account UUID this limit applies to
4870
4944
  * @example 123e4567-e89b-12d3-a456-426614174000
4871
4945
  */
4872
- sub_account_id?: string | null;
4946
+ subAccountId?: string | null;
4873
4947
  /** @description Token contract address */
4874
4948
  token?: string | null;
4875
4949
  /**
4876
4950
  * @description Maximum daily spending limit in token units
4877
4951
  * @example 1000.00
4878
4952
  */
4879
- daily_limit?: string | null;
4953
+ dailyLimit?: string | null;
4880
4954
  /**
4881
4955
  * @description Amount used today against the limit
4882
4956
  * @example 250.50
4883
4957
  */
4884
- used_today?: string | null;
4958
+ usedToday?: string | null;
4885
4959
  /**
4886
4960
  * @description Limit creation timestamp (ISO 8601)
4887
4961
  * @example 2023-11-13T10:30:00Z
4888
4962
  */
4889
- created_at?: string | null;
4963
+ createdAt?: string | null;
4890
4964
  /**
4891
4965
  * @description Last update timestamp (ISO 8601)
4892
4966
  * @example 2023-11-13T10:30:00Z
4893
4967
  */
4894
- updated_at?: string | null;
4968
+ updatedAt?: string | null;
4895
4969
  /**
4896
4970
  * Format: uuid
4897
4971
  * @description Master account UUID that owns this sub-account
4898
4972
  * @example 123e4567-e89b-12d3-a456-426614174001
4899
4973
  */
4900
- master_account_id?: string | null;
4974
+ masterAccountId?: string | null;
4901
4975
  /**
4902
4976
  * @description Maximum amount allowed in token units
4903
4977
  * @example 1500.00
4904
4978
  */
4905
- max_amount?: string | null;
4979
+ maxAmount?: string | null;
4906
4980
  /**
4907
4981
  * @description Last reset timestamp for the daily limit (ISO 8601)
4908
4982
  * @example 2023-11-13T00:00:00Z
4909
4983
  */
4910
- last_reset_at?: string | null;
4984
+ lastResetAt?: string | null;
4911
4985
  /**
4912
4986
  * @description Whether the limit is active
4913
4987
  * @example true
4914
4988
  */
4915
- is_active?: boolean | null;
4989
+ isActive?: boolean | null;
4916
4990
  };
4917
4991
  SubmitWhitelistRequest: {
4918
4992
  /** @description Applicant wallet address */
4919
- wallet_address: string;
4993
+ walletAddress: string;
4920
4994
  /**
4921
4995
  * Format: email
4922
4996
  * @description Applicant email address
@@ -4927,12 +5001,12 @@ export interface components {
4927
5001
  * @description Applicant Twitter/X username
4928
5002
  * @example monaco_user
4929
5003
  */
4930
- twitter_username?: string | null;
5004
+ twitterUsername?: string | null;
4931
5005
  /**
4932
5006
  * @description Applicant Telegram username
4933
5007
  * @example monaco_user
4934
5008
  */
4935
- telegram_username?: string | null;
5009
+ telegramUsername?: string | null;
4936
5010
  };
4937
5011
  SubmitWhitelistResponse: {
4938
5012
  /**
@@ -4945,17 +5019,17 @@ export interface components {
4945
5019
  * @description Created user UUID (pending approval)
4946
5020
  * @example 123e4567-e89b-12d3-a456-426614174000
4947
5021
  */
4948
- user_id?: string | null;
5022
+ userId?: string | null;
4949
5023
  };
4950
5024
  TpSlLeg: {
4951
- trigger_price?: string | null;
4952
- order_type?: string | null;
4953
- limit_price?: string | null;
5025
+ triggerPrice?: string | null;
5026
+ orderType?: string | null;
5027
+ limitPrice?: string | null;
4954
5028
  quantity?: string | null;
4955
- time_in_force?: string | null;
5029
+ timeInForce?: string | null;
4956
5030
  /** Format: int32 */
4957
- slippage_tolerance_bps?: number | null;
4958
- expires_at?: string | null;
5031
+ slippageToleranceBps?: number | null;
5032
+ expiresAt?: string | null;
4959
5033
  };
4960
5034
  /** @description Core fields of a single executed trade, nested under `data` in the public trade event envelope. */
4961
5035
  TradeData: {
@@ -4963,12 +5037,12 @@ export interface components {
4963
5037
  * @description Trade execution timestamp (ISO 8601). Omitted when the trade has no execution time.
4964
5038
  * @example 2023-11-13T10:30:00Z
4965
5039
  */
4966
- executed_at?: string | null;
5040
+ executedAt?: string | null;
4967
5041
  /**
4968
5042
  * @description Maker order side: BUY or SELL
4969
5043
  * @example BUY
4970
5044
  */
4971
- maker_side?: string | null;
5045
+ makerSide?: string | null;
4972
5046
  /**
4973
5047
  * @description Execution price
4974
5048
  * @example 35000.00
@@ -4983,13 +5057,13 @@ export interface components {
4983
5057
  * @description Traded quantity in raw base-token units
4984
5058
  * @example 50000000
4985
5059
  */
4986
- quantity_raw?: string | null;
5060
+ quantityRaw?: string | null;
4987
5061
  /**
4988
5062
  * Format: uuid
4989
5063
  * @description Trade UUID
4990
5064
  * @example 123e4567-e89b-12d3-a456-426614174000
4991
5065
  */
4992
- trade_id?: string | null;
5066
+ tradeId?: string | null;
4993
5067
  };
4994
5068
  /** @description Trading pair configuration including tokens, fees, and order limits. */
4995
5069
  TradingPairData: {
@@ -4998,25 +5072,25 @@ export interface components {
4998
5072
  * @description Base asset UUID
4999
5073
  * @example 456e7890-e12b-12d3-a456-426614174000
5000
5074
  */
5001
- base_asset_id?: string | null;
5075
+ baseAssetId?: string | null;
5002
5076
  /**
5003
5077
  * Format: int32
5004
5078
  * @description Base token decimal places
5005
5079
  * @example 8
5006
5080
  */
5007
- base_decimals?: number | null;
5081
+ baseDecimals?: number | null;
5008
5082
  /**
5009
5083
  * @description Base token icon URL
5010
5084
  * @example https://cdn.0xmonaco.com/assets/btc.svg
5011
5085
  */
5012
- base_icon_url?: string | null;
5086
+ baseIconUrl?: string | null;
5013
5087
  /**
5014
5088
  * @description Base token symbol
5015
5089
  * @example BTC
5016
5090
  */
5017
- base_token?: string | null;
5091
+ baseToken?: string | null;
5018
5092
  /** @description Base token contract address */
5019
- base_token_contract?: string | null;
5093
+ baseTokenContract?: string | null;
5020
5094
  /**
5021
5095
  * Format: uuid
5022
5096
  * @description Trading pair UUID
@@ -5027,52 +5101,52 @@ export interface components {
5027
5101
  * @description Pair active
5028
5102
  * @example true
5029
5103
  */
5030
- is_active?: boolean | null;
5104
+ isActive?: boolean | null;
5031
5105
  /**
5032
5106
  * Format: int32
5033
5107
  * @description Maker fee in bps (negative = rebate)
5034
5108
  * @example -2
5035
5109
  */
5036
- maker_fee_bps?: number | null;
5110
+ makerFeeBps?: number | null;
5037
5111
  /**
5038
5112
  * @description Market type: SPOT or MARGIN
5039
5113
  * @example SPOT
5040
5114
  */
5041
- market_type?: string | null;
5115
+ marketType?: string | null;
5042
5116
  /**
5043
5117
  * @description Maximum order size in base token
5044
5118
  * @example 100.0
5045
5119
  */
5046
- max_order_size?: string | null;
5120
+ maxOrderSize?: string | null;
5047
5121
  /**
5048
5122
  * @description Minimum order size in base token
5049
5123
  * @example 0.0001
5050
5124
  */
5051
- min_order_size?: string | null;
5125
+ minOrderSize?: string | null;
5052
5126
  /**
5053
5127
  * Format: uuid
5054
5128
  * @description Quote asset UUID
5055
5129
  * @example 789e0123-e45b-12d3-a456-426614174000
5056
5130
  */
5057
- quote_asset_id?: string | null;
5131
+ quoteAssetId?: string | null;
5058
5132
  /**
5059
5133
  * Format: int32
5060
5134
  * @description Quote token decimal places
5061
5135
  * @example 6
5062
5136
  */
5063
- quote_decimals?: number | null;
5137
+ quoteDecimals?: number | null;
5064
5138
  /**
5065
5139
  * @description Quote token icon URL
5066
5140
  * @example https://cdn.0xmonaco.com/assets/usdc.svg
5067
5141
  */
5068
- quote_icon_url?: string | null;
5142
+ quoteIconUrl?: string | null;
5069
5143
  /**
5070
5144
  * @description Quote token symbol
5071
5145
  * @example USDC
5072
5146
  */
5073
- quote_token?: string | null;
5147
+ quoteToken?: string | null;
5074
5148
  /** @description Quote token contract address */
5075
- quote_token_contract?: string | null;
5149
+ quoteTokenContract?: string | null;
5076
5150
  /**
5077
5151
  * @description Trading pair symbol
5078
5152
  * @example BTC/USDC
@@ -5083,22 +5157,22 @@ export interface components {
5083
5157
  * @description Taker fee (bps)
5084
5158
  * @example 10
5085
5159
  */
5086
- taker_fee_bps?: number | null;
5160
+ takerFeeBps?: number | null;
5087
5161
  /**
5088
5162
  * @description Minimum price increment
5089
5163
  * @example 0.01
5090
5164
  */
5091
- tick_size?: string | null;
5165
+ tickSize?: string | null;
5092
5166
  /**
5093
5167
  * @description Minimum supported leverage for margin markets
5094
5168
  * @example 1
5095
5169
  */
5096
- min_leverage?: string | null;
5170
+ minLeverage?: string | null;
5097
5171
  /**
5098
5172
  * @description Maximum supported leverage for margin markets
5099
5173
  * @example 20
5100
5174
  */
5101
- max_leverage?: string | null;
5175
+ maxLeverage?: string | null;
5102
5176
  /**
5103
5177
  * @description Asset-class category: crypto, equities, commodities, or fx
5104
5178
  * @example crypto
@@ -5107,7 +5181,7 @@ export interface components {
5107
5181
  };
5108
5182
  TransferCollateralFromMarginAccountRequest: {
5109
5183
  /** @description Parent margin account UUID that releases collateral. */
5110
- margin_account_id?: string | null;
5184
+ marginAccountId?: string | null;
5111
5185
  asset?: string | null;
5112
5186
  amount?: string | null;
5113
5187
  /**
@@ -5116,20 +5190,20 @@ export interface components {
5116
5190
  * bucket under the parent margin account. If omitted, the transfer applies to
5117
5191
  * the parent margin account only.
5118
5192
  */
5119
- trading_pair_id?: string | null;
5193
+ tradingPairId?: string | null;
5120
5194
  /** @description Optional strategy key echoed in responses when callers scope a risk bucket. */
5121
- strategy_key?: string | null;
5195
+ strategyKey?: string | null;
5122
5196
  };
5123
5197
  TransferCollateralFromMarginAccountResponse: {
5124
- movement_id?: string | null;
5125
- margin_account_id?: string | null;
5198
+ movementId?: string | null;
5199
+ marginAccountId?: string | null;
5126
5200
  asset?: string | null;
5127
5201
  amount?: string | null;
5128
5202
  status?: string | null;
5129
- new_equity?: string | null;
5130
- new_total_collateral_value?: string | null;
5131
- new_withdrawable_collateral?: string | null;
5132
- strategy_key?: string | null;
5203
+ newEquity?: string | null;
5204
+ newTotalCollateralValue?: string | null;
5205
+ newWithdrawableCollateral?: string | null;
5206
+ strategyKey?: string | null;
5133
5207
  };
5134
5208
  TransferCollateralFromParentMarginAccountRequest: {
5135
5209
  asset?: string | null;
@@ -5137,7 +5211,7 @@ export interface components {
5137
5211
  };
5138
5212
  TransferCollateralToMarginAccountRequest: {
5139
5213
  /** @description Parent margin account UUID that receives collateral. */
5140
- margin_account_id?: string | null;
5214
+ marginAccountId?: string | null;
5141
5215
  asset?: string | null;
5142
5216
  amount?: string | null;
5143
5217
  /**
@@ -5146,20 +5220,20 @@ export interface components {
5146
5220
  * bucket under the parent margin account. If omitted, the transfer applies to
5147
5221
  * the parent margin account only.
5148
5222
  */
5149
- trading_pair_id?: string | null;
5223
+ tradingPairId?: string | null;
5150
5224
  /** @description Optional strategy key echoed in responses when callers scope a risk bucket. */
5151
- strategy_key?: string | null;
5225
+ strategyKey?: string | null;
5152
5226
  };
5153
5227
  TransferCollateralToMarginAccountResponse: {
5154
- movement_id?: string | null;
5155
- margin_account_id?: string | null;
5228
+ movementId?: string | null;
5229
+ marginAccountId?: string | null;
5156
5230
  asset?: string | null;
5157
5231
  amount?: string | null;
5158
5232
  status?: string | null;
5159
- new_equity?: string | null;
5160
- new_total_collateral_value?: string | null;
5161
- new_withdrawable_collateral?: string | null;
5162
- strategy_key?: string | null;
5233
+ newEquity?: string | null;
5234
+ newTotalCollateralValue?: string | null;
5235
+ newWithdrawableCollateral?: string | null;
5236
+ strategyKey?: string | null;
5163
5237
  };
5164
5238
  TransferCollateralToParentMarginAccountRequest: {
5165
5239
  asset?: string | null;
@@ -5172,8 +5246,8 @@ export interface components {
5172
5246
  * Format: uuid
5173
5247
  * @description Trading pair UUID whose risk bucket receives collateral.
5174
5248
  */
5175
- trading_pair_id?: string | null;
5176
- strategy_key?: string | null;
5249
+ tradingPairId?: string | null;
5250
+ strategyKey?: string | null;
5177
5251
  };
5178
5252
  UpdateLimitRequest: {
5179
5253
  /**
@@ -5181,28 +5255,28 @@ export interface components {
5181
5255
  * @description Sub-account UUID
5182
5256
  * @example 123e4567-e89b-12d3-a456-426614174000
5183
5257
  */
5184
- sub_account_id?: string | null;
5258
+ subAccountId?: string | null;
5185
5259
  /**
5186
5260
  * Format: uuid
5187
5261
  * @description Asset UUID
5188
5262
  * @example 123e4567-e89b-12d3-a456-426614174000
5189
5263
  */
5190
- asset_id?: string | null;
5264
+ assetId?: string | null;
5191
5265
  /**
5192
5266
  * @description New maximum amount allowed in token units
5193
5267
  * @example 1500.00
5194
5268
  */
5195
- max_amount?: string | null;
5269
+ maxAmount?: string | null;
5196
5270
  /**
5197
5271
  * @description New maximum daily spending limit in token units
5198
5272
  * @example 500.00
5199
5273
  */
5200
- daily_limit?: string | null;
5274
+ dailyLimit?: string | null;
5201
5275
  /**
5202
5276
  * @description Whether the limit is active
5203
5277
  * @example true
5204
5278
  */
5205
- is_active?: boolean | null;
5279
+ isActive?: boolean | null;
5206
5280
  };
5207
5281
  UpdateLimitResponse: {
5208
5282
  limit?: components["schemas"]["SubAccountLimit"];
@@ -5221,7 +5295,7 @@ export interface components {
5221
5295
  };
5222
5296
  UpsertDelegatedAgentRequest: {
5223
5297
  /** @description Agent wallet address (EVM, 42 chars including 0x) */
5224
- agent_address?: string | null;
5298
+ agentAddress?: string | null;
5225
5299
  /**
5226
5300
  * @description Optional human-friendly label for the agent
5227
5301
  * @example market-maker-bot
@@ -5231,7 +5305,7 @@ export interface components {
5231
5305
  * @description Optional delegation expiry timestamp (ISO 8601). Omit for no expiry.
5232
5306
  * @example 2026-12-31T23:59:59Z
5233
5307
  */
5234
- expires_at?: string | null;
5308
+ expiresAt?: string | null;
5235
5309
  /**
5236
5310
  * @description Actions the agent may perform: CREATE_ORDER, CANCEL_ORDER, REPLACE_ORDER
5237
5311
  * @example [
@@ -5239,41 +5313,41 @@ export interface components {
5239
5313
  * "CANCEL_ORDER"
5240
5314
  * ]
5241
5315
  */
5242
- allowed_actions?: string[] | null;
5316
+ allowedActions?: string[] | null;
5243
5317
  /** @description Trading pair UUIDs the agent may trade. An order is allowed if its market or its margin account is permitted. */
5244
- allowed_trading_pair_ids?: string[] | null;
5318
+ allowedTradingPairIds?: string[] | null;
5245
5319
  /** @description Margin account UUIDs the agent may trade against. An order is allowed if its market or its margin account is permitted. */
5246
- allowed_margin_account_ids?: string[] | null;
5320
+ allowedMarginAccountIds?: string[] | null;
5247
5321
  /**
5248
5322
  * @description Permitted order types (LIMIT, MARKET). Empty means unrestricted.
5249
5323
  * @example [
5250
5324
  * "LIMIT"
5251
5325
  * ]
5252
5326
  */
5253
- allowed_order_types?: string[] | null;
5327
+ allowedOrderTypes?: string[] | null;
5254
5328
  /**
5255
5329
  * @description Permitted time-in-force values (GTC, IOC, FOK). Empty means unrestricted.
5256
5330
  * @example [
5257
5331
  * "GTC"
5258
5332
  * ]
5259
5333
  */
5260
- allowed_time_in_force?: string[] | null;
5334
+ allowedTimeInForce?: string[] | null;
5261
5335
  /**
5262
5336
  * @description Maximum leverage the agent may use (decimal string). Omit for no limit.
5263
5337
  * @example 10
5264
5338
  */
5265
- max_leverage?: string | null;
5339
+ maxLeverage?: string | null;
5266
5340
  /**
5267
5341
  * @description Maximum order notional (price * quantity, decimal string). Omit for no limit.
5268
5342
  * @example 50000
5269
5343
  */
5270
- max_order_notional?: string | null;
5344
+ maxOrderNotional?: string | null;
5271
5345
  /**
5272
5346
  * Format: int32
5273
5347
  * @description Maximum concurrent open orders. Omit for no limit.
5274
5348
  * @example 100
5275
5349
  */
5276
- max_open_orders?: number | null;
5350
+ maxOpenOrders?: number | null;
5277
5351
  };
5278
5352
  UserInfo: {
5279
5353
  /**
@@ -5291,18 +5365,18 @@ export interface components {
5291
5365
  username?: string | null;
5292
5366
  };
5293
5367
  UserTrade: {
5294
- trade_id?: string | null;
5368
+ tradeId?: string | null;
5295
5369
  /** Format: uuid */
5296
- order_id?: string | null;
5297
- position_id?: string | null;
5370
+ orderId?: string | null;
5371
+ positionId?: string | null;
5298
5372
  /** Format: uuid */
5299
- trading_pair_id?: string | null;
5373
+ tradingPairId?: string | null;
5300
5374
  side?: string | null;
5301
5375
  price?: string | null;
5302
5376
  quantity?: string | null;
5303
- liquidity_role?: string | null;
5377
+ liquidityRole?: string | null;
5304
5378
  fee?: string | null;
5305
- realized_pnl?: string | null;
5379
+ realizedPnl?: string | null;
5306
5380
  timestamp?: string | null;
5307
5381
  };
5308
5382
  VerifyRequest: {
@@ -5319,14 +5393,14 @@ export interface components {
5319
5393
  * @description Optional application identifier
5320
5394
  * @example monaco-frontend
5321
5395
  */
5322
- client_id?: string | null;
5396
+ clientId?: string | null;
5323
5397
  /** @description Optional chain ID supplied by SDK clients */
5324
- chain_id?: string | null;
5398
+ chainId?: string | null;
5325
5399
  /**
5326
5400
  * @description Lowercase hex (64 chars) ed25519 public key generated locally by the SDK. Subsequent authenticated requests are signed with the matching private key. The wallet's signature on the challenge message proves the user authorized this specific public key.
5327
5401
  * @example 3b6a27bcceb6a42d62a3a8d02a6f0d73653215771de243a63ac048a18b59da29
5328
5402
  */
5329
- session_public_key: string;
5403
+ sessionPublicKey: string;
5330
5404
  };
5331
5405
  VerifyResponse: {
5332
5406
  /**
@@ -5334,14 +5408,14 @@ export interface components {
5334
5408
  * @description Unix timestamp when the session expires
5335
5409
  * @example 1699876543
5336
5410
  */
5337
- expires_at?: number | null;
5411
+ expiresAt?: number | null;
5338
5412
  user?: components["schemas"]["UserInfo"];
5339
5413
  };
5340
5414
  Withdrawal: {
5341
5415
  /** @description Allocated withdrawal index — matches executeWithdrawal.index on-chain */
5342
- withdrawal_index?: string | null;
5416
+ withdrawalIndex?: string | null;
5343
5417
  /** @description 0x-prefixed lowercase address of the vault contract the calldata is submitted to */
5344
- vault_address?: string | null;
5418
+ vaultAddress?: string | null;
5345
5419
  /** @description 0x-prefixed ABI-encoded executeWithdrawal(...) calldata; submit as tx.data to the vault. Empty on InitiateWithdrawal (the merkle proof is not available until the withdrawal root is confirmed on-chain) — fetch it from GetWithdrawal once ready */
5346
5420
  calldata?: string | null;
5347
5421
  };
@@ -5360,7 +5434,7 @@ export interface operations {
5360
5434
  /** @description Page number (1-indexed) */
5361
5435
  page?: number;
5362
5436
  /** @description Items per page (max 100) */
5363
- page_size?: number;
5437
+ pageSize?: number;
5364
5438
  };
5365
5439
  header?: never;
5366
5440
  path?: never;
@@ -5405,7 +5479,7 @@ export interface operations {
5405
5479
  query?: never;
5406
5480
  header?: never;
5407
5481
  path: {
5408
- asset_id: string;
5482
+ assetId: string;
5409
5483
  };
5410
5484
  cookie?: never;
5411
5485
  };
@@ -5454,13 +5528,13 @@ export interface operations {
5454
5528
  parameters: {
5455
5529
  query?: {
5456
5530
  /** @description Trading pair identifier (UUID) */
5457
- trading_pair_id?: string;
5458
- position_id?: string;
5459
- margin_account_id?: string;
5531
+ tradingPairId?: string;
5532
+ positionId?: string;
5533
+ marginAccountId?: string;
5460
5534
  /** @description Page number (1-indexed) */
5461
5535
  page?: number;
5462
5536
  /** @description Items per page (max 100) */
5463
- page_size?: number;
5537
+ pageSize?: number;
5464
5538
  };
5465
5539
  header?: never;
5466
5540
  path?: never;
@@ -5641,15 +5715,15 @@ export interface operations {
5641
5715
  /** @description Page number (1-indexed) */
5642
5716
  page?: number;
5643
5717
  /** @description Items per page (max 100) */
5644
- page_size?: number;
5718
+ pageSize?: number;
5645
5719
  /** @description Transaction type */
5646
- transaction_type?: "DEPOSIT" | "WITHDRAWAL" | "TRADE" | "FEE" | "FUNDING" | "LIQUIDATION" | "INTEREST" | "REWARD" | "CHAIN_SYNC";
5720
+ transactionType?: "DEPOSIT" | "WITHDRAWAL" | "TRADE" | "FEE" | "FUNDING" | "LIQUIDATION" | "INTEREST" | "REWARD" | "CHAIN_SYNC";
5647
5721
  /** @description Ledger entry type */
5648
- entry_type?: "CREDIT" | "DEBIT" | "LOCK" | "UNLOCK" | "FEE";
5722
+ entryType?: "CREDIT" | "DEBIT" | "LOCK" | "UNLOCK" | "FEE";
5649
5723
  /** @description Asset identifier (UUID) */
5650
- asset_id?: string;
5651
- /** @description Sort direction for created_at */
5652
- order_by?: "ASC" | "DESC";
5724
+ assetId?: string;
5725
+ /** @description Sort direction for createdAt */
5726
+ orderBy?: "ASC" | "DESC";
5653
5727
  };
5654
5728
  header?: never;
5655
5729
  path?: never;
@@ -5817,7 +5891,7 @@ export interface operations {
5817
5891
  query?: never;
5818
5892
  header?: never;
5819
5893
  path: {
5820
- sub_account_id: string;
5894
+ subAccountId: string;
5821
5895
  };
5822
5896
  cookie?: never;
5823
5897
  };
@@ -5874,8 +5948,8 @@ export interface operations {
5874
5948
  query?: never;
5875
5949
  header?: never;
5876
5950
  path: {
5877
- sub_account_id: string;
5878
- asset_id: string;
5951
+ subAccountId: string;
5952
+ assetId: string;
5879
5953
  };
5880
5954
  cookie?: never;
5881
5955
  };
@@ -5935,12 +6009,12 @@ export interface operations {
5935
6009
  parameters: {
5936
6010
  query?: {
5937
6011
  /** @description Limit identifier (UUID) */
5938
- limit_id?: string;
6012
+ limitId?: string;
5939
6013
  };
5940
6014
  header?: never;
5941
6015
  path: {
5942
- sub_account_id: string;
5943
- asset_id: string;
6016
+ subAccountId: string;
6017
+ assetId: string;
5944
6018
  };
5945
6019
  cookie?: never;
5946
6020
  };
@@ -5998,9 +6072,9 @@ export interface operations {
5998
6072
  /** @description Page number (1-indexed) */
5999
6073
  page?: number;
6000
6074
  /** @description Items per page (max 100) */
6001
- page_size?: number;
6075
+ pageSize?: number;
6002
6076
  /** @description Trading pair identifier (UUID) */
6003
- trading_pair_id?: string;
6077
+ tradingPairId?: string;
6004
6078
  };
6005
6079
  header?: never;
6006
6080
  path?: never;
@@ -6046,11 +6120,11 @@ export interface operations {
6046
6120
  /** @description Page number (1-indexed) */
6047
6121
  page?: number;
6048
6122
  /** @description Items per page (max 100) */
6049
- page_size?: number;
6123
+ pageSize?: number;
6050
6124
  /** @description User identifier (UUID) */
6051
- user_id?: string;
6125
+ userId?: string;
6052
6126
  /** @description Asset identifier (UUID) */
6053
- asset_id?: string;
6127
+ assetId?: string;
6054
6128
  };
6055
6129
  header?: never;
6056
6130
  path?: never;
@@ -6144,15 +6218,15 @@ export interface operations {
6144
6218
  /** @description Page number (1-indexed) */
6145
6219
  page?: number;
6146
6220
  /** @description Items per page (max 100) */
6147
- page_size?: number;
6221
+ pageSize?: number;
6148
6222
  /** @description User identifier (UUID) */
6149
- user_id?: string;
6223
+ userId?: string;
6150
6224
  /** @description Transaction type */
6151
- transaction_type?: "DEPOSIT" | "WITHDRAWAL" | "TRADE" | "FEE" | "FUNDING" | "LIQUIDATION" | "INTEREST" | "REWARD" | "CHAIN_SYNC";
6225
+ transactionType?: "DEPOSIT" | "WITHDRAWAL" | "TRADE" | "FEE" | "FUNDING" | "LIQUIDATION" | "INTEREST" | "REWARD" | "CHAIN_SYNC";
6152
6226
  /** @description Ledger entry type */
6153
- entry_type?: "CREDIT" | "DEBIT" | "LOCK" | "UNLOCK" | "FEE";
6227
+ entryType?: "CREDIT" | "DEBIT" | "LOCK" | "UNLOCK" | "FEE";
6154
6228
  /** @description Asset identifier (UUID) */
6155
- asset_id?: string;
6229
+ assetId?: string;
6156
6230
  };
6157
6231
  header?: never;
6158
6232
  path?: never;
@@ -6198,17 +6272,17 @@ export interface operations {
6198
6272
  /** @description Page number (1-indexed) */
6199
6273
  page?: number;
6200
6274
  /** @description Items per page (max 100) */
6201
- page_size?: number;
6275
+ pageSize?: number;
6202
6276
  /** @description Order status (single value or comma-separated list) */
6203
6277
  status?: string;
6204
6278
  /** @description User identifier (UUID) */
6205
- user_id?: string;
6279
+ userId?: string;
6206
6280
  /** @description Trading pair identifier (UUID) */
6207
- trading_pair_id?: string;
6281
+ tradingPairId?: string;
6208
6282
  /** @description Order side */
6209
6283
  side?: "BUY" | "SELL";
6210
6284
  /** @description Order type */
6211
- order_type?: "LIMIT" | "MARKET" | "STOP_LOSS" | "TAKE_PROFIT" | "STOP_LIMIT" | "TRAILING_STOP";
6285
+ orderType?: "LIMIT" | "MARKET" | "STOP_LOSS" | "TAKE_PROFIT" | "STOP_LIMIT" | "TRAILING_STOP";
6212
6286
  };
6213
6287
  header?: never;
6214
6288
  path?: never;
@@ -6297,10 +6371,10 @@ export interface operations {
6297
6371
  /** @description Page number (1-indexed) */
6298
6372
  page?: number;
6299
6373
  /** @description Items per page (max 100) */
6300
- page_size?: number;
6301
- is_active?: boolean;
6374
+ pageSize?: number;
6375
+ isActive?: boolean;
6302
6376
  /** @description Account type filter */
6303
- account_type?: "master" | "sub";
6377
+ accountType?: "master" | "sub";
6304
6378
  /** @description Wallet address */
6305
6379
  address: string;
6306
6380
  };
@@ -6423,7 +6497,7 @@ export interface operations {
6423
6497
  };
6424
6498
  content?: never;
6425
6499
  };
6426
- /** @description Invalid client_id */
6500
+ /** @description Invalid clientId */
6427
6501
  404: {
6428
6502
  headers: {
6429
6503
  [name: string]: unknown;
@@ -6579,7 +6653,7 @@ export interface operations {
6579
6653
  };
6580
6654
  content?: never;
6581
6655
  };
6582
- /** @description Invalid nonce or client_id */
6656
+ /** @description Invalid nonce or clientId */
6583
6657
  404: {
6584
6658
  headers: {
6585
6659
  [name: string]: unknown;
@@ -6779,7 +6853,7 @@ export interface operations {
6779
6853
  query?: never;
6780
6854
  header?: never;
6781
6855
  path: {
6782
- delegated_agent_id: string;
6856
+ delegatedAgentId: string;
6783
6857
  };
6784
6858
  cookie?: never;
6785
6859
  };
@@ -6794,7 +6868,7 @@ export interface operations {
6794
6868
  "application/json": components["schemas"]["RevokeDelegatedAgentResponse"];
6795
6869
  };
6796
6870
  };
6797
- /** @description Invalid delegated_agent_id */
6871
+ /** @description Invalid delegatedAgentId */
6798
6872
  400: {
6799
6873
  headers: {
6800
6874
  [name: string]: unknown;
@@ -6883,7 +6957,7 @@ export interface operations {
6883
6957
  parameters: {
6884
6958
  query: {
6885
6959
  /** @description Trading pair identifier (UUID) */
6886
- trading_pair_id: string;
6960
+ tradingPairId: string;
6887
6961
  /** @description Order side */
6888
6962
  side: "BUY" | "SELL";
6889
6963
  /** @description Price as decimal string */
@@ -6891,8 +6965,8 @@ export interface operations {
6891
6965
  /** @description Quantity as decimal string */
6892
6966
  quantity: string;
6893
6967
  /** @description Order type */
6894
- order_type?: "LIMIT" | "MARKET" | "STOP_LOSS" | "TAKE_PROFIT" | "STOP_LIMIT" | "TRAILING_STOP";
6895
- slippage_tolerance_bps?: number;
6968
+ orderType?: "LIMIT" | "MARKET" | "STOP_LOSS" | "TAKE_PROFIT" | "STOP_LIMIT" | "TRAILING_STOP";
6969
+ slippageToleranceBps?: number;
6896
6970
  };
6897
6971
  header?: never;
6898
6972
  path?: never;
@@ -6945,10 +7019,10 @@ export interface operations {
6945
7019
  /** @description Page number (1-indexed) */
6946
7020
  page?: number;
6947
7021
  /** @description Items per page (max 100) */
6948
- page_size?: number;
7022
+ pageSize?: number;
6949
7023
  state?: string;
6950
7024
  /** @description Trading pair identifier (UUID) */
6951
- trading_pair_id?: string;
7025
+ tradingPairId?: string;
6952
7026
  };
6953
7027
  header?: never;
6954
7028
  path?: never;
@@ -6971,12 +7045,12 @@ export interface operations {
6971
7045
  parameters: {
6972
7046
  query?: {
6973
7047
  /** @description Trading pair identifier (UUID) */
6974
- trading_pair_id?: string;
7048
+ tradingPairId?: string;
6975
7049
  };
6976
7050
  header?: never;
6977
7051
  path: {
6978
7052
  /** @description Margin account UUID for the current isolated bucket. */
6979
- margin_account_id: string;
7053
+ marginAccountId: string;
6980
7054
  };
6981
7055
  cookie?: never;
6982
7056
  };
@@ -6999,7 +7073,7 @@ export interface operations {
6999
7073
  header?: never;
7000
7074
  path: {
7001
7075
  /** @description Parent margin account UUID that receives collateral. */
7002
- margin_account_id: string;
7076
+ marginAccountId: string;
7003
7077
  };
7004
7078
  cookie?: never;
7005
7079
  };
@@ -7026,7 +7100,7 @@ export interface operations {
7026
7100
  header?: never;
7027
7101
  path: {
7028
7102
  /** @description Parent margin account UUID that releases collateral. */
7029
- margin_account_id: string;
7103
+ marginAccountId: string;
7030
7104
  };
7031
7105
  cookie?: never;
7032
7106
  };
@@ -7050,16 +7124,16 @@ export interface operations {
7050
7124
  get_margin_account_movements: {
7051
7125
  parameters: {
7052
7126
  query?: {
7053
- movement_type?: string;
7127
+ movementType?: string;
7054
7128
  /** @description Page number (1-indexed) */
7055
7129
  page?: number;
7056
7130
  /** @description Items per page (max 100) */
7057
- page_size?: number;
7131
+ pageSize?: number;
7058
7132
  };
7059
7133
  header?: never;
7060
7134
  path: {
7061
7135
  /** @description Margin account UUID for the current isolated bucket. */
7062
- margin_account_id: string;
7136
+ marginAccountId: string;
7063
7137
  };
7064
7138
  cookie?: never;
7065
7139
  };
@@ -7082,7 +7156,7 @@ export interface operations {
7082
7156
  header?: never;
7083
7157
  path: {
7084
7158
  /** @description Margin account UUID for the isolated bucket being simulated. */
7085
- margin_account_id: string;
7159
+ marginAccountId: string;
7086
7160
  };
7087
7161
  cookie?: never;
7088
7162
  };
@@ -7129,7 +7203,7 @@ export interface operations {
7129
7203
  parameters: {
7130
7204
  query?: {
7131
7205
  /** @description Trading pair identifier (UUID) */
7132
- trading_pair_id?: string;
7206
+ tradingPairId?: string;
7133
7207
  };
7134
7208
  header?: never;
7135
7209
  path?: never;
@@ -7199,11 +7273,11 @@ export interface operations {
7199
7273
  get_parent_margin_account_movements: {
7200
7274
  parameters: {
7201
7275
  query?: {
7202
- movement_type?: string;
7276
+ movementType?: string;
7203
7277
  /** @description Page number (1-indexed) */
7204
7278
  page?: number;
7205
7279
  /** @description Items per page (max 100) */
7206
- page_size?: number;
7280
+ pageSize?: number;
7207
7281
  };
7208
7282
  header?: never;
7209
7283
  path?: never;
@@ -7300,12 +7374,12 @@ export interface operations {
7300
7374
  /** @description Page number (1-indexed) */
7301
7375
  page?: number;
7302
7376
  /** @description Items per page (max 100) */
7303
- page_size?: number;
7377
+ pageSize?: number;
7304
7378
  /** @description Filter by market type */
7305
- market_type?: "SPOT" | "MARGIN";
7306
- base_token?: string;
7307
- quote_token?: string;
7308
- is_active?: boolean;
7379
+ marketType?: "SPOT" | "MARGIN";
7380
+ baseToken?: string;
7381
+ quoteToken?: string;
7382
+ isActive?: boolean;
7309
7383
  category?: string;
7310
7384
  };
7311
7385
  header?: never;
@@ -7343,15 +7417,15 @@ export interface operations {
7343
7417
  parameters: {
7344
7418
  query?: {
7345
7419
  /** @description Start time as Unix timestamp (milliseconds) */
7346
- start_time?: number;
7420
+ startTime?: number;
7347
7421
  /** @description End time as Unix timestamp (milliseconds) */
7348
- end_time?: number;
7422
+ endTime?: number;
7349
7423
  /** @description Max candles to return (max 1000) */
7350
7424
  limit?: number;
7351
7425
  };
7352
7426
  header?: never;
7353
7427
  path: {
7354
- trading_pair_id: string;
7428
+ tradingPairId: string;
7355
7429
  interval: string;
7356
7430
  };
7357
7431
  cookie?: never;
@@ -7395,7 +7469,7 @@ export interface operations {
7395
7469
  query?: never;
7396
7470
  header?: never;
7397
7471
  path: {
7398
- trading_pair_id: string;
7472
+ tradingPairId: string;
7399
7473
  };
7400
7474
  cookie?: never;
7401
7475
  };
@@ -7431,7 +7505,7 @@ export interface operations {
7431
7505
  query?: never;
7432
7506
  header?: never;
7433
7507
  path: {
7434
- trading_pair_id: string;
7508
+ tradingPairId: string;
7435
7509
  };
7436
7510
  cookie?: never;
7437
7511
  };
@@ -7452,17 +7526,17 @@ export interface operations {
7452
7526
  parameters: {
7453
7527
  query?: {
7454
7528
  /** @description Start time as Unix timestamp (milliseconds) */
7455
- start_time?: number;
7529
+ startTime?: number;
7456
7530
  /** @description End time as Unix timestamp (milliseconds) */
7457
- end_time?: number;
7531
+ endTime?: number;
7458
7532
  /** @description Page number (1-indexed) */
7459
7533
  page?: number;
7460
7534
  /** @description Items per page (max 100) */
7461
- page_size?: number;
7535
+ pageSize?: number;
7462
7536
  };
7463
7537
  header?: never;
7464
7538
  path: {
7465
- trading_pair_id: string;
7539
+ tradingPairId: string;
7466
7540
  };
7467
7541
  cookie?: never;
7468
7542
  };
@@ -7484,7 +7558,7 @@ export interface operations {
7484
7558
  query?: never;
7485
7559
  header?: never;
7486
7560
  path: {
7487
- trading_pair_id: string;
7561
+ tradingPairId: string;
7488
7562
  };
7489
7563
  cookie?: never;
7490
7564
  };
@@ -7506,7 +7580,7 @@ export interface operations {
7506
7580
  query?: never;
7507
7581
  header?: never;
7508
7582
  path: {
7509
- trading_pair_id: string;
7583
+ tradingPairId: string;
7510
7584
  };
7511
7585
  cookie?: never;
7512
7586
  };
@@ -7528,7 +7602,7 @@ export interface operations {
7528
7602
  query?: never;
7529
7603
  header?: never;
7530
7604
  path: {
7531
- trading_pair_id: string;
7605
+ tradingPairId: string;
7532
7606
  };
7533
7607
  cookie?: never;
7534
7608
  };
@@ -7564,7 +7638,7 @@ export interface operations {
7564
7638
  query?: never;
7565
7639
  header?: never;
7566
7640
  path: {
7567
- trading_pair_id: string;
7641
+ tradingPairId: string;
7568
7642
  };
7569
7643
  cookie?: never;
7570
7644
  };
@@ -7600,7 +7674,7 @@ export interface operations {
7600
7674
  query?: never;
7601
7675
  header?: never;
7602
7676
  path: {
7603
- trading_pair_id: string;
7677
+ tradingPairId: string;
7604
7678
  };
7605
7679
  cookie?: never;
7606
7680
  };
@@ -7622,7 +7696,7 @@ export interface operations {
7622
7696
  query?: never;
7623
7697
  header?: never;
7624
7698
  path: {
7625
- trading_pair_id: string;
7699
+ tradingPairId: string;
7626
7700
  };
7627
7701
  cookie?: never;
7628
7702
  };
@@ -7645,10 +7719,10 @@ export interface operations {
7645
7719
  /** @description Page number (1-indexed) */
7646
7720
  page?: number;
7647
7721
  /** @description Items per page (max 100) */
7648
- page_size?: number;
7722
+ pageSize?: number;
7649
7723
  /** @description Filter by market type */
7650
- market_type?: "SPOT" | "MARGIN";
7651
- is_active?: boolean;
7724
+ marketType?: "SPOT" | "MARGIN";
7725
+ isActive?: boolean;
7652
7726
  category?: string;
7653
7727
  };
7654
7728
  header?: never;
@@ -7666,7 +7740,7 @@ export interface operations {
7666
7740
  "application/json": components["schemas"]["GetScreenerResponse"];
7667
7741
  };
7668
7742
  };
7669
- /** @description Invalid query parameter (page, page_size, market_type) */
7743
+ /** @description Invalid query parameter (page, pageSize, marketType) */
7670
7744
  400: {
7671
7745
  headers: {
7672
7746
  [name: string]: unknown;
@@ -7715,7 +7789,7 @@ export interface operations {
7715
7789
  /** @description Number of price levels (max 100) */
7716
7790
  levels?: number;
7717
7791
  /** @description Trading mode */
7718
- trading_mode?: "SPOT" | "MARGIN";
7792
+ tradingMode?: "SPOT" | "MARGIN";
7719
7793
  /** @description Price grouping magnitude */
7720
7794
  magnitude?: "0.0001" | "0.001" | "0.01" | "0.1" | "1" | "10" | "100" | "1000" | "10000";
7721
7795
  /** @description Price denomination */
@@ -7723,7 +7797,7 @@ export interface operations {
7723
7797
  };
7724
7798
  header?: never;
7725
7799
  path: {
7726
- trading_pair_id: string;
7800
+ tradingPairId: string;
7727
7801
  };
7728
7802
  cookie?: never;
7729
7803
  };
@@ -7767,16 +7841,16 @@ export interface operations {
7767
7841
  /** @description Page number (1-indexed) */
7768
7842
  page?: number;
7769
7843
  /** @description Items per page (max 100) */
7770
- page_size?: number;
7844
+ pageSize?: number;
7771
7845
  /** @description Order status (single value or comma-separated list) */
7772
7846
  status?: string;
7773
7847
  /** @description Trading pair identifier (UUID) */
7774
- trading_pair_id?: string;
7848
+ tradingPairId?: string;
7775
7849
  /** @description Trading mode */
7776
- trading_mode?: "SPOT" | "MARGIN";
7777
- margin_account_id?: string;
7778
- /** @description Sort direction for created_at */
7779
- order_by?: "ASC" | "DESC";
7850
+ tradingMode?: "SPOT" | "MARGIN";
7851
+ marginAccountId?: string;
7852
+ /** @description Sort direction for createdAt */
7853
+ orderBy?: "ASC" | "DESC";
7780
7854
  };
7781
7855
  header?: never;
7782
7856
  path?: never;
@@ -7897,7 +7971,7 @@ export interface operations {
7897
7971
  "application/json": components["schemas"]["BatchCancelOrdersResponse"];
7898
7972
  };
7899
7973
  };
7900
- /** @description Invalid request - order_ids is required */
7974
+ /** @description Invalid request - orderIds is required */
7901
7975
  400: {
7902
7976
  headers: {
7903
7977
  [name: string]: unknown;
@@ -7959,7 +8033,7 @@ export interface operations {
7959
8033
  query?: never;
7960
8034
  header?: never;
7961
8035
  path: {
7962
- trading_pair_id: string;
8036
+ tradingPairId: string;
7963
8037
  };
7964
8038
  cookie?: never;
7965
8039
  };
@@ -8142,14 +8216,14 @@ export interface operations {
8142
8216
  list_conditional_orders: {
8143
8217
  parameters: {
8144
8218
  query?: {
8145
- margin_account_id?: string;
8219
+ marginAccountId?: string;
8146
8220
  /** @description Trading pair identifier (UUID) */
8147
- trading_pair_id?: string;
8221
+ tradingPairId?: string;
8148
8222
  state?: string;
8149
8223
  /** @description Page number (1-indexed) */
8150
8224
  page?: number;
8151
8225
  /** @description Items per page (max 100) */
8152
- page_size?: number;
8226
+ pageSize?: number;
8153
8227
  };
8154
8228
  header?: never;
8155
8229
  path?: never;
@@ -8173,7 +8247,7 @@ export interface operations {
8173
8247
  query?: never;
8174
8248
  header?: never;
8175
8249
  path: {
8176
- conditional_order_id: string;
8250
+ conditionalOrderId: string;
8177
8251
  };
8178
8252
  cookie?: never;
8179
8253
  };
@@ -8195,7 +8269,7 @@ export interface operations {
8195
8269
  query?: never;
8196
8270
  header?: never;
8197
8271
  path: {
8198
- order_id: string;
8272
+ orderId: string;
8199
8273
  };
8200
8274
  cookie?: never;
8201
8275
  };
@@ -8252,7 +8326,7 @@ export interface operations {
8252
8326
  query?: never;
8253
8327
  header?: never;
8254
8328
  path: {
8255
- order_id: string;
8329
+ orderId: string;
8256
8330
  };
8257
8331
  cookie?: never;
8258
8332
  };
@@ -8305,15 +8379,15 @@ export interface operations {
8305
8379
  parameters: {
8306
8380
  query?: {
8307
8381
  /** @description Optional isolated bucket filter. */
8308
- margin_account_id?: string;
8382
+ marginAccountId?: string;
8309
8383
  /** @description Trading pair identifier (UUID) */
8310
- trading_pair_id?: string;
8384
+ tradingPairId?: string;
8311
8385
  /** @description Order status (single value or comma-separated list) */
8312
8386
  status?: string;
8313
8387
  /** @description Page number (1-indexed) */
8314
8388
  page?: number;
8315
8389
  /** @description Items per page (max 100) */
8316
- page_size?: number;
8390
+ pageSize?: number;
8317
8391
  };
8318
8392
  header?: never;
8319
8393
  path?: never;
@@ -8359,14 +8433,14 @@ export interface operations {
8359
8433
  list_position_history: {
8360
8434
  parameters: {
8361
8435
  query?: {
8362
- position_id?: string;
8363
- margin_account_id?: string;
8436
+ positionId?: string;
8437
+ marginAccountId?: string;
8364
8438
  /** @description Trading pair identifier (UUID) */
8365
- trading_pair_id?: string;
8439
+ tradingPairId?: string;
8366
8440
  /** @description Page number (1-indexed) */
8367
8441
  page?: number;
8368
8442
  /** @description Items per page (max 100) */
8369
- page_size?: number;
8443
+ pageSize?: number;
8370
8444
  };
8371
8445
  header?: never;
8372
8446
  path?: never;
@@ -8390,7 +8464,7 @@ export interface operations {
8390
8464
  query?: never;
8391
8465
  header?: never;
8392
8466
  path: {
8393
- position_id: string;
8467
+ positionId: string;
8394
8468
  };
8395
8469
  cookie?: never;
8396
8470
  };
@@ -8412,7 +8486,7 @@ export interface operations {
8412
8486
  query?: never;
8413
8487
  header?: never;
8414
8488
  path: {
8415
- position_id: string;
8489
+ positionId: string;
8416
8490
  };
8417
8491
  cookie?: never;
8418
8492
  };
@@ -8439,7 +8513,7 @@ export interface operations {
8439
8513
  header?: never;
8440
8514
  path: {
8441
8515
  /** @description Position UUID for the isolated bucket being adjusted. */
8442
- position_id: string;
8516
+ positionId: string;
8443
8517
  };
8444
8518
  cookie?: never;
8445
8519
  };
@@ -8466,7 +8540,7 @@ export interface operations {
8466
8540
  header?: never;
8467
8541
  path: {
8468
8542
  /** @description Position UUID for the isolated bucket being adjusted. */
8469
- position_id: string;
8543
+ positionId: string;
8470
8544
  };
8471
8545
  cookie?: never;
8472
8546
  };
@@ -8492,7 +8566,7 @@ export interface operations {
8492
8566
  query?: never;
8493
8567
  header?: never;
8494
8568
  path: {
8495
- position_id: string;
8569
+ positionId: string;
8496
8570
  };
8497
8571
  cookie?: never;
8498
8572
  };
@@ -8514,7 +8588,7 @@ export interface operations {
8514
8588
  query?: never;
8515
8589
  header?: never;
8516
8590
  path: {
8517
- position_id: string;
8591
+ positionId: string;
8518
8592
  };
8519
8593
  cookie?: never;
8520
8594
  };
@@ -8540,7 +8614,7 @@ export interface operations {
8540
8614
  query?: never;
8541
8615
  header?: never;
8542
8616
  path: {
8543
- trade_id: string;
8617
+ tradeId: string;
8544
8618
  };
8545
8619
  cookie?: never;
8546
8620
  };
@@ -8584,11 +8658,11 @@ export interface operations {
8584
8658
  /** @description Page number (1-indexed) */
8585
8659
  page?: number;
8586
8660
  /** @description Max trades to return (max 100) */
8587
- page_size?: number;
8661
+ pageSize?: number;
8588
8662
  };
8589
8663
  header?: never;
8590
8664
  path: {
8591
- trading_pair_id: string;
8665
+ tradingPairId: string;
8592
8666
  };
8593
8667
  cookie?: never;
8594
8668
  };
@@ -8671,6 +8745,52 @@ export interface operations {
8671
8745
  };
8672
8746
  };
8673
8747
  };
8748
+ list_pending_withdrawals: {
8749
+ parameters: {
8750
+ query?: {
8751
+ /** @description Page number (1-indexed) */
8752
+ page?: number;
8753
+ /** @description Items per page (max 100) */
8754
+ pageSize?: number;
8755
+ };
8756
+ header?: never;
8757
+ path?: never;
8758
+ cookie?: never;
8759
+ };
8760
+ requestBody?: never;
8761
+ responses: {
8762
+ /** @description OK */
8763
+ 200: {
8764
+ headers: {
8765
+ [name: string]: unknown;
8766
+ };
8767
+ content: {
8768
+ "application/json": components["schemas"]["ListPendingWithdrawalsResponse"];
8769
+ };
8770
+ };
8771
+ /** @description Invalid pagination parameters */
8772
+ 400: {
8773
+ headers: {
8774
+ [name: string]: unknown;
8775
+ };
8776
+ content?: never;
8777
+ };
8778
+ /** @description Authentication required */
8779
+ 401: {
8780
+ headers: {
8781
+ [name: string]: unknown;
8782
+ };
8783
+ content?: never;
8784
+ };
8785
+ /** @description Internal server error */
8786
+ 500: {
8787
+ headers: {
8788
+ [name: string]: unknown;
8789
+ };
8790
+ content?: never;
8791
+ };
8792
+ };
8793
+ };
8674
8794
  initiate_withdrawal: {
8675
8795
  parameters: {
8676
8796
  query?: never;
@@ -8742,7 +8862,7 @@ export interface operations {
8742
8862
  query?: never;
8743
8863
  header?: never;
8744
8864
  path: {
8745
- withdrawal_index: string;
8865
+ withdrawalIndex: string;
8746
8866
  };
8747
8867
  cookie?: never;
8748
8868
  };