---
title: "Get a list of blockchain addresses"
method: GET
path: "/blockchain_transfer/addresses"
---

# Get a list of blockchain addresses

`GET /blockchain_transfer/addresses`

[Available in Production environment] Returns a list of added blockchain addresses under your StraitsX Business Account

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object[]
  - `data` object
    - `id` string — Blockchain address ID.
    - `type` string — Request type.
    - `attributes` object
      - `token` string — Token associated with the address.
      - `blockchain_address` string — Blockchain address.
      - `network` string — The blockchain network where the address exists.
      - `address_label` string — Label for the blockchain address.
      - `verification_status` string — Blockchain address's verification status.
      - `created_at` string — Timestamp when the blockchain address was created.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
