Skip to main content
POST
Update the configured fees

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string
required

Body

application/json

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.

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.

Example:

"0.5"

Response

The configured fees have been updated for your developer account.