gas_estimation_failed

Gas estimation failed

HTTP status: 400 Retryable: No

Description

The API could not estimate the gas cost for the transaction. This typically means the transaction would revert on-chain — for example, a failing contract call — or the provided gas parameters are invalid.

Resolution

Verify that the contract call parameters are correct and that the contract is deployed at the target address on the right network. You can specify a manual gasLimit in the request body to bypass estimation.