Execute a raw EVM transactionAsk AIpost https://api.valha.xyz/v0/sandbox/{chain}/rawExecute a raw EVM transaction against the mainnet fork provided by Valha.Path ParamschainstringenumrequiredDefaults to ethereumThe blockchain that will be used for this request.ethereumethereum-goerlipolygonbscoptimismarbitrumavalancheceloarbitrum-testnetbsc-testnetShow 10 enum valuesBody ParamsThe 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.).fromstringrequiredtostringrequireddatastringrequiredvaluestringrequiredgasLimitstringEnter the value in hexadecimal with "0x" at the beginning.gasPricestringEnter the value in hexadecimal with "0x" at the beginning.Responses 200 400Updated over 2 years ago