| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Currency pair | [optional] |
| Base | string | Base currency | [optional] |
| Quote | string | Quote currency | [optional] |
| Fee | string | Trading fee | [optional] |
| MinBaseAmount | string | Minimum amount of base currency to trade, `null` means no limit | [optional] |
| MinQuoteAmount | string | Minimum amount of quote currency to trade, `null` means no limit | [optional] |
| AmountPrecision | int32 | Amount scale | [optional] |
| Precision | int32 | Price scale | [optional] |
| TradeStatus | string | How currency pair can be traded - untradable: cannot be bought or sold - buyable: can be bought - sellable: can be sold - tradable: can be bought or sold | [optional] |