You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
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
The text was updated successfully, but these errors were encountered: