cURL
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" }
Get Otim delegation status
JWT token for API authentication
Delegation status retrieved successfully
The response is of type object.
object