GET
/
workers
/
{worker_uuid}
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
}

Authorizations

Authorization
string
header
required

JWT-based authentication using bearer token scheme

Path Parameters

worker_uuid
string
required

Unique identifier of the target worker node

Response

200
application/json
Successfully retrieved worker details

Worker node information and metrics

address
string

Worker's blockchain address

uuid
string

Unique worker identifier

name
string

Human-readable worker name

total_earned
number

Cumulative earnings in USD

logo_url
string

URL for worker's logo image

total_staked
number

Total amount staked by worker