GetTransactionStatus
This endpoint retrieves the status of a specific transaction by chain and transaction hash. Returns `UNKNOWN` when the specific chain is not supported yet.
Parameters
transactionHash
string
The transaction hash (`id`)
Returns
VyTask<VyTransactionStatusDto> Transaction status retrieved successfully.
Last updated