> ## Documentation Index
> Fetch the complete documentation index at: https://vectorly-783efd43.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting started

## Create API Token

First, let’s create a token in the Coinfer website:

1. Open this URL with you browser: [https://coinfer/bayes/](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>
```
