How to get LP data (First transfer to LP pool)

Hi, please help to fix my query to get LP data info
I would like to know how to query the LP information.
Example: LP hash data: 93tjgwff5Ac5ThyMi8C4WejVVQq4tuMeMuYW1LEYZ7bu

  1. How to query balance for CHILLGUY and SOL in this LP
  2. How to query creation/first transfer owner to LP balance of CHILLGUY and SOL(not transaction)

Please help to fix my query
query MyQuery {
Solana {
Transfers {
Block {
Hash(selectWhere: {is: “5xPExpjfr5TP8CLWenRJkcTicuMtoTbZXys2rHLoDmoB6RhCigCUPZAFfg779iNfGVMYXQ2b5ipmatEaReb5ZGmo”})
Time
}
Transfer {
Currency {
Name
Decimals
}
Amount
AmountInUSD
}
}
}
}

Check Solana DEX Pools API | Blockchain Data API (V2) for examples