> For the complete documentation index, see [llms.txt](https://docs.zebec.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zebec.io/zebec-near/zebec-near-sdk/normal-stream/withdraw-stream.md).

# Withdraw Stream

```typescript
const withdrawParams: WithdrawStreamParams = {
   streamId,
};
const withdrawPayload = await clientReceiver.withdraw(withdrawParams);
const results = await wallet.sendAndSignTransaction();
```
