---
title: "Get a liquidation address by ID"
method: GET
path: "/v1/liquidation_addresses/{id}"
tags: ["Liquidation Addresses"]
---

# Get a liquidation address by ID

`GET /v1/liquidation_addresses/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

- object — The liquidation address
  - `status` 'SUCCEEDED', required
  - `data` GetLiquidationAddressResponse, required
    - `id` string
    - `createdAt` number
    - `updatedAt` number
    - `merchantId` string, required
    - `livemode` boolean, required
    - `chain` 'ETHEREUM' | 'OPTIMISM' | 'BINANCE' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'SOLANA' | 'TRON' | 'BASE' | 'BITCOIN' | 'EVM', required
    - `currency` 'USDC' | 'USDCE' | 'USDBC' | 'USDT' | 'EURC' | 'DAI' | 'BUSD' | 'BTC' | 'ETH' | 'BNB' | 'MATIC' | 'POL' | 'AVAX' | 'SOL' | 'TRX' | 'KAP' | 'ARB' | 'CBBTC' | 'PYUSD' | 'SNS' | 'HONEY'
    - `destinationChain` 'ETHEREUM' | 'OPTIMISM' | 'BINANCE' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'SOLANA' | 'TRON' | 'BASE' | 'BITCOIN', required
    - `destinationCurrency` 'USDC' | 'USDCE' | 'USDBC' | 'USDT' | 'EURC' | 'DAI' | 'BUSD' | 'BTC' | 'ETH' | 'BNB' | 'MATIC' | 'POL' | 'AVAX' | 'SOL' | 'TRX' | 'KAP' | 'ARB' | 'CBBTC' | 'PYUSD' | 'SNS' | 'HONEY', required
    - `destinationAddress` string, required
    - `address` string, required
    - `status` 'ACTIVE' | 'DEACTIVATED', required
    - `label` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.dev/breeze/apis/breeze-api.md) · [All operations](https://skmtc.dev/breeze/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breeze/breeze-api/revisions/8911892bdf29/schema)
