API
API Reference
Statistics API
Transactions

Transactions Counts

[GET] /v1/:network/statistics/txs/hourly

Get The Number of Transactions Per Hour

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
Queries
# Search end datetime
# (datetime, optional, default: CURRENT_TIMESTAMP)
toDateTime: 2023-07-21 23:59:59

Try API

Method : GET
URL
/v1/:network/statistics/txs/hourly
CallURL
https://apis.mintscan.io/v1/:network/statistics/txs/hourly
Header
Bear Token*
Parameters
network*
Queries
toDateTime

[GET] /v1/:network/statistics/txs/daily

Get The Number of Transactions Per Day

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
Queries
# Search end datetime
# (datetime, optional, default: CURRENT_TIMESTAMP)
toDateTime: 2023-07-21 23:59:59

Try API

Method : GET
URL
/v1/:network/statistics/txs/daily
CallURL
https://apis.mintscan.io/v1/:network/statistics/txs/daily
Header
Bear Token*
Parameters
network*
Queries
toDateTime

[GET] /v1/:network/statistics/txs/weekly

Get The Number of Transactions Per Week

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
Queries
# Search end datetime
# (datetime, optional, default: CURRENT_TIMESTAMP)
toDateTime: 2023-07-21 23:59:59

Try API

Method : GET
URL
/v1/:network/statistics/txs/weekly
CallURL
https://apis.mintscan.io/v1/:network/statistics/txs/weekly
Header
Bear Token*
Parameters
network*
Queries
toDateTime