action apidapp_get_transaction_hash { label: "get_transaction_hash" description: "Get information about transaction by the transaction hash value" provider: apidapp method: GET path: "/transaction/{hash}" encoding: json input: { type: "object" properties: { hash: { type: "string" } } required: ["hash"] additionalProperties: false } output: { type: "object" } }