Spot currency pair
Name | Type | Description | Notes |
---|---|---|---|
Id | string | Currency pair | [optional] |
Base | string | Base currency | [optional] |
BaseName | string | Transaction currency name | [optional] |
Quote | string | Quote currency | [optional] |
QuoteName | string | Name of the denominated 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] |
MaxBaseAmount | string | Maximum amount of base currency to trade, `null` means no limit | [optional] |
MaxQuoteAmount | string | Maximum amount of quote currency to trade, `null` means no limit | [optional] |
AmountPrecision | int | Amount scale | [optional] |
Precision | int | 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] |
SellStart | long | Sell start unix timestamp in seconds | [optional] |
BuyStart | long | Buy start unix timestamp in seconds | [optional] |
Type | string | Trading pair type, normal: normal, premarket: pre-market | [optional] |