Skip to content

algonameservice/ans-resolver

Repository files navigation

ans-resolver REST API

Resolver .algo names and perform name operations on ANS .algo names.

Resolve .algo name

Resolve .algo name to get the address of the owner. Use query params listed below to get further information including linked socials and other metadata.

Method: GET

https://ansresolver.com/names/:name

Query Params:

Param value
socials true (return socials along with name information)
metadata true (return metadata along with name information)

⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃

Names owned by address

Get all the names owned by and Algorand address. Use query parameters listed below to get more details about the name including linked socials and other metadata including avatar and transfer information.

Method: GET

https://ansresolver.com/account/:address

Query Params:

Param value
socials true (return socials along with name information)
metadata true (return metadata along with name information)
limit 1 (limit the number of names to be returned)

⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃

Name Insights

This GET method returns ANS .algo name statistics including registrations, transfers, renewals, and more.

Method: GET

https://ansresolver.com/names/insights

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published