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

# GET /deposit-addresses/v2

`GET /deposit-addresses/v2`

## Query parameters

- `address` string
- `depositAddressId` string
- `pageSize` integer
- `pageToken` string

## Headers

- `x-api-key` string
- `x-dev-portal-key` string

## Response `200`

Default Response

- object
  - `data` object, required
    - `depositAddress` object, required
      - `id` string, required
      - `address` string, required
      - `originChainId` integer, required
      - `originCurrency` string, required
      - `destinationChainId` integer, required
      - `destinationCurrency` string, required
      - `destinationRecipient` string, required
      - `refundTo` string, required
      - `oneTimeUse` boolean, required
      - `isEnabled` boolean, required
      - `createdAt` string, required
    - `deposits` object[], required
      - `id` string, required
      - `chainId` integer, required
      - `transactionHash` string, required
      - `eventIndex` string, required
      - `sender` string, nullable, required
      - `currency` string, required
      - `amount` string, required
      - `amountFormatted` string, nullable, required
      - `amountUsd` string, nullable, required
      - `detectedAt` string, required
    - `sweeps` object[], required
      - `id` string, required
      - `depositId` string, required
      - `purpose` 'fill' | 'refund', required
      - `status` 'pending' | 'submitted' | 'confirmed' | 'failed', required
      - `chainId` integer, required
      - `recipient` string, required
      - `currency` string, required
      - `amount` string, required
      - `amountFormatted` string, nullable, required
      - `amountUsd` string, nullable, required
      - `transactionHash` string, nullable, required
      - `createdAt` string, required
      - `updatedAt` string, required
    - `fills` object[], required
      - `sweepId` string, required
      - `requestId` string, nullable, required
      - `orderId` string, nullable, required
      - `chainId` integer, nullable, required
      - `recipient` string, nullable, required
      - `currency` string, nullable, required
      - `amount` string, nullable, required
      - `amountFormatted` string, nullable, required
      - `amountUsd` string, nullable, required
      - `transactions` object[], required
        - `chainId` integer, required
        - `hash` string, required
      - `updatedAt` string, required
      - `status` 'submitted' | 'success' | 'failure', required
      - `failureReason` 'fill_failed' | 'null', nullable, required
    - `refunds` object[], required
      - `sweepId` string, required
      - `requestId` string, nullable, required
      - `orderId` string, nullable, required
      - `chainId` integer, nullable, required
      - `recipient` string, nullable, required
      - `currency` string, nullable, required
      - `amount` string, nullable, required
      - `amountFormatted` string, nullable, required
      - `amountUsd` string, nullable, required
      - `transactions` object[], required
        - `chainId` integer, required
        - `hash` string, required
      - `updatedAt` string, required
      - `status` 'pending' | 'success' | 'failure', required
      - `failureReason` 'refund_failed' | 'null', nullable, required
    - `nextPageToken` string, nullable, required
  - `timestamp` string, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `404` — Default Response
- `500` — Default Response
- `503` — Default Response

## Changes

- **2026-08-27** `75f4168ebe4b` — 25 breaking
  - the response property `data/deposits/items/amountFormatted` became nullable for the status `200`
  - the response property `data/deposits/items/amountUsd` became nullable for the status `200`
  - the response property `data/deposits/items/sender` became nullable for the status `200`
  - the response property `data/fills/items/amount` became nullable for the status `200`
  - …21 more
- **2026-08-26** `1838e4375bc7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/relay/apis/cross-chain-solver/changes/deposit-addresses/v2/get.md)

---

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