v1
latestOpenAPI 3.1.02026-07-243035381.4 MBStaking
Get liquid staking pools
/v4/data/staking/liquid/pools
50 credits per API call
Get the top liquid staking pools for a blockchain. Returns all supported liquid staking tokens (protocol, symbol, token address) that can be used with /staking/liquid/current-assets.
Supported blockchains:
- Ethereum - ethereum-mainnet
- Solana - solana-mainnet
To get started:
- Provide a chain. The API returns all liquid staking pools (Lido, Rocket Pool, Marinade, Jito, etc.) for that chain.
- Ethereum pools include contractAddress; Solana pools include mintAddress.
get/v4/data/staking/liquid/pools
Query parameters
chain'solana-mainnet' | 'ethereum-mainnet' required
Example:ethereum-mainnet
The blockchain to work with.
Response
OK
Example response
{
"pools": [
{
"protocol": "Lido",
"underlying": "ETH",
"symbols": [
"stETH",
"wstETH"
],
"contractAddresses": [
"0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84",
"0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
]
}
]
}