added
Kiln Connect API: January 2025
January 31st, 2025
As part of our ongoing improvements to the Kiln API, we introduced a range of new features and expanded support for several protocols throughout January.
Overall we added 49 new endpoints to 1.7-beta
, enhancing functionalities for Cronos (CRO), Mantra (OM), Tron (TRX), Kava (KAVA), Fetch.ai (FET), ZetaChain (ZETA), Near (NEAR), and DeFi.
The complete 1.7-beta
reference is available here . We are aiming to make 1.7 the stable version in the second half of February.
Cronos
📈 Reporting
/cro/network-stats
- Get some network statistics on Cosmos. (ref)/cro/stakes
- Retrieve the status of Cronos stakes, expressed in microCRO (10⁻⁶ CRO). (ref)/cro/operations
- Get the operations of Cronos stakes. Units are in microCRO (10⁻⁶ CRO). (ref)/cro/rewards
- Get historical rewards by day of Cronos stakes. Units are in microCRO (10⁻⁶ CRO). (ref)/cro/balance
- Get balance of a Cronos account. (ref)/cro/reports
- Get reports on Cosmos staking. (ref)
📥 Staking
/cro/transaction/send
- Generates a send transaction on Cronos. (ref)/cro/transaction/broadcast
- Broadcast a signed transaction to the Cronos network. (ref)/cro/transaction/unstake
- Generates an undelegate transaction on Cronos. (ref)/cro/transaction/restake-rewards
- Generates a restake rewards transaction on Cronos. (ref)/cro/transaction/decode
- Decode a transaction. (ref)/cro/transaction/status
- Get the status of a transaction. (ref)/cro/transaction/redelegate
- Generates a redelegate transaction on Cronos to move a stake from a validator to another without going through the 21-day unbonding period. (ref)/cro/transaction/prepare
- Prepare an unsigned transaction for broadcast by adding signatures to it. (ref)/cro/transaction/stake
- Generates a delegate transaction on Cronos. (ref)/cro/transaction/withdraw-rewards
- Generates a withdraw rewards transaction on Cronos. (ref)
Mantra
📈 Reporting
/om/network-stats
- Get some network statistics on Mantra. (ref)/om/balance
- Get balance of a Mantra account. (ref)/om/rewards
- Get historical rewards by day of Mantra stakes. Units are in uOM (10⁻⁶ OM). (ref)/om/reports
- Get reports on Mantra staking. (ref)/om/operations
- Get the operations of Mantra stakes. Units are in uOM (10⁻⁶ OM). (ref)/om/stakes
- Get the status of OM stakes. Units are in uOM (10⁻⁶ OM). (ref)
📥 Staking
/om/transaction/restake-rewards
- Generates a restake rewards transaction on Mantra. (ref)/om/transaction/withdraw-rewards
- Generates a withdraw rewards transaction on Mantra. (ref)/om/transaction/send
- Generates a send transaction on Mantra. (ref)/om/transaction/unstake
- Generates an undelegate transaction on Mantra. (ref)/om/transaction/stake
- Generates a delegate transaction on Mantra. (ref)/om/transaction/redelegate
- Generates a redelegate transaction on Mantra to move a stake from a validator to -another without going through the 21-day unbonding period. (ref)/om/transaction/broadcast
- Broadcast a signed transaction to the Mantra network. (ref)/om/transaction/prepare
- Prepare an unsigned transaction for broadcast by adding signatures to it. (ref)/om/transaction/status
- Get the status of a transaction. (ref)/om/transaction/decode
- Decode a transaction. (ref)
Tron
📈 Reporting
/trx/stakes
- Get TRX stakes. (ref)/trx/network-stats
- Get some network statistics on Tron staking. (ref)
📥 Staking
/trx/transaction/stake
- Craft a stake transaction to obtain bandwidth or energy, and obtain TRON Power. (ref)/trx/transaction/prepare
- Prepare a transaction for broadcast by adding a signature to it. (ref)/trx/transaction/cancel-unstake
- Craft a cancel unstake transaction to cancel unstakings; all unstaked funds still - in the waiting period will be re-staked or withdrawn if they have passed the lockup period. (ref)/trx/transaction/withdraw-unstaked
- Craft a withdraw unstaked transaction. (ref)/trx/transaction/vote
- Craft a vote transaction. (ref)/trx/transaction/broadcast
- Broadcast a signed transaction to the blockchain. (ref)/trx/transaction/unstake
- Craft an unstake transaction to unstake TRX, release bandwidth or energy, and voting rights. (ref)/trx/transaction/withdraw-rewards
- Craft a withdraw rewards transaction. (ref)
🌐 DeFi
/defi/extra-rewards/morpho
- Get Morpho extra rewards. (ref)/defi/transaction/claim/extra-rewards/morpho
- Craft claim Morpho rewards transaction. (ref)