You can use either HMAC or OAuth to authenticate with the coins API. Both authentication methods work with all functionalities of the API, and both honor the scopes defined in the Application Client.

  • HMAC - HMAC requests are executed using the developer's account.
  • OAuth2 - OAuth2 uses the application user's account to execute requests.

Pick one authentication method depending on the needs of your application. These methods should not be combined. In the event where both OAuth and HMAC authorization are used in a single request, HMAC authorization will take precedence.