Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 933 Bytes

MarginCurrencyPair.md

File metadata and controls

15 lines (12 loc) · 933 Bytes

# MarginCurrencyPair

Properties

Name Type Description Notes
id string Currency pair [optional]
base string Base currency [optional]
quote string Quote currency [optional]
leverage int Leverage [optional]
min_base_amount string Minimum base currency to loan, `null` means no limit [optional]
min_quote_amount string Minimum quote currency to loan, `null` means no limit [optional]
max_quote_amount string 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]