GET
/
solvers
/
{solver_uuid}
curl --request GET \
  --url https://api.testnet.crestal.xyz/v1/solvers/{solver_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "address": "<string>",
  "uuid": "<string>",
  "name": "<string>",
  "reputation": 123,
  "logo_url": "<string>",
  "total_staked": 123
}

Authorizations

Authorization
string
header
required

JWT-based authentication using bearer token scheme

Path Parameters

solver_uuid
string
required

Unique identifier of the target solver node

Response

200
application/json

Successfully retrieved solver details

Solver node information and metrics