Locker Data API
Partners and other integrators or product suites can utilize data from the Guacamole Liquidity Lockers in their interface to help users make safer and educated decisions when trading on Solana.
General API Information
The following data API displays information on all Guacamole liquidity lockers. This data is made public to help integrators from other platforms educate users about token and liquidity safety. It is provided for free at no cost, but please be courteous and cache data in incremental periods.
Using The API
Utilize the following API to fetch liquidity locker information.
Information in our system is updated incrementally to display the correct locked TVL and other parameters.
Fetch Guacamole Liquidity Lockers
GET
https://locker-info.guacamole.gg/vaults
Returns an array of all liquidity lockers and related data on Guacamole
Expected API Data Return
The API will return an array of information regarding liquidity lockers. Below is an example:
provider
: The DEX that this liquidity was initially deposited intolockedLiquidityUSD
: $USD amount of liquidity locked.lockedLiquidityLP
: Number of LP Mint tokens currently locked in lockers.percentageUSD
: Percentage of liquidity from this pool locked in lockers.mint
: LP Token Mint ID that represents ownership of the underlying liquiditycreator
: Initial creator address of this liquidity locker positionpoolId
: On-chain address for the underlying liquidity poolbaseMint
: On-chain Token ID address for the base asset in the liquidity poolquoteMint
: On-chain Token ID address for quote asset in the liquidity poollockerID
: On-chain address of the liquidity locker positionunlockTime
: Displays the next unlock date for the tokens in this liquidity locker.
Last updated