> ## 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.TokenItem

[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) / TokenItem

# Interface: TokenItem

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

## Table of contents

### Properties

* [chain\_details](/sdks/tech-doc/interfaces/orderly_network_types.API.TokenItem#chain_details)
* [decimals](/sdks/tech-doc/interfaces/orderly_network_types.API.TokenItem#decimals)
* [minimum\_withdraw\_amount](/sdks/tech-doc/interfaces/orderly_network_types.API.TokenItem#minimum_withdraw_amount)
* [token](/sdks/tech-doc/interfaces/orderly_network_types.API.TokenItem#token)
* [token\_hash](/sdks/tech-doc/interfaces/orderly_network_types.API.TokenItem#token_hash)

## Properties

### chain\_details

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

#### Defined in

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

***

### decimals

• **decimals**: `number`

#### Defined in

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

***

### minimum\_withdraw\_amount

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

#### Defined in

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

***

### token

• **token**: `string`

#### Defined in

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

***

### token\_hash

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

#### Defined in

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