Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 920 Bytes

MarginCurrencyPair.md

File metadata and controls

17 lines (12 loc) · 920 Bytes

MarginCurrencyPair

Properties

Name Type Description Notes
Id string Currency pair [optional]
Base string Base currency [optional]
Quote string Quote currency [optional]
Leverage int32 Leverage [optional]
MinBaseAmount string Minimum base currency to loan, `null` means no limit [optional]
MinQuoteAmount string Minimum quote currency to loan, `null` means no limit [optional]
MaxQuoteAmount 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]