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