> For the complete documentation index, see [llms.txt](https://cetus-1.gitbook.io/cetus-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cetus-1.gitbook.io/cetus-developer-docs/developer/via-sdk-v2/sdk-modules/cetusprotocol-xcetus-sdk/get-information-of-dividend-with-phase.md).

# Get Information of dividend with phase

`getPhaseDividendInfo` can gets the info of dividend for phase you want to get.

#### Function Parameters

* phase: phase you want to get

```typescript
const phase = '10'
const phase_dividend_info = await sdk.XCetusModule.getPhaseDividendInfo('10')
```
