Comment on page
⚙
Custom Liquid Staking APIs
Learn more about how to integrate Custom Liquid Staking into your app!
Custom Liquid Staking (CLS) allows you to liquid stake to specific validators! The SOL deposited to the pool during a CLS transaction will be delegated to the specified validator as long as the bSOL stays in the user's control (either through staying in the wallet or being used in a supported DeFi integration like Orca, Raydium, and Saber).
get
stake.solblaze.org/api/v1
/cls_eligible_validators
Gets a list of eligible validators for Custom Liquid Staking
get
stake.solblaze.org/api/v1
/cls_stake
Submits a stake transaction to CLS from the TypeScript SDK
get
stake.solblaze.org/api/v1
/cls_unstake
Submits an unstake transaction to CLS from the TypeScript SDK
get
https://stake.solblaze.org/api/v1
/cls_user_target
Gets the target stakes for a user
We will be adding more API methods over the next few days, stay tuned!
Last modified 4mo ago