Stats
Last updated
Last updated
POST /getRichList HTTP/1.1
Host: core.pirichain.com
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 37
"assetID='text'&limit=1&skip=1"{
"error": 0,
"count": 5,
"data": [
{
"_id": "12345678901234567890abcd",
"address": "PRTMExampleAddress1234567890abcdefghijk",
"assetID": -1,
"balance": 500000
},
{
"_id": "abcdef1234567890123456789",
"address": "PRTMExampleAddress2abcdefghijk1234567890",
"assetID": -1,
"balance": 450000
}
]
}POST /getDetailStats HTTP/1.1
Host: core.pirichain.com
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 18
"assetID='text'"[
{
"_id": "2022-04-27",
"count": 1
},
{
"_id": "2022-04-28",
"count": 9
},
{
"_id": "2022-04-29",
"count": 13
},
{
"_id": "2022-04-30",
"count": 10
},
{
"_id": "2022-05-01",
"count": 23
},
{
"_id": "2022-05-02",
"count": 15
},
{
"_id": "2022-05-03",
"count": 1
},
{
"_id": "2022-05-04",
"count": 24
},
{
"_id": "2022-05-05",
"count": 23
},
{
"_id": "2022-05-06",
"count": 5
}
]POST /getStats HTTP/1.1
Host: core.pirichain.com
Accept: */*
{
"blockCount": 250000,
"transactionCount": 350000,
"poolTransactionCount": 5,
"tokenCount": 8,
"addressCount": 340000,
"customDataSize": "40.00 KB",
"totalBurnedPiri": [
{
"_id": null,
"total": 35000
}
],
"deputyCount": 6,
"totalFrozenData": [
{
"_id": null,
"totalFrozen": 280000
}
]
}POST /getCirculation HTTP/1.1
Host: core.pirichain.com
Accept: */*
{
"error": 0,
"amount": 2005000
}POST /getTotalBurnedPiri HTTP/1.1
Host: core.pirichain.com
Accept: */*
[
{
"_id": "2024-08-15",
"count": 0.5
},
{
"_id": "2024-08-16",
"count": 1.2
},
{
"_id": "2024-08-17",
"count": 0.8
},
{
"_id": "2024-08-18",
"count": 1
},
{
"_id": "2024-08-19",
"count": 0.3
}
]