---
title: "Deposit Address"
method: POST
path: "/auth/w/deposit/address"
---

# Deposit Address

`POST /auth/w/deposit/address`

Retrieve your deposit address or generate a new deposit address for a specific currency and wallet.

## Request body

- object
  - `wallet` string, required — Select the wallet from which to transfer (exchange, margin, funding (can also use the old labels which are exchange, trading and deposit respectively))
  - `method` string, required — Method of deposit (methods accepted: “bitcoin”, “litecoin”, “ethereum”, “tetheruso", “tetherusl", “tetherusx", “tetheruss", "ethereumc", "zcash", "monero", "iota"). For an up-to-date listing of supported currencies see: https://api-pub.bitfinex.com//v2/conf/pub:map:tx:method
  - `op_renew` integer — Input 1 to generate a new deposit address (old addresses remain valid). Defaults to 0 if omitted, which will return the existing deposit address

## Response `200`

200

- unknown[]
  - unknown

## 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/revisions/d60be16fab63/schema)
