Closed brianddk closed 6 months ago
When accessing the SIWC (v2) api using CDP (v3) keys, the /v2/user/auth endpoint returns
/v2/user/auth
{ "data": { "method": "oauth_v2", "scopes": [ "redacted" ] } }
which is obviously the wrong method. There should be a return value for "v3_api" or "CDP_key" or something. This may be why transaction endpoints are requiring the OAuth2 CB-2FA-Token field even with OAuth2 is not used.
transaction
Fixed via Coinbase Support
When accessing the SIWC (v2) api using CDP (v3) keys, the
/v2/user/auth
endpoint returnswhich is obviously the wrong method. There should be a return value for "v3_api" or "CDP_key" or something. This may be why
transaction
endpoints are requiring the OAuth2 CB-2FA-Token field even with OAuth2 is not used.