Skip to content

Commit 8bfde61

Browse files
committed
Update Documentation for Bitbank Supplemental Plugin
1 parent f323085 commit 8bfde61

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/configuration_file.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -183,18 +183,16 @@ This plugin is CSV-based and parses CSV files generated by Bitbank. It only supp
183183
[dali.plugin.input.csv.bitbank_supplemental <em>&lt;qualifiers&gt;</em>]
184184
account_holder = <em>&lt;account_holder&gt;</em>
185185
withdrawals_csv_file = <em>&lt;withdrawals_csv_file&gt;</em>
186-
withdrawals_code = <em>&lt;withdrawal_code&gt;</em>
187186
deposits_csv_file = <em>&lt;deposits_csv_file&gt;</em>
188-
deposits_code = <em>&lt;deposits_code&gt;</em>
187+
fiat_deposits_csv_file = <em>&lt;fiat_deposits_csv_file&gt;</em>
189188
native_fiat = <em>&lt;native_fiat&gt;</em>
190189
</pre>
191190

192191
Notes:
193-
* You do not have to declare both a withdrawal and deposit file. However, declaring a `withdrawals_csv_file` or `deposits_csv_file` without a corresponding code will trigger an exception.
194-
* `withdrawals_csv_file` can be retrieved by clicking [出金 (withdrawals)] -> [出金 button to the right of the asset] -> [CSVドウンロード (CSV download)]
195-
* `withdrawal_code` is the code of the crypto asset or fiat (JPY) that was withdrawn. The csv does not include any information about what asset was withdrawn.
196-
* `deposits_csv_file` can be retrieved by clicking [入金 (deposits)] -> [入金 button to the right of the asset] -> [CSVドウンロード (CSV download)]
197-
* `deposits_code` is the code of the crypto asset or fiat (JPY) that was deposited. The csv does not include any information about what asset was deposited.
192+
* You do not have to declare all 3 files. All files are optional.
193+
* `withdrawals_csv_file` can be retrieved by clicking [データ (data)] -> [出金履歴 (Withdrawal History)] -> [CSVドウンロード (CSV download)]. Make sure that すべてのコイン (all coins) is selected at the top. And the 暗号資産 (Crypto Currency) tab is selected.
194+
* `deposits_csv_file` can be retrieved by clicking [データ (data)] -> [入金履歴 (Deposit History)] -> [CSVドウンロード (CSV download)]. Make sure that すべてのコイン (all coins) is selected at the top. And the 暗号資産 (Crypto Currency) tab is selected.
195+
* `fiat_deposits_csv_file` can be retrieved by clicking [データ (data)] -> [入金履歴 (Deposit History)] -> [CSVドウンロード (CSV download)]. Make sure that the 日本円 (Japanese Yen) tab is selected.
198196

199197
### Coincheck Supplemental Section (CSV)
200198
This plugin is CSV-based and parses CSV files generated by Coincheck. It only supports buys from the marketplace, which are not covered by the REST API. Initialize it as follows:

0 commit comments

Comments
 (0)