v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBDeposit
Create new address for deposit
The endpoint creates a new address even when the last created address is not used. The endpoint is not available by default, contact support@whitebit.com to get permissions to use the endpoint.
<Note> For sub-accounts, crypto deposits must also be enabled for the account (disabled by default). To enable them, contact your assigned Account Manager or email institutional@whitebit.com. </Note>Address types:
| Currency | Types | Default |
|---|---|---|
| BTC | p2sh-segwit, bech32 | bech32 |
| LTC | p2sh-segwit, bech32 | bech32 |
post/api/v4/main-account/create-new-address
Request body
Example request
{
"ticker": "XLM",
"network": "ERC20",
"type": "bech32",
"request": "{{request}}",
"nonce": 1594297865000
}Response
All validations succeeded and creating transaction is started