Introduction
API Setup
The only setup needed is to go to the API Keys page and generate an API key. You will be given a private and public key used to authenticate your API calls. Make sure you don't share your private and public key with any other users!
Note: If you forgot your private and public key, you can't access any API calls
Authentication
Every API call (Private API Calls) need access token that you have generated using private and public key. Our server generates it's own unique access token for every users.
If they don't match the API call is discarded.
For example if your access token was "Signature" and you were using the get_balance function the raw request might look like:
Last updated