Rest API
Authorization
This endpoint generates an access token that is required to connect with both REST and WebSocket APIs. The generated token expires every 30 minutes.
POST
/
api
/
v1
/
token
You need to set up your API Keys first before using this endpoint.
Headers
X-Api-Key
string
requiredThe API key for the user
X-Api-Secret
string
requiredThe API secret for the user
Response
200 - application/json
access_token
string
token_type
string
expires_in
integer