Documentation
API
Programmatic access to the same normalised data the product reads.
Not available
API — coming soon. None of the endpoints below are live, and there is no key to request yet.
What it will expose
The API will serve the same normalised records the interface uses: one shape per wallet, per asset, and per activity event, with the window stated on every response that depends on one.
It will not expose scores or rankings that the product itself does not publish. If a field is described on the methodology page as not implemented, it will not appear in a response.
Planned endpoints
Shapes are indicative and will change before release. They are listed so the direction is legible, not so anything can be built against them yet.
- GET/api/wallet/:address
Profile for a single address: portfolio value, holdings, descriptive activity bands.
- GET/api/wallet/:address/activity
Ordered events for an address, by kind, with the asset and value of each.
- GET/api/token/:address
Profile for a single asset: price, volume, liquidity, supply and contract metadata.
- GET/api/token/:address/holders
Holder distribution for an asset, largest first, with each share of observed supply.
Access
Authentication, rate limits and pricing are not decided. When they are, they will be documented here before any endpoint is enabled.
Not available
Keys, quotas and authentication are not yet available in the current release.