action apidapp_get_transaction_hash_receipt { label: "get_transaction_hash_receipt" description: "Get receipt detail information" provider: apidapp method: GET path: "/transaction/{hash}/receipt" encoding: json input: { type: "object" properties: { hash: { type: "string" } } required: ["hash"] additionalProperties: false } output: { type: "object" } }