General Fees on trading API

Hi, is the general fees already deducted on the quote amount? or it will be deducted later?

I know that network fees will be deducted to the wallet giving 0.1 + 0.000238609003101917 deduction to my ETH_TEST5 wallet. how about general fees? API shows quoteAmount of 553.005654 USDC_ETH_TEST5_AN74 and 0.25 USDC_ETH_TEST5_AN74 general fees. but wallet in the console shows 553.005654 USDC balance. is it safe to assume that quoteAmount is net and not gross? general fees are already deducted to the quote amount?

API has return the ff:

{
“id”: “7ea55171-7aab-4fa0-ac28-d06f27da7613”,
“via”: {
“type”: “PROVIDER”,
“providerId”: “UNISWAP_CLASSIC”
},
“status”: “COMPLETED”,
“receipt”: {
“type”: “BLOCKCHAIN”,
“amount”: “553.005654”
},
“executionSteps”: [
{
“type”: “CONTRACT_CALL”,
“status”: “COMPLETED”,
“fee”: {
“feeType”: “NETWORK”,
“assetId”: “ETH_TEST5”,
“amountType”: “FIXED”,
“amount”: “0.000238609003101917”
},
“txId”: “f8ecb10c-ddd8-4f7f-bc0b-f9a2a2b28cd4”
}
],
“executionResponseDetails”: {
“type”: “QUOTE”,
“quoteId”: “aXwdghMhCYcEJDw=”,
“quoteAmount”: “553.005654”,
“baseAmount”: “0.1”,
“baseAssetId”: “ETH_TEST5”,
“quoteAssetId”: “USDC_ETH_TEST5_AN74”,
“side”: “SELL”
},
“settlement”: {
“type”: “DVP”,
“sourceAccount”: {
“type”: “VAULT_ACCOUNT”,
“accountId”: “0”
},
“destinationAccount”: {
“type”: “VAULT_ACCOUNT”,
“accountId”: “0”
}
},
“generalFees”: [
{
“feeType”: “ORDER”,
“assetId”: “USDC_ETH_TEST5_AN74”,
“amountType”: “FIXED”,
“amount”: “0.25”
}
],
“createdBy”: “d087f35d-05b9-4b3b-a62c-8ba1501a988f”,
“createdAt”: “2026-03-17T14:12:27.000Z”,
“updatedAt”: “2026-03-17T14:13:16.000Z”
}