Skip to main content

Coinbase Keys

Description#

General#

  • Documentation: https://developers.coinbase.com/
  • Summary: Coinbase is a digital currency exchange platform. It provides an API that offers almost all the features of the Coinbase platform. This makes Coinbase keys highly sensitive.
  • IPs allowlist: For each Coinbase API Key created, an IPs allowlist can be set.
  • Scopes: The scope associated to the key is defined on creation and can be fine-tuned.

Revoke the secret#

The API key can be revoked from the dashboard in the API tab.

Check for suspicious activity#

Each of the Coinbase API Key can be associated to a notification URL to receive information whenever the key is used. More information can be found on this page.

Details for Coinbase keys#

  • Family: Api

  • Category: Cryptos

  • Company: Coinbase

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.23

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator  banlist_extensions: []  banlist_filenames: []  check_binaries: false  include_default_banlist_extensions: true  ban_markup: false- type: ContentWhitelistPreValidator  patterns:  - coinbase

Examples#

- text: COINBASE_API_KEY=kETSVUrnPuVzCcVj\nCOINBASE_API_SECRET=32iAkQCcHHYxXGx20VogBZoj27PC1ouI  client_id: kETSVUrnPuVzCcVj  client_secret: 32iAkQCcHHYxXGx20VogBZoj27PC1ouI- text: COINBASE_API_KEY=kETSVUrnPuVzCcVj\nCOINBASE_API_SECRET=32iAkQCcHHYxXGx20VogBZoj27PC1ouI  client_id: kETSVUrnPuVzCcVj  client_secret: 32iAkQCcHHYxXGx20VogBZoj27PC1ouI  filename: some_file.md