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

Carbmeter - Filter on period of activity REM WORK #235

Open
1 of 3 tasks
Khyati729 opened this issue Apr 16, 2024 · 0 comments
Open
1 of 3 tasks

Carbmeter - Filter on period of activity REM WORK #235

Khyati729 opened this issue Apr 16, 2024 · 0 comments
Assignees

Comments

@Khyati729
Copy link

Khyati729 commented Apr 16, 2024

Description

In continuation to the below ticket, remaining work needs to be done.

Additional context

carbmeter analytics :

/monitoring/data/analytics - GET
/monitoring/data/analytics?contract={address} - GET
Body json :

{
"granularity": "monthly|daily",
"timerange": {
"type": "custom",
"payload": {
"start_range": "2022-01-01 00:00:00",
"end_range": "2022-02-28 00:00:00"
}
}
}
{
"granularity": "monthly",
"timerange": {
"type": "default|six_months|three_months",
}
}

Acceptance Criteria

  • add the custom timeframe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants