We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we support more than mainnet ENS resolution, knowing which chain the user is on would be useful information to determine which resolver to use.
I propose an endpoint format like /v2/identity/<account-id> where account-id is a CAIP-10 account ID.
/v2/identity/<account-id>
account-id
For example: /v2/identity/eip155:1:0xabc...
/v2/identity/eip155:1:0xabc...
Slack conversation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we support more than mainnet ENS resolution, knowing which chain the user is on would be useful information to determine which resolver to use.
I propose an endpoint format like
/v2/identity/<account-id>
whereaccount-id
is a CAIP-10 account ID.For example:
/v2/identity/eip155:1:0xabc...
Slack conversation
The text was updated successfully, but these errors were encountered: