coinbase-java icon indicating copy to clipboard operation
coinbase-java copied to clipboard

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

Open rajisundaram-s opened this issue 6 years ago • 0 comments

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

rajisundaram-s avatar Oct 14 '19 07:10 rajisundaram-s