cURL
curl --request POST \ --url https://whitebit.com/api/v4/jwt \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "request": "{{request}}", "nonceWindow": false, "nonce": "{{nonce}}" } '
{ "data": { "token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...", "expires_at": 1622551200 } }
The endpoint issues a JWT token for the Fiat Gateway service. The token is used to authenticate requests to the Fiat Gateway API.
The API does not cache the response.
API key authentication using signed requests
Request signature
Unique request identifier
Nonce window setting
Validation succeeded and JWT token is returned
Show child attributes
Was this page helpful?