# GetBlockchainInfo

### Description

Returns information about a specific blockchain.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyBlockchainInfoDto> GetBlockchainInfo(eVyChain chain)
```

{% endcode %}

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

| chain | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain) | Select the blockchain to get block information |
| ----- | --------------------------------------------------------------------------------------- | ---------------------------------------------- |

**Returns**

VyTask<[VyBlockchainInfoDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vyblockchaininfodto)>\
Block information retrieved successfully.
{% endtab %}
{% endtabs %}
