Skip to main content
GET
/
v1
/
network
/
txn-count-by-time-range
Get Transaction Count by time range
curl --request GET \
  --url https://api.range.org/v1/network/txn-count-by-time-range \
  --header 'X-API-KEY: <api-key>'
{}

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

network
string
required

Network

startTime
string
required

Start time

endTime
string
required

End time

Response

200 - application/json

Networks with their respective number of transactions.

The response is of type object.