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