> 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/chain/getblockchaininfo.md).

# 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](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md) | Select the blockchain to get block information |
| ----- | ---------------------------------------------------------------------- | ---------------------------------------------- |

**Returns**

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