cURL
curl --request POST \ --url https://whitebit.com/api/v4/mining/watcher-links/list \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "account": "my_miner_01" } '
{ "data": [ { "id": "abc123-external-id", "accounts": [ "my_miner_01" ], "name": "monitoring_link", "link": "https://whitebit.com/mining-pool/watcher-link/abc123-external-id", "permissions": [ "dashboard", "workers" ], "liveUntil": 1709944800, "createdAt": 1709340000 } ] }
Returns all active watcher links for a specific mining account.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Mining pool account name
255
"my_miner_01"
Successful response
Show child attributes
Was this page helpful?