> For the complete documentation index, see [llms.txt](https://obytejs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obytejs.com/api/get-last-stable-unit-props.md).

# Get last stable unit props

### Example

```javascript
const result = await client.api.getLastStableUnitProps();
```

### Returns&#x20;

```javascript
{
  unit: 'SaLC9xO2c+6d2sQGH0Iij8MkftUFOIS68kU6ltIkhkU=',
  main_chain_index: 12000000,
  timestamp: 1700000000
}
```
