Skip to main content
GET
/
v1
/
network
/
txn-count-by-address
Get Transaction Count by address
curl --request GET \
  --url https://api.range.org/v1/network/txn-count-by-address \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

network
string
required

Network

startTime
string
required

Start time

endTime
string
required

End time

limit
string
required

Limit

Response

200 - application/json

Networks with their respective number of transactions.

The response is of type object.

Last modified on December 15, 2025