> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/transactions/getgasprice.md).

# 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](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md) | The blockchain for which you want to get gas price details |
| ----- | ---------------------------------------------------------------------- | ---------------------------------------------------------- |

**Returns**

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