action tradematic_get_cloud_accounts_accountid_trades { label: "Get trades list by account" description: "Get trades list by account" provider: tradematic method: GET path: "/cloud/accounts/{accountid}/trades" encoding: json input: { type: "object" properties: { accountid: { type: "string" } } required: ["accountid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }