> 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/claim-stream.md).

# Claim Stream

```typescript
const claimParams = {
    streamId: ""
}

const claim = await client.claim();
const results = await wallet.signAndSendTransactions(cancelPayload);
```
