# Gets Vault Asset

This method retrieves the LP token balance for a specific vault.

```typescript
const ft_asset = await sdk.getOwnerCoinBalances('0x0..', vault?.lp_token_type)
```
