GET
/
delegation
/
status
curl --request GET \
  --url https://api.otim.com/delegation/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
  "chainId": 11155111
}'
{
  "delegationStatus": "Delegated"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Body

application/json

Response

200 - application/json

Delegation status retrieved successfully

The response is of type object.