Skip to content

Commit

Permalink
feat: termination of crypto pairs with BTC (2022-09-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
daikiojm committed Sep 14, 2022
1 parent f19655a commit e0d89f5
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 42 deletions.
5 changes: 4 additions & 1 deletion 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
Expand Down
74 changes: 37 additions & 37 deletions pairs.md
Expand Up @@ -2,46 +2,46 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**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)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# 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
4 changes: 2 additions & 2 deletions rest-api.md
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions rest-api_JP.md
Expand Up @@ -785,7 +785,7 @@ None

Name | Type | Description
------------ | ------------ | ------------
pair | string | 通貨ペア
pair | string | 通貨ペア: [ペア一覧](pairs.md)
status | string | 取引所ステータス: `NORMAL`, `BUSY`, `VERY_BUSY`, `HALT`
min_amount| string | 取引所ステータスに応じた最小注文数量(負荷が高いほど大きくなります)

Expand Down Expand Up @@ -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 | メイカー手数料率(原資産)
Expand Down

0 comments on commit e0d89f5

Please sign in to comment.