Stats API

More Info coming soon

The stats microservice collects data from a Quaiscan instance and calculates statistics based on predefined values. The calculated data is available through a REST API, providing access to this statistical information. There are 3 primary endpoints=

get
Responses
200

Daily stats

No content

get
/api/v2/stats
200

Daily stats

No content

get
Responses
200

tx stats by date

No content

get
/api/v2/stats/charts/transactions
200

tx stats by date

No content

get
Responses
200

market stats by date

No content

get
/api/v2/stats/charts/market
200

market stats by date

No content

Last updated