---
title: "GET /deposit-addresses/v1"
method: GET
path: "/deposit-addresses/v1"
---

# GET /deposit-addresses/v1

`GET /deposit-addresses/v1`

## Query parameters

- `address` string
- `requestId` string

## Headers

- `x-api-key` string

## Response `200`

Default Response

- object
  - `depositAddress` string, required — The deposit address.
  - `type` 'open' | 'strict', required — The deposit address type.
  - `requestId` string, required — The original requestId the deposit address was created for.
  - `chainId` number, required — The chain the deposit address was created on.
  - `createdAt` string, required — ISO 8601 timestamp of when the deposit address was created.
  - `currency` string, nullable — Origin currency id from the originating quote request. Null when the quote request is unavailable.
  - `refundTo` string, nullable — Refund address from the originating quote request. Null when unset or the quote request is unavailable.

## Other responses

- `401` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/relay/apis/cross-chain-solver.md) · [All operations](https://skmtc.net/relay/apis/cross-chain-solver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/relay/cross-chain-solver/revisions/428d669c2830/schema)
