GetGasPrice

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

public static VyTask<JToken> GetGasPrice(eVyChain chain)

Parameters

chain

The blockchain for which you want to get gas price details

Returns

VyTask

Last updated