-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi Lee,
when I run cryptocredible for Coinbase I get the errors below with the dump request. Thanks, huggyvilla
C:\xampp\cryptocredible-main>php cryptocredible sync:coinbase --dump
Coinbase
-
Fetch transactions *
Open Coinbase connection: ✔
Fetch transactions for:
ETH2 Wallet: ✔
XRP Wallet: ✔
BSV Wallet: ✔
BAT Wallet: ✔
Portefeuille en USDC: ✔
Portefeuille en ZRX: ✔
BCH Wallet: ✔
ETC Wallet: failed
Illuminate\Http\Client\RequestException
HTTP request returned status code 400:
{"errors":[{"id":"validation_error","message":"Unknown currency"}]}
at C:\xampp\cryptocredible-main\vendor\illuminate\http\Client\Response.php:288
284▕ /
285▕ public function toException()
286▕ {
287▕ if ($this->failed()) {
➜ 288▕ return new RequestException($this);
289▕ }
290▕ }
291▕
292▕ /*
1 C:\xampp\cryptocredible-main\vendor\illuminate\http\Client\Response.php:305
Illuminate\Http\Client\Response::toException()
2 C:\xampp\cryptocredible-main\vendor\illuminate\http\Client\PendingRequest.php:683
Illuminate\Http\Client\Response::throw()