Get wallet gas information
GET /v2/gas-station/chain/{chainId}/wallet/{walletId}/gas
GET
/v2/gas-station/chain/{chainId}/wallet/{walletId}/gas
Retrieve gas balance and estimated transactions for a wallet.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” walletId
required
string
The wallet ID to get gas information for
chainId
required
string
The chain ID
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Wallet gas information
object
balance
required
Available gas balance in wei
string
1000000000000000000
balanceEth
required
Available gas balance in ETH
string
1.0
estimatedTransactions
required
Estimated number of transactions possible
number
100