Skip to main content
API requests should be authenticated by either adding a Bearer Authorization header:
Or by adding the token as query parameter:
For testing purposes, we have created a test client on the sandbox API endpoint with the following token:
For example, querying the balances of this test client can done by browsing to the following url:
Or by using the following curl command:
cURL
Requesting a trade can done by using the following curl command:
cURL