Issue JWT token
Issue JWT token
Issue a JWT token for authenticating with WhiteBIT services via the V4 API.
POST
Issue JWT token
Authorizations
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Body
application/json
Response
Validation succeeded and JWT token is returned