Authorization

This section shows you how to handle authorization API calls

With CoinForBarter, you can authorize your API calls by including your private key in the Authorization header of every request you make.

  • Private Keys should be kept confidential and only stored on your own servers. Your account’s private API key can perform any API request to CoinForBarter without restriction. It is also required that you pass it as a value to the Authorization header in every request you make.

We also have the encryption key that is rarely required but also very important for handling encryption. You can take a look at our API Keys section for more information on API keys.

Authorization Sample

Authorization: Bearer r63v1RuxWd91jNg5KYnxW1623162555435LmtVyq3G-S-

WARNING

All API requests must be made over HTTPS. Remember also that API requests made without authorization will fail with the status code 401: Unauthorized

Join Developers Channel on Slack

Join our developers channel to stay up to date on latest news and features. Find answers to your problems and network with other developers. Join Developers Channel.