---
title: "Get Address Statistics"
method: GET
path: "/v1/address/stats"
tags: ["Address Information"]
---

# Get Address Statistics

`GET /v1/address/stats`

Returns date of last and first interaction of this address with the network.

## Query parameters

- `network` string, required
- `address` string, required

## Response `200`

Address interaction dates.

- AddressStats
  - `address` string, required
  - `network` string, required
  - `earliest_tx` string, required
  - `latest_tx` string, required

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
