| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Currency pair | [optional] |
| base | str | Base currency | [optional] |
| quote | str | Quote currency | [optional] |
| fee | str | Trading fee | [optional] |
| min_base_amount | str | Minimum amount of base currency to trade, `null` means no limit | [optional] |
| min_quote_amount | str | Minimum amount of quote currency to trade, `null` means no limit | [optional] |
| precision | int | Price scale | [optional] |