Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 905 Bytes

MarginCurrencyPair.md

File metadata and controls

16 lines (12 loc) · 905 Bytes

MarginCurrencyPair

Properties

Name Type Description Notes
id str Currency pair [optional]
base str Base currency [optional]
quote str Quote currency [optional]
leverage int Leverage [optional]
min_base_amount str Minimum base currency to loan, `null` means no limit [optional]
min_quote_amount str Minimum quote currency to loan, `null` means no limit [optional]
max_quote_amount str Maximum borrowable amount for quote currency. Base currency limit is calculated by quote maximum and market price. `null` means no limit [optional]

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