Authorization: Bearer ********************
curl --location --request GET '/servers/69/traffic'
{
"data": {
"monthly": [
{
"month": 2,
"start": "2025-01-06 00:00:00",
"end": "2025-02-05 23:59:59",
"rx": 1847110337,
"tx": 1270421,
"total": 1848380758,
"limit": 20000,
"blocks": [
{
"id": 2,
"traffic": 100
}
]
},
{
"month": 1,
"start": "2024-12-06 00:00:00",
"end": "2025-01-05 23:59:59",
"rx": 5650592916,
"tx": 42336801,
"total": 5692929717,
"limit": 20000,
"blocks": []
}
]
}
}