Closed LinuxCs closed 4 years ago
after successful authentication with api
when i try to create new address i get this error
Client error: GET https://api.coinbase.com/v2/accounts/:accountId/addresses/:ETHaddress resulted in a 404 Not Found response:\n {"errors":[{"id":"not_found","message":"Not found"}]}
any ideas to fix it ??
[fixed]
fixed by using the account id for each currency
you can find it here coinbase.com/accounts
your id gonna be in the requested link after your choose BTC or ETH ...
after successful authentication with api
when i try to create new address i get this error
Client error: GET https://api.coinbase.com/v2/accounts/:accountId/addresses/:ETHaddress resulted in a 404 Not Found response:\n {"errors":[{"id":"not_found","message":"Not found"}]}
any ideas to fix it ??
[fixed]