Vote Escrow
API endpoints specific to Plenty's vote escrow system
Locks
Get all VE locks for a Tezos address
Query Parameters
Name
Type
Description
{
result: {
id: string;
owner: string;
baseValue: string; // Amount of PLY locked
endTs: string; // Ending timestamp
attached: boolean; // `true` if attached to a gauge
epochVotingPower: string; // Current max usable voting power of the lock
currentVotingPower: string; // Voting power at present second
availableVotingPower: string; // Unused voting power in the present epoch
nextEpochVotingPower: string; // Voting power for the next epoch
}[];
}Bribes
Get all bribes added in a specific epoch
Query Parameters
Name
Type
Description
Get all bribes provided by a specific Tezos address
Query Parameters
Name
Type
Description
Pools
Get incentivisation details of all pools added to the VE system
Voting Rewards
Get all unclaimed voting rewards for a Tezos address
Query Parameters
Name
Type
Description
V2 Position
Get all v2 liquidity positions of a Tezos address
Query Parameters
Name
Type
Description
Last updated
