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
Address of the user
"0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
Chain ID of the delegation
11155111
Delegation status retrieved successfully
Status of the delegation
Undelegated
Pending
EphemeralPending
Delegated
Expired
Errored
"Delegated"