Backend API

Crypterium provides a simple and powerful REST API to connect mobile wallet application and Crypterium SDK.

This API reference provides information on available endpoint and how to interact with it.

The API endpoint is https://api.crypterium.com/

Use HTTP  header Authorization: Bearer \<access_token>\ for all the backend requests.

Add User-Agent: \<user-agent>\ to the HTTP  header. Read more about user agents here.

While working with wallets, add X-Sdk-Version: 2.0 to the HTTP  header.

In order to work with the Crypterium backend API, a partner needs to get an authorization token using partner's id and password. If you don't have them, please, contact our technical support or your personal manager. Learn about the authentication process on Partner account.

User account API requests are on User account.

To work with user's wallets and send money to and from a wallet, use API requests on Wallets and money transferring.

Here you can find info about Backend error format and Backend callbacks.