Creating a new App

Here are the step-by-step instructions for obtaining OAuth credentials for Coinbase:
  1. Go to the Coinbase Developer Portal and sign in to your account.
  2. Navigate to your CDP API settings to register a new OAuth2 application.
  3. Complete the application registration process by providing your application details.
  4. After registration, you’ll receive a Client ID and Client Secret that you’ll need for the OAuth2 flow.
  5. Configure your application’s redirect URI in the Coinbase developer portal. This will be provided by Dynamic.
    1. Go to the Login and user profile and find Coinbase.
    2. Open the Coinbase section of the configuration page you brought up in the previous step.
    3. Copy the Redirect URL, paste it in the section on Coinbase page and click “Save changes” button.
  6. Copy the Client ID and Client Secret from your Coinbase developer portal and paste them into the “Set up Coinbase Auth” Modal in the Dynamic Dashboard.
That’s it! You now have OAuth credentials for your Coinbase application that you can use in Dynamic. If you need more help with configuring the Coinbase OAuth2 App, check their documentation here.