Fetches detailed information about a specific worker node including performance metrics and status.
curl --request GET \ --url https://api.testnet.crestal.xyz/v1/workers/{worker_uuid} \ --header 'Authorization: Bearer <token>'
{ "address": "<string>", "uuid": "<string>", "name": "<string>", "total_earned": 123, "logo_url": "<string>", "total_staked": 123 }
JWT-based authentication using bearer token scheme
Unique identifier of the target worker node
Worker node information and metrics