post https://api.bitfinex.com/v2/auth/r/info/user
Retrieve the user ID, email, username and timezone setting for the account associated with the API key used.
Fields
Term | Type | Description |
---|---|---|
ID | int | Account ID |
string | Account Email | |
USERNAME | string | Account username |
MTS_ACCOUNT_CREATE | int | Millisecond timestamp of account creation |
VERIFIED | int | Indicates if the user has a verified status (KYC) 1 = true, 0 = false |
VERIFICATION_LEVEL | int | Account verification level |
TIMEZONE | string | Account timezone setting |
LOCALE | string | Account locale setting |
COMPANY | string | Shows where the account is registered. Accounts registered at Bitfinex will show 'bitfinex' and accounts registered at eosfinex will show 'eosfinex' |
EMAIL_VERIFIED | int | 1 if true |
SUBACCOUNT_TYPE | TBD | TBD |
MTS_MASTER_ACCOUNT_CREATE | int | Millisecond timestamp of master account creation |
GROUP_ID | int | Account group ID |
MASTER_ACCOUNT_ID | int | The ID of the master account, If the account is a sub-account. |
INHERIT_MASTER_ACCOUNT_VERIFICATION | int | 1 if account inherits verification from master account |
IS_GROUP_MASTER | int | 1 if account is a master account |
GROUP_WITHDRAW_ENABLED | int | 1 if enabled |
PPT_ENABLED | int | 1 if true (for paper trading accounts) |
MERCHANT_ENABLED | int | 1 if true (for merchant accounts) |
COMPETITION_ENABLED | int | 1 if true (for competition accounts) |
2FA_MODES | array of strings | Array of enabled 2FA modes ('u2f', 'otp') |
IS_SECURITIES_MASTER | int | 1 if true (when the account has a securities sub-account) |
SECURITIES_ENABLED | int | 1 if true (for securities accounts) |
ALLOW_DISABLE_CTXSWITCH | int | Account can disable context switching by master account into this account (1 if true) |
CTXTSWITCH_DISABLED | int | Master account cannot context switch into this account (1 if true) |
TIME_LAST_LOGIN | int | Date and time of last login |
VERIFICATION_LEVEL_SUBMITTED | int | Level of highest verification application submitted from the account |
COMP_COUNTRIES | array | Array of country codes based on your verification data (residence and nationality) |
COMPL_COUNTRIES_RESID | array | Array of country codes based on your verification data (residence only) |
IS_MERCHANT_ENTERPRISE | int | 1 if true (when account is enterprise merchant) |
Ratelimit: 90 req/min