---
title: "Funding Auto-renew"
method: POST
path: "/auth/w/funding/auto"
---

# Funding Auto-renew

`POST /auth/w/funding/auto`

Activate or deactivate auto-renew. Allows you to specify the currency, amount, rate, and period.

## Request body

- object
  - `status` integer, required — 1 to activate, 0 to deactivate
  - `currency` string, required — Currency for which to enable auto-renew
  - `amount` string — Amount to be auto-renewed (Minimum 50 USD equivalent). Defaultst to the amount currently provided if omitted.
  - `rate` string — Percentage rate at which to auto-renew. (rate == 0 to renew at FRR). Defaults to FRR if omitted
  - `period` integer — Period in days. Defaults to 2 if omitted.

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