Discussions
Backend API
17 days ago by tex
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.