Get Sub-Account KYC URL
Get Sub-Account KYC URL
Generate a temporary KYC verification link for a sub-account via the V4 API.
POST
Get Sub-Account KYC URL
A KYC URL can only be generated when all of the following conditions are met:
- The sub-account is activated (has an associated user).
- The sub-account is active (not locked or blocked).
- The sub-account does not have shared KYC enabled. When shared KYC is enabled, the sub-account inherits identity verification from the main account, and a separate KYC link is not applicable.
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
Sub-account external ID. Must belong to the authenticated main account.
Example:
"8e667b4a-0b71-4988-8af5-9474dbfaeb51"