Create Watcher Link
Create Watcher Link
Generate a read-only watcher link to share mining statistics with others via the V4 API.
POST
Create Watcher Link
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
Array of mining account names
Minimum array length:
1Maximum string length:
255Example:
["my_miner_01", "my_miner_02"]
Link name (alphanumeric and underscores only)
Maximum string length:
255Pattern:
^[a-zA-Z0-9_]+$Example:
"monitoring_link"
Array of permissions
Required array length:
1 - 3 elementsAvailable options:
dashboard, rewards, workers Example:
["dashboard", "workers"]
Expiration period
Available options:
1h, 24h, 7d, always Example:
"7d"
Response
Watcher link created successfully