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 '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

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.