Skip to content

Get transaction gas estimate

GET
/v2/gas-station/price/tx/{walletId}

Estimate gas required for a specific transaction.

walletId
required
string

The wallet ID

txData
required
string

Transaction data in hex format

Example
0x...
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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