How to get my delegate using the ENS API

Hi

I would like to get the name(s) of the delegate(s) for my ENS tokens. Can I use the API to do that?

Cheers
Rajesh

You can delegate to anyone. Just find someone that you are comfortable with to represent your interests and delegate to them.

1 Like

You can call delegates(address) on the ENS token contract to get the address it’s delegating to.

1 Like

Thank you @nick.eth , I am trying to find the source for the ENS token… could you please point me to it.

Cheers
Rajesh

1 Like

It’s at token.ensdao.eth (source code verified on Etherscan) as well as in https://github.com/ensdomains/governance

1 Like