added
Kiln Connect API - version 1.6
November 18th, 2024
🚀 This release introduces a wide range of new API endpoints for DOT, KSM and KAVA, providing comprehensive access to stakes, rewards, operations, and network stats. Additionally, it includes enhancements to EigenLayer, adaptive issuance transaction crafting support on Tezos, and migrating MATIC endpoint to POL.
Changelog
- 🆕 Reporting for DOT
- 📥
/v1/dot/stakes
: Get the status of Polkadot stakes - 💰
/v1/dot/rewards
: Get historical rewards by day or era of DOT stakes - 📤
/v1/dot/operations
: Get the operations of Polkadot stakes - 📋
/v1/dot/reports
: Get reports on Polkadot staking
- 📥
- 🆕 Reporting and transaction crafting for KSM
- 📥
/v1/ksm/stakes
: Get the status of Kusama stakes - 💰
/v1/ksm/rewards
: Get historical rewards by day or era of Kusama stakes - 📤
/v1/ksm/operations
: Get the operations of Kusama stakes - 📋
/v1/ksm/reports
: Get reports on Kusama staking - 📈
/v1/ksm/network-stats
: Get stats on Kusama network - All transaction crafting endpoints (see documentation)
- 📥
- 🆕 Reporting and transaction crafting for KAVA
- 📥
/v1/kava/stakes
: Get the status of Kava stakes - 💰
/v1/kava/rewards
: Get historical rewards by day or era of Kava stakes - 📤
/v1/kava/operations
: Get the operations of Kava stakes - 📋
/v1/kava/reports
: Get reports on Kava staking - 📈
/v1/kava/network-stats
: Get stats on Kava network - All transaction crafting endpoints (see documentation)
- 📥
- ⚠️ MATIC to POL migration:
/v1/matic
endpoints are now deprecated, they are replaced by/v1/pol
endpoints with no functional impact. - 💰
/v1/eth/eigenlayer/transaction/claim-rewards
: Craft a processClaim transaction to retrieve AVS rewards - 📥
/v1/eth/onchain/v2/exit-tickets
: Get the exit tickets of Ethereum OnChain V2 (vSuite) integration - 💰 XTZ added transaction crafting support for adaptive issuance, the transaction crafting endpoints for delegation and staking are:
- 📥
/v1/xtz/transaction/delegate
- 📤
/v1/xtz/transaction/undelegate
- 📥
/v1/xtz/transaction/stake
- 📤
/v1/xtz/transaction/unstake
- 🔑
/v1/xtz/transaction/finalize-unstake
- 📥
- 📄
/v1/sol/nonce-account
: Get Kiln nonce account details - 📤
/v1/ada/operations
: Get the operations of Cardano stakes.