getGasPrice

This endpoint fetches the current fees (for EVM based chains:\ `gasprice`) for a specific chain

public getGasPrice(chain: VyChain) : VyPromise<Any>

Parameters

chain

The blockchain for which you want to get gas price details

Returns

VyPromise Gas price for a chain retrieved successfully.

Last updated