coinbase / coinbase-java

Coinbase API v1 library for Java
Apache License 2.0
150 stars 98 forks source link

How to get btc address ? can't get address from url ? #112

Open rajisundaram-s opened 5 years ago

rajisundaram-s commented 5 years ago

I want to show bitcoin address from using coinbase api but the following response showing when try to get access from api https://api.coinbase.com/v2/accounts { "errors": [ {"id": "invalid_scope", "message": "Invalid scope", "url": "https://developers.coinbase.com/api#permissions-scopes"}]} This is show invalid scope,but i granted permission for "scopes": [ "wallet:user:read","wallet:accounts:read","wallet:transactions:read", "wallet:payment-methods:read","wallet:addresses:read","wallet:addresses:create"], all permission