getGasPrice

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

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

Parameters

chain

The blockchain for which you want to get gas price details

Returns

VyPromise

Last updated