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

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

# Enumeration: WithdrawStatus

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

## Table of contents

### Enumeration Members

* [InsufficientBalance](/sdks/tech-doc/enums/orderly_network_types.WithdrawStatus#insufficientbalance)
* [Normal](/sdks/tech-doc/enums/orderly_network_types.WithdrawStatus#normal)
* [NotConnected](/sdks/tech-doc/enums/orderly_network_types.WithdrawStatus#notconnected)
* [NotSupported](/sdks/tech-doc/enums/orderly_network_types.WithdrawStatus#notsupported)
* [Unsettle](/sdks/tech-doc/enums/orderly_network_types.WithdrawStatus#unsettle)

## Enumeration Members

### InsufficientBalance

• **InsufficientBalance** = `"InsufficientBalance"`

#### Defined in

[packages/types/src/withdraw.ts:5](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/withdraw.ts#L5)

***

### Normal

• **Normal** = `"Normal"`

#### Defined in

[packages/types/src/withdraw.ts:6](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/withdraw.ts#L6)

***

### NotConnected

• **NotConnected** = `"NotConnected"`

#### Defined in

[packages/types/src/withdraw.ts:3](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/withdraw.ts#L3)

***

### NotSupported

• **NotSupported** = `"NotSupported"`

#### Defined in

[packages/types/src/withdraw.ts:2](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/withdraw.ts#L2)

***

### Unsettle

• **Unsettle** = `"Unsettle"`

#### Defined in

[packages/types/src/withdraw.ts:4](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/withdraw.ts#L4)
