get https://api.probit.com/api/exchange/v1/market
Market properties which exists on ProBit Platform
field | type | description |
---|---|---|
id | text | Unique market ID (in form of base_currency_id -quote_currency_id ) |
base_currency_id | text | Base currency id |
quote_currency_id | text | Quote currency id |
min_price | text | Minimum limit price |
max_price | text | Maximum limit price |
price_increment | text | Price unit |
min_quantity | text | Minimum order quantity |
max_quantity | text | Maximum order quantity |
quantity_precision | number | Decimal precision of quantity |
min_cost | text | Minimum order size |
max_cost | text | Maximum order size |
cost_precision | number | Decimal precision of cost |
taker_fee_rate | string | Taker fee rate |
maker_fee_rate | string | Maker fee rate |
show_in_ui | boolean | It is displayed in the UI. |
closed | boolean | Market availability (false if available) |