action slicebox_get_boxes_incoming { label: "get_boxes_incoming" description: "get incoming transactions (finished, currently receiving, waiting or failed)" provider: slicebox method: GET path: "/boxes/incoming" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }