LSP is a reward and governance asset which have a major role in keeping the Lumenswap ecosystem cycle dynamic and decentralized.
You can find the LSP Price in Stellar USDC by using an API request like so :
curl 'https://horizon.stellar.org/paths/strict-send?source_amount=1&source_asset_type=credit_alphanum4&source_asset_code=LSP&source_asset_issuer=GAB7STHVD5BDH3EEYXPI3OM7PCS4V443PYB5FNT6CFGJVPDLMKDM24WK&destination_assets=USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN' \
-H 'Connection: keep-alive' \
-H 'Accept: application/json, text/plain, */*' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36' \
-H 'Sec-GPC: 1' \
-H 'dnt: 1' \
-H 'Origin: https://app.lumenswap.io' \
-H 'Sec-Fetch-Site: cross-site' \
-H 'Sec-Fetch-Mode: cors' \
-H 'Sec-Fetch-Dest: empty' \
-H 'Referer: https://app.lumenswap.io/' \
-H 'Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7' \
--compressed