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
You need to set up your API Keys first before using this endpoint.
This endpoint allows up to 20 requests per minute per API key. Exceeding this limit will result in a 429 Too Many Requests response.
Since tokens remain valid for 30 minutes, we recommend caching and reusing the token within your application to minimize unnecessary requests and avoid hitting the rate limit.
Headers
The API key for the user
The API secret for the user
Response
200
application/json
The response is of type object
.