Skip to main content
Create Watcher Link

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
accounts
string[]
required

Array of mining account names

Minimum array length: 1
Maximum string length: 255
Example:
name
string
required

Link name (alphanumeric and underscores only)

Maximum string length: 255
Pattern: ^[a-zA-Z0-9_]+$
Example:

"monitoring_link"

permissions
enum<string>[]
required

Array of permissions

Required array length: 1 - 3 elements
Available options:
dashboard,
rewards,
workers
Example:
liveUntil
enum<string>
required

Expiration period

Available options:
1h,
24h,
7d,
always
Example:

"7d"

Response

Watcher link created successfully

data
object