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

Expose total amount in USD per month for Node Operator payouts #11

Open
iglesiasbrandon opened this issue Sep 1, 2021 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@iglesiasbrandon
Copy link

iglesiasbrandon commented Sep 1, 2021

When I want to the trend for Storage Node Operator payouts in the Storj Network I want to know the total amount paid out per month so that I can use that data to create line graphs and understand Storage Node operator payouts better.

@iglesiasbrandon iglesiasbrandon added the enhancement New feature or request label Sep 1, 2021
@grafael
Copy link
Collaborator

grafael commented Sep 1, 2021

What about a new endpoint with the following structure:

file: satellite_payments.json

{
"[email protected]:7777": {
    "2021-07": 100,
    "2021-06": 90,
    "2021-05": 90,
    "2021-04": 80,
    "2021-03": 70,
    "2021-02": 60,
},
"[email protected]:7777": {
    "2021-07": 100,
    "2021-06": 90,
    "2021-05": 90,
    "2021-04": 80,
    "2021-03": 70,
    "2021-02": 60,
}
}

@iglesiasbrandon iglesiasbrandon changed the title Expose total amount in USD per month for Node Operator payouts per satellite. Expose total amount in USD per month for Node Operator payouts Sep 1, 2021
@grafael grafael reopened this Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@iglesiasbrandon @grafael and others