Create new address for deposit
Generate a new cryptocurrency deposit address for a specified currency and network via the V4 API.
POST
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
Currency's ticker.
Example:
"XLM"
Request signature
Example:
"{{request}}"
Unique request identifier
Example:
"{{nonce}}"
Currency's network (for multinetwork currencies). Example: OMNI or TRC20 or ERC20. For USDT default network is ERC20(ETH).
Example:
"ERC20"
Address type, available for specific currencies list (see address types table in endpoint description)
Available options:
p2sh-segwit, bech32 Example:
"bech32"