diff --git a/CHANGELOG.md b/CHANGELOG.md index c565659..2474c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# CHANGELOG for Bitbank's API (2022-08-08) +# CHANGELOG for Bitbank's API (2022-09-15) + +## 2022-09-15 +* Termination of Crypto Pairs with BTC, excluding BTC/JPY ## 2022-08-08 * Socket.io version up from v2 to v4 diff --git a/pairs.md b/pairs.md index a8803df..35e43d3 100644 --- a/pairs.md +++ b/pairs.md @@ -2,46 +2,46 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* -- [pairs (2022-08-03)](#pairs-2022-08-03) +- [pairs (2022-09-15)](#pairs-2022-09-15) -# pairs (2022-08-03) +# pairs (2022-09-15) The following is the list of pair. -Symbol | Quote asset | Base asset ------------- | ------------ | ------------ -btc_jpy | btc | jpy -xrp_jpy | xrp | jpy -xrp_btc | xrp | btc -ltc_jpy | ltc | jpy -ltc_btc | ltc | btc -eth_jpy | eth | jpy -eth_btc | eth | btc -mona_jpy | mona | jpy -mona_btc | mona | btc -bcc_jpy | bcc | jpy -bcc_btc | bcc | btc -xlm_jpy | xlm | jpy -xlm_btc | xlm | btc -qtum_jpy | qtum | jpy -qtum_btc | qtum | btc -bat_jpy | bat | jpy -bat_btc | bat | btc -omg_jpy | omg | jpy -omg_btc | omg | btc -xym_jpy | xym | jpy -xym_btc | xym | btc -link_jpy | link | jpy -link_btc | link | btc -mkr_jpy | mkr | jpy -mkr_btc | mkr | btc -boba_jpy | boba | jpy -boba_btc | boba | btc -enj_jpy | enj | jpy -enj_btc | enj | btc -matic_jpy | matic | jpy -matic_btc | matic | btc -dot_jpy | dot | jpy -doge_jpy | doge | jpy +Symbol | Quote asset | Base asset | Order suspended flag (delisted) +------------ | ------------ | ------------ | ------------ +btc_jpy | btc | jpy | false +xrp_jpy | xrp | jpy | false +xrp_btc | xrp | btc | true +ltc_jpy | ltc | jpy | false +ltc_btc | ltc | btc | true +eth_jpy | eth | jpy | false +eth_btc | eth | btc | true +mona_jpy | mona | jpy | false +mona_btc | mona | btc | true +bcc_jpy | bcc | jpy | false +bcc_btc | bcc | btc | true +xlm_jpy | xlm | jpy | false +xlm_btc | xlm | btc | true +qtum_jpy | qtum | jpy | false +qtum_btc | qtum | btc | true +bat_jpy | bat | jpy | false +bat_btc | bat | btc | true +omg_jpy | omg | jpy | false +omg_btc | omg | btc | true +xym_jpy | xym | jpy | false +xym_btc | xym | btc | true +link_jpy | link | jpy | false +link_btc | link | btc | true +mkr_jpy | mkr | jpy | false +mkr_btc | mkr | btc | true +boba_jpy | boba | jpy | false +boba_btc | boba | btc | true +enj_jpy | enj | jpy | false +enj_btc | enj | btc | true +matic_jpy | matic | jpy | false +matic_btc | matic | btc | true +dot_jpy | dot | jpy | false +doge_jpy | doge | jpy | false diff --git a/rest-api.md b/rest-api.md index 3a6b35b..f2fd826 100644 --- a/rest-api.md +++ b/rest-api.md @@ -797,7 +797,7 @@ None Name | Type | Description ------------ | ------------ | ------------ -pair | string | pair +pair | string | pair enum: [pair list](pairs.md) status | string | enum: `NORMAL`, `BUSY`, `VERY_BUSY`, `HALT` min_amount| string | minimum order amount (The busier the exchange is, the higher the min_amount will be) @@ -849,7 +849,7 @@ None Name | Type | Description ------------ | ------------ | ------------ -name | string | pair name +name | string | pair enum: [pair list](pairs.md) base_asset | string | base asset quote_asset | string | quote asset maker_fee_rate_base | string | maker fee (base asset) diff --git a/rest-api_JP.md b/rest-api_JP.md index c769e55..3e2fb9b 100644 --- a/rest-api_JP.md +++ b/rest-api_JP.md @@ -785,7 +785,7 @@ None Name | Type | Description ------------ | ------------ | ------------ -pair | string | 通貨ペア +pair | string | 通貨ペア: [ペア一覧](pairs.md) status | string | 取引所ステータス: `NORMAL`, `BUSY`, `VERY_BUSY`, `HALT` min_amount| string | 取引所ステータスに応じた最小注文数量(負荷が高いほど大きくなります) @@ -838,7 +838,7 @@ None Name | Type | Description ------------ | ------------ | ------------ -name | string | 銘柄名 +name | string | 通貨ペア: [ペア一覧](pairs.md) base_asset | string | 原資産 quote_asset | string | クオート資産 maker_fee_rate_base | string | メイカー手数料率(原資産)