Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.11 KB

CrossMarginCurrency.md

File metadata and controls

19 lines (15 loc) · 1.11 KB

CrossMarginCurrency

Properties

Name Type Description Notes
name str Currency name [optional]
rate str Minimum lending rate (hourly rate) [optional]
prec str Currency precision [optional]
discount str Currency value discount, which is used in total value calculation [optional]
min_borrow_amount str Minimum currency borrow amount. Unit is currency itself [optional]
user_max_borrow_amount str Maximum borrow value allowed per user, in USDT [optional]
total_max_borrow_amount str Maximum borrow value allowed for this currency, in USDT [optional]
price str Price change between this currency and USDT [optional]
loanable bool Whether currency is borrowed [optional]
status int status - `0` : disable - `1` : enable [optional]

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