Integration Guide
Root Account
To integrate with our system, you first speak with our support staff, who will help you create a root account. To enable your system to be integrated with our system, you can generate API keys and secrets by yourself once you have a root account.
We also provide an intuitive management console that gives you full control over your crypto asset custody platform. With the console, you can manage sub-accounts, view transactions and asset balances across the system, approve or reject individual deposit and withdrawal requests, and adjust withdrawal quotas for specific users or groups.
Asset operations are only accessible via API.
API Key and Secret
You will have an API key and secret pair so that we can recognize your system and verify that the request indeed originates from you.
For read-only requests, only API key is needed.
For write requests such as creating a withdrawal, both API key and a signature signed by API secret should be presented in the request header.
Keep your secret and API key secure! Never leak or make them public.
Last updated