action motaword_get_commission_stats { label: "Returns the total commissions stats." provider: motaword method: GET path: "/stats/commissions" encoding: json output: { type: "object" properties: { balance: { type: "object" properties: { amount: { type: "number" format: "float" } currency: { type: "string" } } } paid: { type: "object" additionalProperties: true } quote_total: { type: "object" additionalProperties: true } total: { type: "object" additionalProperties: true } } } }