get https://api.probit.kr/api/exchange/v1/market
거래소에 존재하는 모든 마켓의 정보
field | type | description |
---|---|---|
id | text | 마켓의 고유 ID ( |
base_currency_id | text | 기준 통화의 currency id |
quote_currency_id | text | 상대 통화의 currency id |
min_price | text | 지정가 주문 최소 가격 |
max_price | text | 지정가 주문 최대 가격 |
price_increment | text | 주문 가격 배수 단위 |
min_quantity | text | 개당 최소 주문 수량 |
max_quantity | text | 개당 최대 주문 수량 |
quantity_precision | number | 주문 수량의 소숫점 이하 자릿수 |
min_cost | text | 최소 주문 금액 |
max_cost | text | 최대 주문 금액 |
closed | boolean | 마켓 주문 불가능 상태 |
cost_precision | number | cost의 소숫점 이하 자릿수 |