This library is a simple Javascript client for the Sanctum API. It's aimed to help automate your LSTs management.
Be aware that this client directly communicates with Sanctum. Be sure of your script before doing any financial operations. Moreover, there is no guarantee about the reliability of this client. I encourage you to tests your scripts before using them on the mainnet.
The developer of this client is not responsible for any errors or issues that may occur when using this client. Use at your own risk.
Install the library with:
npm install git+https://github.com/defilogist/sanctum-js
const SanctumClient = require("sanctum-js")
const client = new SanctumClient(
"WALLET_PRIVATE_KEY", // optional
"mainnet-beta" // optional
)
const inf_infos = client.get_infinity_infos()
const jupsol_apy = client.get_lst_apy("JupSOL")
const jupsol_value = client.get_lst_sol_value("JupSOL")
const jupsol_tvl = client.get_lst_tvl("JupSOL")
const jupsol_infos = client.get_lst_infos("JupSOL")
const jupsol_price = client.get_price("jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v")
const metadata = client.get_metadata("jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v")
const quote = client.get_quote("jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v", "BonK1YhkXEGLZzwtcvRTip3gAL9nCeQD7ppZBLXhtTs", 1)
Any contribution is welcome, please open your PR for additions and report bug through Github issues.
This client is developed by thewise.trade.
If you like this client, you can tip me at: thewisetrade.sol or buy the logo NFT.