LDS Stake Portal
HC Assignments

Get Assignment

GET
/assignments/slot/{slot_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

slot_id*Slot Id

Response Body

application/json

application/json

curl -X GET "https://example.com/assignments/slot/0"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}