Skip to content

decentldotland/ans-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@decentdotland/ans-stats

statistics cache node & API for Arweave Name Service (ANS)

API Endpoint

This API is hosted on ans-stats.decent.land

API Methods

1- Cached ANS State

GET /users

return a cached state of the ANS smart contract.

2- ANS Statistics

GET /stats

return statistics and data related to the ANS smart contract.

3- Profile lookup

GET /profile/label_addr

return a user's profile using the Arweave address or the currentLabel

Attention

These API endpoints' purpose is only to fetch network statistics of the ANS protocol. The cached contract state does not reflect the latest contract state (real execution time), therefore it cannot be used as ANS state equivalent.

License

This project is licensed under the MIT License.