v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Developers

Get the configured fees

Get fees that have been configured for supported products.

get/developer/fees

Response

The configured fees for your developer account.

default_liquidation_address_fee_percentstring 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 response

{
  "default_liquidation_address_fee_percent": "0.5"
}