user
User Fees
Return Fees data for the authenticated user.
get/user/fees
Response
OK
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
}
}
}