---
title: "Store Address List"
method: POST
path: "/v2/addresses/list"
tags: ["Address Information"]
---

# Store Address List

`POST /v2/addresses/list`

Caches a list of addresses and returns a stable SHA-256 hash that identifies the list.

## Request body

- PostAddressListDto
  - `addresses` AddressEntryDto[], required
    - `address` string, required — Blockchain address
    - `network` string, required — Blockchain network identifier

## Response `201`

Hash identifying the stored address list.

- PostAddressListResponseDto
  - `hash` string, required — Stable SHA-256 hash identifying this address list

---

[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)
