/cosmos/tx/v1beta1/txs/{hash}

GetTx fetches a tx by hash.

Parameters:

hash - string, hash is the tx hash to query, encoded as a hex string.

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://froopyland.blockpi.network/lcd/v1/<your-api-key>/cosmos/tx/v1beta1/txs/81D8461636500C5DA63D2DC1FAC78375E0273553757289E270EDF310212614B5

// Result
{

}

Last updated