You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
198
196
199
197
### Coincheck Supplemental Section (CSV)
200
198
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