/tx

Get a transaction. Upon success, the Cache-Control header will be set with the default maximum age.

Parameters:

hash- string, hash of transaction to retrieve

Example:

// Request
curl -X GET -H 'Content-Type: application/json'  https://dymension.blockpi.network/rpc/v1/<your-api-key>/tx?hash=0x547DC59DD6EE54082183A5F75F1D350BE4D271825BB75C6A626F74DAE2FA2489

// Result
{
    
}                  

Last updated