# getChain

> **getChain**(`id?`): [`FilecoinChain`](/reference/filoz/synapse-core/chains/interfaces/filecoinchain/)

Defined in: [packages/synapse-core/src/chains.ts:335](https://github.com/FilOzone/synapse-sdk/blob/017412a5a52d7741a99dc4d4c9ae795e61547e64/packages/synapse-core/src/chains.ts#L335)

Get a chain by id

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `id?` | `number` | The chain id. Defaults to mainnet. |

## Returns

[`FilecoinChain`](/reference/filoz/synapse-core/chains/interfaces/filecoinchain/)

## Throws

Errors [getChain.ErrorType](/reference/filoz/synapse-core/chains/namespaces/getchain/type-aliases/errortype/)