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

# Get a list of deposit addresses

`GET /blockchain_transfer/deposit_addresses`

[Available in Production environment only] Retrieve a list of blockchain deposit addresses for the authenticated user.

## Query parameters

- `filter[token]` string
- `filter[blockchain]` string
- `page[number]` integer
- `page[size]` integer

## Headers

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

## Response `200`

Success

- object
  - `data` object[]
    - `id` string — Deposit address ID.
    - `type` string — Request type.
    - `attributes` object
      - `address` string — The blockchain deposit address.
      - `blockchain` string — The blockchain network name.
      - `token` string — The token/currency.
  - `links` object
    - `self` string — The URL of the current request/page.
    - `first` string — The URL to retrieve the first page of results.
    - `prev` string — The URL to retrieve the previous page of results.
    - `next` string — The URL to retrieve the next page of results, if available.
    - `last` string — The URL to retrieve the last page of results.

## Other responses

- `400` — Bad Request

---

[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/revisions/9ceee2969aeb/schema)
