geek-at / phptrader

A simple php powered Bitcoin and Ethereum trading bot
143 stars 41 forks source link

Coinbase API error v2 #16

Closed LinuxCs closed 4 years ago

LinuxCs commented 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]

LinuxCs commented 4 years ago

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 ...