Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.2 KB

File metadata and controls

21 lines (17 loc) · 1.2 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 upon creation) [optional]
mode int User Mode: 1 - Classic, 2 - Legacy Unified (can only be specified during creation, non-modifiable afterwards) [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]