Skip to main content
GET
/
v1
/
address
/
stats
Get Address Statistics
curl --request GET \
  --url https://api.range.org/v1/address/stats \
  --header 'X-API-KEY: <api-key>'
{
  "address": "<string>",
  "network": "<string>",
  "earliest_tx": "<string>",
  "latest_tx": "<string>"
}

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

network
string
required

Network of Address

address
string
required

Address to search

Response

200 - application/json

Address interaction dates.

address
string
required
network
string
required
earliest_tx
string
required
latest_tx
string
required