1 """Constants used for Coinbase."""
3 ACCOUNT_IS_VAULT =
"is_vault"
5 CONF_CURRENCIES =
"account_balance_currencies"
6 CONF_EXCHANGE_BASE =
"exchange_base"
7 CONF_EXCHANGE_RATES =
"exchange_rate_currencies"
8 CONF_EXCHANGE_PRECISION =
"exchange_rate_precision"
9 CONF_EXCHANGE_PRECISION_DEFAULT = 2
14 API_ACCOUNT_AMOUNT =
"amount"
15 API_ACCOUNT_AVALIABLE =
"available_balance"
16 API_ACCOUNT_BALANCE =
"balance"
17 API_ACCOUNT_CURRENCY =
"currency"
18 API_ACCOUNT_CURRENCY_CODE =
"code"
19 API_ACCOUNT_HOLD =
"hold"
21 API_ACCOUNT_NATIVE_BALANCE =
"balance"
22 API_ACCOUNT_NAME =
"name"
23 API_ACCOUNT_VALUE =
"value"
24 API_ACCOUNTS =
"accounts"
27 API_RATES_CURRENCY =
"currency"
28 API_RESOURCE_PATH =
"resource_path"
29 API_RESOURCE_TYPE =
"type"
30 API_TYPE_VAULT =
"vault"
32 API_V3_ACCOUNT_ID =
"uuid"
33 API_V3_TYPE_VAULT =
"ACCOUNT_TYPE_VAULT"
308 "AUCTION":
"AUCTION",