Create API Token

First, let’s create a token in the Coinfer website:
  1. Open this URL with you browser: https://coinfer/bayes/.
  2. Sign in.
  3. Click your account logo at the bottom left corner of the web page.
  4. Choose “Profile” > “Create Token”.

Call API with the token

To call APIs with token, you should add a header in the http request:
GET /SOME/API

Authorization: Beare <token>