Skip to main content

sei_getEvmTx RPC Method

Returns an EVM transaction hash given a Cosmos transaction hash.

Updated on
Jun 27, 2024

sei_getEvmTx RPC Method

Parameters

hash
string
REQUIRED
A Cosmos transaction hash

Returns

hash
string
An EVM transaction hash
Request
1
curl --location 'https://docs-demo.sei-pacific.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "sei_getEvmTx",
5
"params": ["3BAE4FEE4C8E7658F57A34B53C48A56771F3A427C3674136C4DBA152FE8F3823"],
6
"id": 1,
7
"jsonrpc": "2.0"
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free