v1

latestOpenAPI 3.1.0QFEX License2026-07-26264545.2 KB
user

User Fees

Return Fees data for the authenticated user.

get/user/fees

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

feesobject required

Example response

{
  "$schema": "https://api.qfex.com/schemas/FeesResponseBody.json",
  "fees": {
    "AUD-USD": {
      "maker_fee": 10000,
      "taker_fee": 20000
    },
    "EUR-USD": {
      "maker_fee": 10000,
      "taker_fee": 20000
    }
  }
}