Create code
Create code
Create a WhiteBIT code for transferring funds between accounts or to other users via the V4 API.
POST
Create code
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
Amount to transfer. Max precision = 8, value must be greater than zero and less than or equal to the main balance.
Example:
"0.002"
Request signature
Example:
"{{request}}"
Unique request identifier
Example:
"{{nonce}}"
Passphrase for applying WhiteBIT codes. Passphrase must contain only latin letters, numbers and symbols (like !@#$%^, no whitespaces). Max: 25 symbols.
Maximum string length:
25Example:
"some passphrase"