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] |