You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* When the liquidity of the currency is insufficient and the transaction risk is high, the currency will be disabled, and funds cannot be transferred. When the available balance of cross-margin is insufficient, the balance of the spot account can be used for repayment. Please ensure that the balance of the spot account is sufficient, and system uses cross-margin account for repayment first.
@@ -1839,6 +1849,7 @@ export class RestClient extends BaseRestClient {
1839
1849
}
1840
1850
1841
1851
/**
1852
+
* @deprecated as of 2025-02-10
1842
1853
* Retrieve cross margin repayments
1843
1854
*
1844
1855
* Sort by creation time in descending order by default. Set reverse=false to return ascending results.
@@ -1853,6 +1864,7 @@ export class RestClient extends BaseRestClient {
1853
1864
}
1854
1865
1855
1866
/**
1867
+
* @deprecated as of 2025-02-10
1856
1868
* Interest records for the cross margin account
1857
1869
*
1858
1870
* @param params Parameters for retrieving interest records
@@ -1865,6 +1877,7 @@ export class RestClient extends BaseRestClient {
1865
1877
}
1866
1878
1867
1879
/**
1880
+
* @deprecated as of 2025-02-10
1868
1881
* Get the max transferable amount for a specific cross margin currency
1869
1882
*
1870
1883
* @param params Parameters for retrieving the max transferable amount
@@ -1881,6 +1894,7 @@ export class RestClient extends BaseRestClient {
1881
1894
}
1882
1895
1883
1896
/**
1897
+
* @deprecated as of 2025-02-10
1884
1898
* Estimated interest rates
1885
1899
*
1886
1900
* Please note that the interest rates are subject to change based on the borrowing and lending demand, and therefore, the provided rates may not be entirely accurate.
@@ -1893,6 +1907,7 @@ export class RestClient extends BaseRestClient {
1893
1907
}
1894
1908
1895
1909
/**
1910
+
* @deprecated as of 2025-02-10
1896
1911
* Get the max borrowable amount for a specific cross margin currency
1897
1912
*
1898
1913
* @param params Parameters for retrieving the max borrowable amount
@@ -4343,4 +4358,22 @@ export class RestClient extends BaseRestClient {
0 commit comments