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

200
application/json

The configured fees for your developer account.

The response is of type object.