Stats

These commands return statistical information from Piri system.

Get rich list

post
/getRichList

This endpoint is used on the PIRI network to access a list of wallets that hold the most of the given "assetID" asset type. Skip and limit parameters can be used for pagination.

Body
assetIDstringRequired

Asset ID

limitnumberRequired

Record count for per page

skipnumberOptional

Page count for skip according to limit value.

Responses
chevron-right
200

OK

application/json; charset=utf-8
post
/getRichList
200

OK

Get detailed statistics

post
/getDetailStats

This endpoint returns the total transaction count for the last 10 processed days on the PIRI network in the form of a statistical series.

Body
assetIDstringOptional

Asset ID

Responses
chevron-right
200

OK

application/json; charset=utf-8
post
/getDetailStats
200

OK

Get statistics

post
/getStats

This endpoint is used to display summary information related to the PIRI network.

Responses
chevron-right
200

OK

application/json; charset=utf-8
post
/getStats
200

OK

Get circulation

post
/getCirculation

This endpoint provides the total amount of PIRI circulating in the PIRI network.

Responses
chevron-right
200

OK

application/json; charset=utf-8
post
/getCirculation
200

OK

Deprecated

Get total burned PIRI

post
/getTotalBurnedPiri

This endpoint is used to list the amount of PIRI burned in the PIRI network in the last 10 days.

Responses
chevron-right
200

OK

application/json; charset=utf-8
post
/getTotalBurnedPiri
200

OK

Last updated