Skip to main content
GET
/
v1
/
address
/
transactions
/
counts
Get Transaction Counts for the specified addresses
curl --request GET \
  --url https://api.range.org/v1/address/transactions/counts \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

addresses
string
required

Comma separated list of addresses to include

Response

200 - application/json

Aggregated transaction counts for the specified addresses.

The response is of type object.

Last modified on December 15, 2025