POST
/
developer
/
fees
Update the configured fees
curl --request POST \
  --url https://api.bridge.xyz/v0/developer/fees \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "default_liquidation_address_fee_percent": "0.5"
}'
{
"summary": "A successful post request for updating fees."
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

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.

The body is of type object.

Response

200
application/json

The configured fees have been updated for your developer account.

The response is of type any.