---
title: "List liquidation address transactions"
method: GET
path: "/v1/liquidation_addresses/{id}/transactions"
tags: ["Liquidation Addresses"]
---

# List liquidation address transactions

`GET /v1/liquidation_addresses/{id}/transactions`

Returns a cursor-paginated list of deposit transactions for a liquidation address.

## Path parameters

- `id` string, required

## Query parameters

- `pagination` object
  - `offset` number
  - `limit` number
  - `cursorToken` string

## Response `200`

Success

- object — A list of liquidation address transactions
  - `status` 'SUCCEEDED', required
  - `data` ListLiquidationAddressTransactionsResponse, required
    - `transactions` object[], required
      - `id` string
      - `createdAt` number
      - `updatedAt` number
      - `liquidationAddressId` string, required
      - `merchantId` string, required
      - `livemode` boolean, required
      - `status` 'PENDING_DEPOSIT_VALIDATION' | 'DEPOSIT_CONFIRMED' | 'TRADE_PENDING' | 'TRADE_EXECUTING' | 'SETTLEMENT_PENDING' | 'COMPLETED' | 'FAILED' | 'CANCELLED', required
      - `depositTransactionHash` string, required
      - `depositAmount` string, required
      - `depositCurrency` 'USDC' | 'USDCE' | 'USDBC' | 'USDT' | 'EURC' | 'DAI' | 'BUSD' | 'BTC' | 'ETH' | 'BNB' | 'MATIC' | 'POL' | 'AVAX' | 'SOL' | 'TRX' | 'KAP' | 'ARB' | 'CBBTC' | 'PYUSD' | 'SNS' | 'HONEY', required
      - `depositNetwork` 'ETHEREUM' | 'OPTIMISM' | 'BINANCE' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'SOLANA' | 'TRON' | 'BASE' | 'BITCOIN', required
      - `depositConfirmedAt` number
      - `fromAddress` string
      - `settlementAmount` string
      - `settlementCurrency` 'USDC' | 'USDCE' | 'USDBC' | 'USDT' | 'EURC' | 'DAI' | 'BUSD' | 'BTC' | 'ETH' | 'BNB' | 'MATIC' | 'POL' | 'AVAX' | 'SOL' | 'TRX' | 'KAP' | 'ARB' | 'CBBTC' | 'PYUSD' | 'SNS' | 'HONEY'
      - `settlementNetwork` 'ETHEREUM' | 'OPTIMISM' | 'BINANCE' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'SOLANA' | 'TRON' | 'BASE' | 'BITCOIN'
      - `settlementAddress` string
      - `settlementTransactionHash` string
      - `settlementConfirmedAt` number
    - `cursor` object — Cursor for the next page. Absent when there are no more results.
      - `createdAt` integer — Creation timestamp (Unix milliseconds) of the last item in the current page.

## 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)
