βοΈCustom Liquid Staking APIs
Learn more about how to integrate Custom Liquid Staking into your app!
Gets a list of eligible validators for Custom Liquid Staking
{
success: "true",
"vote_accounts": [...]
}Submits a stake transaction to CLS from the TypeScript SDK
Query Parameters
Name
Type
Description
{
"success": true
}{
"success": false,
"error": "Missing parameters, endpoint requires the following fields: txid, validator."
}{
"success": false,
"error": "Unable to add transaction to CLS, please try again later."
}{
"success": false,
"error": "An unknown error occurred, please try again in a few minutes."
}Submits an unstake transaction to CLS from the TypeScript SDK
Query Parameters
Name
Type
Description
Gets the target stakes for a user
Query Parameters
Name
Type
Description
Last updated