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
:param recvWindow: the number of milliseconds the request is valid for
2148
+
:type recvWindow: int
2149
+
2150
+
:returns: API response
2151
+
2152
+
.. code-block:: python
2153
+
2154
+
{
2155
+
"ipRestrict": false,
2156
+
"createTime": 1623840271000,
2157
+
"enableWithdrawals": false, // This option allows you to withdraw via API. You must apply the IP Access Restriction filter in order to enable withdrawals
2158
+
"enableInternalTransfer": true, // This option authorizes this key to transfer funds between your master account and your sub account instantly
2159
+
"permitsUniversalTransfer": true, // Authorizes this key to be used for a dedicated universal transfer API to transfer multiple supported currencies. Each business's own transfer API rights are not affected by this authorization
2160
+
"enableVanillaOptions": false, // Authorizes this key to Vanilla options trading
2161
+
"enableReading": true,
2162
+
"enableFutures": false, // API Key created before your futures account opened does not support futures API service
2163
+
"enableMargin": false, // This option can be adjusted after the Cross Margin account transfer is completed
2164
+
"enableSpotAndMarginTrading": false, // Spot and margin trading
2165
+
"tradingAuthorityExpirationTime": 1628985600000 // Expiration time for spot and margin trading permission
0 commit comments