Developing a Rich List and First Bits APII'm working on the creation of an API which provides several services regarding CAPTcoin address analysis:
It includes:
> A rich list. Query the top 50, 100, 250, 500 or 1,000 wealthiest addresses
> Query the position of a specified address in the list (for example "address is the 150th wealthiest one")
> Query the number of address with balance above 0
> Query the average balance of all addresses
> Number of address with balance above average
I'm optimizing this script so the lists can be updated as often as every
5 minutes.
(Normally, rich lists aren't updated more often than every 24 hours)
With this information, a complete wealth distribution analysis can be made.
> Query the time when an address was first seen in the blockchain.
> Query the first address which appeared in the blockchain with a given prefix.
> Query the shortest prefix which results in a specified address using the method above.
With this information, an address shortener can be created.
I have the domain
capt.co.in to implement this.
So for example, my short address would be
capt.co.in/ce4which will forward to
Ce4c3qSQFbWrhSrGCKMwvRb6GHmD2wzvuaI'd like to focus on the API creation, so
I'm looking for someone
who can create a proper web site using that information.
If you can help, or have some ideas, please post here or
here.