Get a TransactionAsk AIget https://svc.blockdaemon.com/universal/{version}/{protocol}/{network}/tx/{hash}Returns a transaction by a user-defined transaction hash.Path ParamsprotocolstringrequiredDefaults to bitcoinProtocol handle, one of: algorand, avalanche, bitcoin, bitcoincash, dogecoin, ethereum, litecoin, optimism, polkadot, polygon, solana, stellar tezos, xrp.networkstringrequiredDefaults to mainnetWhich network to target. Available networks can be found in the list of supported protocols or with /{protocol}.hashstringrequiredDefaults to 71d4f3412ec11128bbd9ce988d5bff2ec3bb6ea3953c8faf189d88ae49de9f7aThe transaction hash.Responses 200Transaction 401Invalid or expired token 404Not Found 429Rate limit exceeded 500An internal server error happened 503The resource you are trying to access is currently unavailableUpdated 2 days ago