---
title: "Create a new liquidation address for a business"
method: POST
path: "/liquidation-addresses-business"
tags: ["BUSINESS LIQUIDATION ADDRESS"]
---

# Create a new liquidation address for a business

`POST /liquidation-addresses-business`

Creates a liquidation address for a business customer.

## Headers

- `api-key` string
- `api-secret` string

## Request body

- CreateLiquidationAddressBusinessDto
  - `chain` 'ETH' | 'MATIC' | 'XLM' | 'OP' | 'ARB' | 'BASE' | 'TRX' | 'SOL' | 'CELO' | 'AVAX' | 'BNB', required — Blockchain chain identifier
  - `currency` string, required — Currency symbol (must be supported on the specified chain)
  - `address` string, required — Wallet address (format validated based on chain)
  - `memo` string — Memo field for XLM transactions (optional)
  - `default` boolean — Set as default address for this business

## Response `201`

Liquidation address created successfully

## Other responses

- `400` — Invalid input data
- `404` — Business not found
- `409` — Identical address already exists

---

[API](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation.md) · [All operations](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alfredpay/alfred-penny-api-client-documentation/revisions/6fdfb13fd2b1/schema)
