Authenticating users
After you have authenticated with our API you should also authenticate a user to perform specific user-related actions.
The current supported method for authenticating users is:
- Email and password: The user authenticates with an email and password.
When do we require an authenticated user?
Users must be authenticated to perform the following actions:
- Buy coins through a Fiat to Coin order.
- Sell coins through a Coin to Fiat order.
- See an overview of all placed orders through the transaction overview.
- Upgrade their account to a higher tier.
- View their own account details.
What is required to authenticate a user?
For each request, a valid JWT-token is required. Each method also has its own required parameters. Please refer to the table below for more details.
When to use which method?
The table below provides a clear overview of which method is best suited for each scenario.
Method | Scenario's | What is required | 📘 |
---|---|---|---|
Email and password |
|
| Read more |