API Reference

Execute a raw EVM transaction

Execute a raw EVM transaction against the mainnet fork provided by Valha.

Log in to see full request history
Path Params
string
required
Defaults to ethereum

The blockchain that will be used for this request.

Body Params

The provided raw transaction will be executed against the fork and the API will return the receipt from the chain (information about receipt: https://docs.ethers.org/v5/api/providers/types/#providers-TransactionReceipt).

PLEASE make sure that your provided wallet has the authorization to execute this transaction (right amount of token, right approval, etc.).

string
required
string
required
string
required
string
required
string

Enter the value in hexadecimal with "0x" at the beginning.

string

Enter the value in hexadecimal with "0x" at the beginning.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json