# getGasPrice

### Description

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

{% code overflow="wrap" %}

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

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| chain | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain) | The blockchain for which you want to get gas price details |
| ----- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------- |

**Returns**

VyPromise\
Gas price for a chain retrieved successfully.
{% endtab %}
{% endtabs %}
