Get transaction gas estimate
GET /v2/gas-station/price/tx/{walletId}
GET
/v2/gas-station/price/tx/{walletId}
Estimate gas required for a specific transaction.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” walletId
required
string
The wallet ID
Query Parameters
Section titled “Query Parameters ” txData
required
string
Transaction data in hex format
Example
0x...
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Estimated gas price for the transaction
object
price
required
Gas price in wei
string
20000000000
priceGwei
required
Gas price in gwei
string
20
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error