# GetGasPrice

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<JToken> GetGasPrice(eVyChain chain)
```

{% endcode %}

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

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

**Returns**

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