Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.03 KB

CurrencyPair.md

File metadata and controls

19 lines (14 loc) · 1.03 KB

CurrencyPair

Properties

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]

[Back to Model list] [Back to API list] [Back to README]