> ## Documentation Index
> Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Orderly network types.API.Chain

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types) / [API](/sdks/tech-doc/modules/orderly_network_types.API) / Chain

# Interface: Chain

[@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types).[API](/sdks/tech-doc/modules/orderly_network_types.API).Chain

## Table of contents

### Properties

* [chain\_details](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#chain_details)
* [decimals](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#decimals)
* [dexs](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#dexs)
* [minimum\_withdraw\_amount](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#minimum_withdraw_amount)
* [nativeToken](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#nativetoken)
* [network\_infos](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#network_infos)
* [token](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#token)
* [token\_hash](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#token_hash)
* [token\_infos](/sdks/tech-doc/interfaces/orderly_network_types.API.Chain#token_infos)

## Properties

### chain\_details

• **chain\_details**: [`ChainDetail`](/sdks/tech-doc/interfaces/orderly_network_types.API.ChainDetail)\[]

#### Defined in

[packages/types/src/types/api.ts:307](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L307)

***

### decimals

• **decimals**: `number`

#### Defined in

[packages/types/src/types/api.ts:305](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L305)

***

### dexs

• **dexs**: `string`\[]

#### Defined in

[packages/types/src/types/api.ts:272](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L272)

***

### minimum\_withdraw\_amount

• **minimum\_withdraw\_amount**: `number`

#### Defined in

[packages/types/src/types/api.ts:306](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L306)

***

### nativeToken

• `Optional` **nativeToken**: [`TokenInfo`](/sdks/tech-doc/interfaces/orderly_network_types.API.TokenInfo)

#### Defined in

[packages/types/src/types/api.ts:275](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L275)

***

### network\_infos

• **network\_infos**: [`NetworkInfos`](/sdks/tech-doc/interfaces/orderly_network_types.API.NetworkInfos)

#### Defined in

[packages/types/src/types/api.ts:273](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L273)

***

### token

• **token**: `string`

#### Defined in

[packages/types/src/types/api.ts:303](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L303)

***

### token\_hash

• **token\_hash**: `string`

#### Defined in

[packages/types/src/types/api.ts:304](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L304)

***

### token\_infos

• **token\_infos**: [`TokenInfo`](/sdks/tech-doc/interfaces/orderly_network_types.API.TokenInfo)\[]

#### Defined in

[packages/types/src/types/api.ts:274](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L274)
