The endpoint creates a new watcher link for one or more mining accounts, granting specific permissions with a configurable expiration.
A maximum of 3 watcher links are allowed per account.
API key authentication using signed requests
Array of mining account names
1255["my_miner_01", "my_miner_02"]
Link name. Accepts alphanumeric characters and underscores only (^[a-zA-Z0-9_]+$).
An invalid format returns: {"code":0,"errors":{"name":["The name format is invalid."]},"message":"Validation failed"}.
255^[a-zA-Z0-9_]+$"monitoring_link"
Array of permissions
1 - 3 elementsdashboard, rewards, workers ["dashboard", "workers"]
Expiration period
1h, 24h, 7d, always "7d"
Watcher link created successfully