GET
/
developer
/
fees
Get the configured fees
curl --request GET \
  --url https://api.bridge.xyz/v0/developer/fees \
  --header 'Api-Key: <api-key>'
{
"default_liquidation_address_fee_percent": "1.3"
}

Authorizations

Api-Key
string
header
required

Response

The configured fees for your developer account.

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"