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 } }
API key authentication using signed requests
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"
Nonce window setting
false
Validation succeeded and JWT token is returned
Show child attributes
Was this page helpful?