---
title: "Update the configured fees"
method: POST
path: "/developer/fees"
tags: ["Developers"]
---

# Update the configured fees

`POST /developer/fees`

Update fees for supported products.

## Headers

- `Idempotency-Key` string, required

## Request body

- DeveloperFees
  - `default_liquidation_address_fee_percent` string, float, required — The default fee percent that will be applied to all your Liquidation Addresses. The value is a base 100 percentage, i.e. 10.2% is "10.2" in the API.

## Response `200`

The configured fees have been updated for your developer account.

## Other responses

- `400` — Request containing missing or invalid parameters.
- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
