Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.29 KB

File metadata and controls

21 lines (17 loc) · 1.29 KB

AccountKeyInfo

Main Account API Key Information

Properties

Name Type Description Notes
state int API key status: 1 - Normal, 2 - Locked, 3 - Frozen (can only be modified, default is 1 when creating)API Key Status: 1 - Normal, 2 - Locked, 3 - Frozen (can only be modified; default is 1 upon creation) [optional]
mode int User mode: 1 - Classic mode, 2 - Legacy unified mode (can only be specified when creating, cannot be modified) [optional]
name list[str] API Key Remark [optional]
currency_pairs list[str] Trading Pair Whitelist, Maximum 30 Pairs [optional]
user_id int User ID [optional]
ip_whitelist list[str] IP Whitelist [optional]
perms list[AccountKeyInfoPerms] [optional]
key AccountDetailKey [optional]
created_at str Created time [optional] [readonly]
updated_at str Last Update Time [optional] [readonly]
last_access str Last Access Time [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]