---
title: "Generate Invoice"
method: POST
path: "/auth/w/deposit/invoice"
---

# Generate Invoice

`POST /auth/w/deposit/invoice`

Generates a Lightning Network deposit invoice

## Request body

- object
  - `wallet` string, required — Select the wallet that will receive the invoice payment. Currently only 'exchange' is available
  - `currency` string, required — Select the currency for which you wish to generate an invoice. Currently only LNX (Bitcoin Lightning Network) is available.
  - `amount` string, required — Amount that you wish to deposit (in BTC; min 0.000001, max 0.02)

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
