action tradematic_get_cloud_accounts_accountid_snapshots { label: "Get account equity and cash snapshots" description: "Get account equity and cash snapshots" provider: tradematic method: GET path: "/cloud/accounts/{accountid}/snapshots" encoding: json input: { type: "object" properties: { accountid: { type: "string" } } required: ["accountid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }