added
Kiln Connect API - version 1.5
June 12th, 2024
π This release introduces a wide range of new API endpoints for DeFi, EigenLayer, EGLD, INJ, and FET, providing comprehensive access to stakes, rewards, operations, and network stats. Additionally, it includes enhancements like auto-compounding messages for certain chains, pagination support for ADA stakes, and new fields for ETH stakes.
Changelog
π DeFi API Endpoints
- Added the following DeFi API endpoints:
π₯ /v1/defi/stakes
: Get stakes of wallets on the given vaultsπ€ /v1/defi/operations
: Get operations of wallets on the given vaultsπ /v1/defi/network-stats
: Get network stats of the given vaults
β‘ EigenLayer API Endpoints
- Added the following EigenLayer API endpoints:
π /v1/eth/eigenlayer/eigenpod
: Get the EigenPod of the given walletπ· /v1/eth/eigenlayer/operator
: Get information about an EigenLayer Operatorπ /v1/eth/eigenlayer/summary
: Get a summary of your wallet on EigenLayerπ /v1/eth/eigenlayer/native/points
: Get restaked points of your EigenPodπ° /v1/eth/eigenlayer/native/withdrawals
: Get withdrawals of your EigenPodβ³ /v1/eth/eigenlayer/native/undelegations
: Get undelegations of your EigenPodπ /v1/eth/eigenlayer/liquid/points
: Get restaked points of your Liquid Staking Tokensπ₯ /v1/eth/eigenlayer/liquid/deposits
: Get deposits of Liquid staking tokens on EigenLayerπ° /v1/eth/eigenlayer/liquid/withdrawals
: Get withdrawals of your Liquid Staking TokensβοΈ /v1/eth/eigenlayer/transaction/verify-and-process-withdrawals
: Craft a verifyAndProcessWithdrawals transaction for your EigenPodβοΈ /v1/eth/eigenlayer/transaction/verify-withdrawal-credentials
: Craft a verifyWithdrawalCredentials transaction to restake the given validators
π Other Updates
- π Atom, Osmo, DyDX, Zetachain auto-compounding messages are now included in
<token>/operations
for the respective chains. - π ADA API
/stakes
now supports pagination. - π Added EGLD API endpoints (note: EGLD API covers the Top50 validators on the network only):
π₯ /v1/egld/stakes
: Get the status of MultiversX stakesπ° /v1/egld/rewards
: Get historical rewards of MultiversX stakesπ /v1/egld/network-stats
: Get stats on MutiversX network
- π Added INJ API endpoints:
π₯ /v1/inj/stakes
: Get the status of Injective stakesπ° /v1/inj/rewards
: Get historical rewards of Injective stakesπ /v1/inj/network-stats
: Get stats on Injective networkπ€ /v1/inj/operations
: Get the operations of INJ stakes. Units are in uINJ (10^-6 INJ).- π All transaction crafting endpoints (see documentation)
- π Added FET API endpoints:
π₯ /v1/fet/stakes
: Get the status of FET stakesπ° /v1/fet/rewards
: Get historical rewards of FET stakesπ /v1/fet/network-stats
: Get stats on FET networkπ€ /v1/fet/operations
: Get the operations of FET stakes.- π All transaction crafting endpoints (see documentation)
- π ETH API added next skimming slots fields in
/eth/stakes
(see documentation)