Authentication

The Coin8 API uses API keys to authenticate requests. You can view and manage your API keys and secrets in the Coin8 Merchant Admin Dashboard.

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Authentication to the API is performed via HTTP Bearer Token Auth. Provide your API key as the bearer token to make the request. Request headers should be

Header Parameter NameHeader Parameter ValueInstructions
AuthenticationBearer Use your API Key from merchant admin portal to call Coin8 API. Make sure that your server IP already whitelisted from Coin8 side.