Skip to content
New issue

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

Time series based "Balance distribution" #756

Closed
Keith-CY opened this issue Jul 21, 2024 · 1 comment
Closed

Time series based "Balance distribution" #756

Keith-CY opened this issue Jul 21, 2024 · 1 comment
Assignees
Labels

Comments

@Keith-CY
Copy link
Member

Keith-CY commented Jul 21, 2024

This feature comes from the marketing team


Now we have a chart showing "current balance distribution" at https://explorer.nervos.org/charts/balance-distribution

The marketing team hopes to have a data set of "balance distribution on each day" to reflect the trending of balance distribution.

It could be delivered with an API without a chart.

@zmcNotafraid
Copy link
Member

curl --request GET \
  --url https://mainnet-api.explorer.nervos.org/api/v1/daily_statistics/address_balance_distribution \
  --header 'Accept: application/vnd.api+json' \
  --header 'content-type: application/vnd.api+json'

Visit this API @Keith-CY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

No branches or pull requests

3 participants