# Kiln API Docs Documentation ## Guides - [Quick start](https://docs.api.kiln.fi/docs/kiln-on-chain-quick-start.md): Bring and monetize the most optimized native ETH yield source to your users - [Pooled staking](https://docs.api.kiln.fi/docs/kiln-on-chain-pooled-staking.md) - [Ethereum staking via API](https://docs.api.kiln.fi/docs/ethereum-staking.md): How to stake ETH using Kiln Connect JS SDK - [Manage accounts](https://docs.api.kiln.fi/docs/kiln-connect-api-manage-organization.md): This guide details on you can manage accounts unsing Kiln Connect JS SDK - [Quick start](https://docs.api.kiln.fi/docs/kiln-connect-api-quick-start.md): Explore how you can use Kiln APIs to access reporting and start staking. - [Tour of the API](https://docs.api.kiln.fi/docs/kiln-connect-api-tour.md): See how Kiln Connect API objects fit together, understand the key concepts and learn best practices for using it. - [Integration guide](https://docs.api.kiln.fi/docs/kiln-defi-integrate.md): Integrate Kiln DeFi in your application - [Quick start](https://docs.api.kiln.fi/docs/kiln-defi-quick-start.md): Integrate DeFi yield in your application - [Best practices for managing secret API keys](https://docs.api.kiln.fi/docs/api-key-security.md): Learn how to manage secret API keys and handle key leaks. - [API keys](https://docs.api.kiln.fi/docs/api-keys.md): Use API keys to authenticate API requests. - [API Versioning & Upgrades](https://docs.api.kiln.fi/docs/api-upgrades.md): Keep track of changes and upgrades to the Kiln Connect API. - [Ethereum reporting methodology](https://docs.api.kiln.fi/docs/ethereum-reporting-methodology.md): Methodology deep dive for the Ethereum Reporting API - [Polkadot reporting methodology](https://docs.api.kiln.fi/docs/polkadot-reporting-methodology.md) - [Rate limits & data refresh rates](https://docs.api.kiln.fi/docs/rate-limits.md) - [Geoblocking](https://docs.api.kiln.fi/docs/geoblocking.md) - [Welcome to Kiln's developer docs](https://docs.api.kiln.fi/docs/quickstart.md) - [SDK](https://docs.api.kiln.fi/docs/sdks.md): Libraries and tools for interacting with your Kiln integration. - [Postman guide](https://docs.api.kiln.fi/docs/kiln-postman.md): Discover our Kiln Connect APIs with Postman. - [Get started](https://docs.api.kiln.fi/docs/sdk-get-started.md): There are a few setup steps needed to start using the Kiln Connect SDK. ## API Reference - [Account](https://docs.api.kiln.fi/reference/deleteaccount.md): Delete an account in your organization - [Account](https://docs.api.kiln.fi/reference/getaccount.md): Retrieve an account in your organization - [Account Portfolio](https://docs.api.kiln.fi/reference/getaccountportfolio.md): Retrieve an account asset portfolio. USD balances are calculated based on recent asset prices. We use CoinGecko API to retrieve asset prices. The data is cached for 24h but it is possible to get real time data by using the refresh parameter. - [Account Report](https://docs.api.kiln.fi/reference/getaccountreports.md): Get report of the account's stakes. - [Accounts](https://docs.api.kiln.fi/reference/getaccounts.md): Retrieve accounts in your organization - [Accounts](https://docs.api.kiln.fi/reference/postaccount.md): Create a new account in your organization - [Account Stakes](https://docs.api.kiln.fi/reference/postaccountstakes.md): Add stakes to an account - [Account](https://docs.api.kiln.fi/reference/putaccount.md): Update an account in your organization - [Network Stats](https://docs.api.kiln.fi/reference/getalgonetworkstats.md): Get some network statistics on Algorand - [Operations](https://docs.api.kiln.fi/reference/getalgooperations.md): Get the operations of Algorand stakes - [Excel Reports](https://docs.api.kiln.fi/reference/getalgoreports.md): Generates an Excel report sheet for your stakes and rewards - [Rewards](https://docs.api.kiln.fi/reference/getalgorewards.md): Get historical rewards of Algorand stakes - [Stakes](https://docs.api.kiln.fi/reference/getalgostakes.md): Get Algorand stakes - [Rewards](https://docs.api.kiln.fi/reference/getbtcbabyrewards.md): Get BTCBABY rewards - [Stakes](https://docs.api.kiln.fi/reference/getbtcbabystakes.md): Get BTCBABY stakes - [Broadcast BABY Transaction](https://docs.api.kiln.fi/reference/postbtcbabybroadcastbabytx.md): Broadcast a signed transaction to the Babylon network - [Broadcast BTC Transaction](https://docs.api.kiln.fi/reference/postbtcbabybroadcastbtctx.md): Broadcast a signed transaction to the Bitcoin network - [Craft BTC Unbond Transaction](https://docs.api.kiln.fi/reference/postbtcbabycraftunbondtx.md): Craft a Bitcoin unbond transaction for Babylon staking. - [Craft BTC Withdraw Transaction](https://docs.api.kiln.fi/reference/postbtcbabycraftwithdrawtx.md): Craft a Bitcoin withdrawal transaction for Babylon staking. - [Prepare Signed BTC Unbonding Transaction](https://docs.api.kiln.fi/reference/postbtcbabypreparesignedunbondtx.md): This endpoint processes a signed Bitcoin unbonding transaction (in PSBT format) and finalizes it by adding the required covenant signatures. The finalized transaction can then be broadcast to the Bitcoin network to complete the unbonding process. - [Prepare BABY Transaction](https://docs.api.kiln.fi/reference/postbtcbabypreparetx.md): Prepare a BABY unsigned transaction for broadcast by adding signatures to it - [Babylon Register Stake Transaction for BTC Staking](https://docs.api.kiln.fi/reference/postbtcbabyregisterstaketx.md): Craft a Babylon transaction to pre register the BTC stake in the Babylon Chain - [BTC Lock Transaction for Babylon Staking](https://docs.api.kiln.fi/reference/postbtcbabystaketx.md): Craft a Bitcoin transaction that locks the stake in the self-custodial Bitcoin staking script - [Craft BABY Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postbtcbabywithdrawrewardstx.md): Craft a Babylon transaction to withdraw rewards from BTC staking. - [Kiln Pools Infos](https://docs.api.kiln.fi/reference/getadakilnpoolsinfos.md): Get the list of Kiln pools with their information - [Network Stats](https://docs.api.kiln.fi/reference/getadanetworkstats.md): Get some network statistics on ADA staking - [Operations](https://docs.api.kiln.fi/reference/getadaoperations.md): Get the operations of Cardano stakes. - [Reports](https://docs.api.kiln.fi/reference/getadareports.md): Get reports on Cardano staking - [Rewards](https://docs.api.kiln.fi/reference/getadarewards.md): Get historical rewards by day of ADA stakes - [Stakes](https://docs.api.kiln.fi/reference/getadastakes.md): Get the status of Cardano stakes. - [Transaction Decoding](https://docs.api.kiln.fi/reference/getadatxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getadatxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postadabroadcasttx.md): Broadcast a signed transaction to the Cardano network - [Prepare Transaction](https://docs.api.kiln.fi/reference/postadapreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Create stakes](https://docs.api.kiln.fi/reference/postadastakes.md): Link ADA stakes to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postadastaketx.md): Generates a delegate transaction on Cardano. Your wallet must have at least 4 ADA to cover for fees and pool deposit (2 ADA). - [Unstake Transaction](https://docs.api.kiln.fi/reference/postadaunstaketx.md): Generates an undelegate transaction on Cardano - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postadawithdrawrewardstx.md): Generates a withdraw rewards transaction on Cardano - [Network Stats](https://docs.api.kiln.fi/reference/getcelestianetworkstats.md): Get some network statistics on Celestia - [Operations](https://docs.api.kiln.fi/reference/getcelestiaoperations.md): Get the operations of TIA stakes. Units are in uTIA (10⁻⁶ TIA). - [Reports](https://docs.api.kiln.fi/reference/getcelestiareports.md): Get reports on Cosmos staking - [Rewards](https://docs.api.kiln.fi/reference/getcelestiarewards.md): Get historical rewards by day of CELESTIA stakes. Units are in uTIA (10⁻⁶ TIA). - [Stakes](https://docs.api.kiln.fi/reference/getcelestiastakes.md): Get the status of TIA stakes. Units are in uTIA (10⁻⁶ TIA). - [Transaction Decoding](https://docs.api.kiln.fi/reference/gettiatxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/gettiatxstatus.md): Get the status of a transaction - [Create stakes](https://docs.api.kiln.fi/reference/postcelstiastakes.md): Link an CELESTIA stake to a Kiln account - [Broadcast Transaction](https://docs.api.kiln.fi/reference/posttiabroadcasttx.md): Broadcast a signed transaction to the Celestia network - [Prepare Transaction](https://docs.api.kiln.fi/reference/posttiapreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/posttiaredelegatetx.md): Generates a redelegate transaction on Celestia to move a stake from a validator to another without going through the 21 days unbonding period. - [Restake Rewards Transaction](https://docs.api.kiln.fi/reference/posttiarestakerewardstx.md): Generates a restake rewards transaction on Celestia - [Revoke Restake Rewards Transaction](https://docs.api.kiln.fi/reference/posttiarevokerestakerewardstx.md): Generates a revoke restake rewards authorization transaction on Celestia - [Stake Transaction](https://docs.api.kiln.fi/reference/posttiastaketx.md): Generates a delegate transaction on Celestia - [Unstake Transaction](https://docs.api.kiln.fi/reference/posttiaunstaketx.md): Generates an undelegate transaction on Celestia - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/posttiawithdrawrewardstx.md): Generates a withdraw rewards transaction on Celestia - [Network Stats](https://docs.api.kiln.fi/reference/getatomnetworkstats.md): Get some network statistics on Cosmos - [Operations](https://docs.api.kiln.fi/reference/getatomoperations.md): Get the operations of ATOM stakes. Units are in uATOM (10⁻⁶ ATOM). All operations after [Theta v7 (12/04/2022)](https://github.com/cosmos/gaia/releases/tag/v7.0.0) are available. - [Reports](https://docs.api.kiln.fi/reference/getatomreports.md): Get reports on Cosmos staking - [Rewards](https://docs.api.kiln.fi/reference/getatomrewards.md): Get historical rewards by day of ATOM stakes. Units are in uATOM (10⁻⁶ ATOM). Only daily breakdowns after 13/04/2022 ([Theta v7](https://github.com/cosmos/gaia/releases/tag/v7.0.0)) are available. - [Stakes](https://docs.api.kiln.fi/reference/getatomstakes.md): Retrieve the status of ATOM stakes, expressed in uATOM (10⁻⁶ ATOM). All stakes that have been active since [Theta v7 (12/04/2022)](https://github.com/cosmos/gaia/releases/tag/v7.0.0) are available. For stakes without a specific delegation timestamp, the API computes the status based on the first available reward snapshot to provide a comprehensive overview. - [Transaction Decoding](https://docs.api.kiln.fi/reference/getatomtxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getatomtxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postatombroadcasttx.md): Broadcast a signed transaction to the Cosmos network - [Prepare Transaction](https://docs.api.kiln.fi/reference/postatompreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/postatomredelegatetx.md): Generates a redelegate transaction on Cosmos to move a stake from a validator to another without going through the 21 days unbonding period. - [Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postatomrestakerewardstx.md): Generates a restake rewards transaction on Cosmos - [Revoke Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postatomrevokerestakerewardstx.md): Generates a revoke restake rewards authorization transaction on Cosmos - [Create stakes](https://docs.api.kiln.fi/reference/postatomstakes.md): Link an ATOM stake to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postatomstaketx.md): Generates a delegate transaction on Cosmos - [Unstake Transaction](https://docs.api.kiln.fi/reference/postatomunstaketx.md): Generates an undelegate transaction on Cosmos - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postatomwithdrawrewardstx.md): Generates a withdraw rewards transaction on Cosmos - [Network Stats](https://docs.api.kiln.fi/reference/getcronetworkstats.md): Get some network statistics on Cosmos - [Operations](https://docs.api.kiln.fi/reference/getcrooperations.md): Get the operations of Cronos stakes. Units are in microCRO (10⁻⁶ CRO). - [Reports](https://docs.api.kiln.fi/reference/getcroreports.md): Get reports on Cosmos staking - [Rewards](https://docs.api.kiln.fi/reference/getcrorewards.md): Get historical rewards by day of Cronos stakes. Units are in microCRO (10⁻⁶ CRO). - [Stakes](https://docs.api.kiln.fi/reference/getcrostakes.md): Retrieve the status of Cronos stakes, expressed in microCRO (10⁻⁶ CRO). - [Transaction Decoding](https://docs.api.kiln.fi/reference/getcrotxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getcrotxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postcrobroadcasttx.md): Broadcast a signed transaction to the Cronos network - [Get balance](https://docs.api.kiln.fi/reference/postcrogetbalance.md): Get balance of a Cronos account - [Prepare Transaction](https://docs.api.kiln.fi/reference/postcropreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/postcroredelegatetx.md): Generates a redelegate transaction on Cronos to move a stake from a validator to another without going through the 21 days unbonding period. - [Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postcrorestakerewardstx.md): Generates a restake rewards transaction on Cronos - [Revoke Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postcrorevokerestakerewardstx.md): Generates a revoke restake rewards authorization transaction on Cronos - [Send Transaction](https://docs.api.kiln.fi/reference/postcrosendtx.md): Generates a send transaction on Cronos - [Create stakes](https://docs.api.kiln.fi/reference/postcrostakes.md): Link an Cronos stake to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postcrostaketx.md): Generates a delegate transaction on Cronos - [Unstake Transaction](https://docs.api.kiln.fi/reference/postcrounstaketx.md): Generates an undelegate transaction on Cronos - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postcrowithdrawrewardstx.md): Generates a withdraw rewards transaction on Cronos - [Allowance](https://docs.api.kiln.fi/reference/getdefiallowance.md): Get allowance of the wallet on the asset to deposit in the vault - [Craft claim Morpho rewards](https://docs.api.kiln.fi/reference/getdeficraftclaimmorphorewardstransaction.md): Craft claim Morpho rewards transaction - [Morpho extra rewards](https://docs.api.kiln.fi/reference/getdefimorphoextrarewards.md): Get Morpho extra rewards - [Network Stats](https://docs.api.kiln.fi/reference/getdefinetworkstats.md): Get network stats of the given vaults - [Operations](https://docs.api.kiln.fi/reference/getdefioperations.md): Get operations of wallets on the given vaults - [Historical Rewards](https://docs.api.kiln.fi/reference/getdefirewards.md): Get daily rewards and balance metrics for vaults, optionally scoped to wallets, over a given date range - [Stakes](https://docs.api.kiln.fi/reference/getdefistakes.md): Get stakes of wallets on the given vaults - [Approve Transaction](https://docs.api.kiln.fi/reference/postdeficraftapprovetransaction.md): Generates an approval transaction that allows a specified vault to deposit a given ERC20 asset on behalf of the user. This is a prerequisite for interacting with Kiln DeFi Vaults as they require asset allowances before deposits. - [Deposit Transaction](https://docs.api.kiln.fi/reference/postdeficraftdeposittransaction.md): Generates a deposit transaction that allows a specified vault to receive a given ERC20 asset from the user. - [Withdraw Transaction](https://docs.api.kiln.fi/reference/postdeficraftwithdrawtransaction.md): Generates a withdrawal transaction that allows a user to withdraw a specified ERC20 asset from a given vault. - [Deployments](https://docs.api.kiln.fi/reference/getdeployments.md): Get deployments of the current organization - [Network Stats](https://docs.api.kiln.fi/reference/getdydxnetworkstats.md): Get some network statistics on dYdX - [Operations](https://docs.api.kiln.fi/reference/getdydxoperations.md): Get the operations of DYDX stakes. Units are in uDYDX (10⁻⁶ DYDX). - [Reports](https://docs.api.kiln.fi/reference/getdydxreports.md): Get reports on Cosmos staking - [Rewards](https://docs.api.kiln.fi/reference/getdydxrewards.md): Get historical rewards by day of DYDX stakes. Units are in uDYDX (10⁻⁶ DYDX). - [Stakes](https://docs.api.kiln.fi/reference/getdydxstakes.md): Get the status of DYDX stakes. Units are in uDYDX (10⁻⁶ DYDX). - [Transaction Decoding](https://docs.api.kiln.fi/reference/getdydxtxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getdydxtxstatus.md): Get the status of a transaction - [Create stakes](https://docs.api.kiln.fi/reference/postcelsdydxstakes.md): Link a DYDX stake to a Kiln account - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postdydxbroadcasttx.md): Broadcast a signed transaction to the DYDX network - [Get balance](https://docs.api.kiln.fi/reference/postdydxgetbalance.md): Get balance of a DYDX account - [Noble IBC Transfer Transaction](https://docs.api.kiln.fi/reference/postdydxnobleibctransfertx.md): Generates an IBC transfer transaction on DYDX to Noble - [Prepare Transaction](https://docs.api.kiln.fi/reference/postdydxpreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/postdydxredelegatetx.md): Generates a redelegate transaction on DYDX to move a stake from a validator to another without going through the 21 days unbonding period. - [Stake Transaction](https://docs.api.kiln.fi/reference/postdydxstaketx.md): Generates a delegate transaction on DYDX - [Unstake Transaction](https://docs.api.kiln.fi/reference/postdydxunstaketx.md): Generates an undelegate transaction on DYDX - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postdydxwithdrawrewardstx.md): Generates a withdraw rewards transaction on DYDX - [Kiln Stats](https://docs.api.kiln.fi/reference/getethkilnstats.md): Get some Kiln statistics on Ethereum staking - [Network Stats](https://docs.api.kiln.fi/reference/getethnetworkstats.md): Get some network statistics on Ethereum staking. - [Operations](https://docs.api.kiln.fi/reference/getethoperations.md): Get the operations of Ethereum stakes - [Excel Reports](https://docs.api.kiln.fi/reference/getethreports.md): Generates an Excel report sheet for your stakes and rewards - [Rewards](https://docs.api.kiln.fi/reference/getethrewards.md): Get historical rewards by day of Ethereum stakes - [Stakes](https://docs.api.kiln.fi/reference/getethstakes.md): Get the status of Ethereum stakes. - [Transaction Decoding](https://docs.api.kiln.fi/reference/getethtxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getethtxstatus.md): Get the status of an Ethereum transaction - [Exit Messages](https://docs.api.kiln.fi/reference/getexitmessage.md): Get encrypted exit message for a validator - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postethbroadcasttx.md): Broadcasts a signed Ethereum transaction - [Consolidate Transaction](https://docs.api.kiln.fi/reference/postethconsolidatetx.md): Generates an Ethereum consolidation transaction - [Deposit Transaction](https://docs.api.kiln.fi/reference/postethdeposittx.md): Generates an Ethereum deposit transaction - [Enable Compounding Transaction](https://docs.api.kiln.fi/reference/postethenablecompoundingtx.md): Generates an Ethereum enable compounding transaction - [Validation Keys](https://docs.api.kiln.fi/reference/postethkeys.md): Create Ethereum native validation keys on Kiln's infrastructure. - [Prepare Transaction](https://docs.api.kiln.fi/reference/postethpreparetx.md): Prepare an Ethereum transaction for broadcasting. It takes a serialized transaction and its signatures and returns a serialized signed transaction that can be broadcasted. - [Request Exit](https://docs.api.kiln.fi/reference/postethrequestexittx.md): Generates an Ethereum EIP 1559 request-exit transaction - [Create stakes](https://docs.api.kiln.fi/reference/postethstakes.md): Link ETH stakes to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postethstaketx.md): Generates an Ethereum EIP 1559 stake transaction - [Withdrawal Transaction](https://docs.api.kiln.fi/reference/postethwithdrawaltx.md): Generates an Ethereum withdrawal transaction - [OnChain V1 fee](https://docs.api.kiln.fi/reference/getethonchainv1fee.md): Get the rewards fees of Ethereum OnChain V1 (Dedicated staking +32ETH) integration contracts - [Pooling (Onchain v2) Exit Tickets](https://docs.api.kiln.fi/reference/getethonchainv2exittickets.md): Get the exit tickets of Ethereum Pooling (Onchain v2) integration - [Pooling (Onchain v2) Network Stats](https://docs.api.kiln.fi/reference/getethonchainv2networkstats.md): Get the network stats of Ethereum Pooling (Onchain v2) integration - [Pooling (Onchain v2) Operations](https://docs.api.kiln.fi/reference/getethonchainv2operations.md): Get the operations of Ethereum Pooling (Onchain v2) operations - [Pooling (Onchain v2) Rewards](https://docs.api.kiln.fi/reference/getethonchainv2rewards.md): Get historical rewards of Ethereum Pooling (Onchain v2) daily rewards - [Pooling (Onchain v2) Stakes](https://docs.api.kiln.fi/reference/getethonchainv2stakes.md): Get the status of Ethereum Pooling (Onchain v2) stakes - [Validation OnChain V1 Keys](https://docs.api.kiln.fi/reference/postethonchainkeys.md): Create Ethereum validation keys for the Kiln OnChain V1 smart-contract suite. This route is for Ethereum operators only of the Kiln OnChain V1 smart-contract. Use `/v1/eth/keys` if you want to use classic native staking. - [Pooling (Onchain v2) Multi-Claim Transaction](https://docs.api.kiln.fi/reference/postethonchainv2multiclaimtransaction.md): Create a transaction to claim rewards in the Kiln Pooling (Onchain v2) smart-contract. This route is for Ethereum operators only of the Kiln Pooling (Onchain v2) smart-contract of type vPool (ERC20). - [Pooling (Onchain v2) Request Exit Transaction](https://docs.api.kiln.fi/reference/postethonchainv2requestexittransaction.md): Create a transaction to request an exit in the Kiln Pooling (Onchain v2) smart-contract. This route is for Ethereum operators only of the Kiln Pooling (Onchain v2) smart-contract of type vPool (ERC20). - [Pooling (Onchain v2) Stake Transaction](https://docs.api.kiln.fi/reference/postethonchainv2staketransaction.md): Create a transaction to stake in the Kiln Pooling (Onchain v2) (vSuite) smart-contract. This route is for Ethereum operators only of the Kiln Pooling (Onchain v2) (vSuite) smart-contract of type vPool (ERC20). - [Validation Pooling (Onchain v2) Keys](https://docs.api.kiln.fi/reference/postethvsuitekeys.md): Create Ethereum validation keys for the Kiln Pooling (Onchain v2) smart-contract suite. This route is for Ethereum operators only of the Kiln Pooling (Onchain v2) smart-contract of type vNFT. Use `/v1/eth/keys` if you want to use Kiln Pooling (Onchain v2) of type vPool (ERC20) or classic native staking. - [Network Stats](https://docs.api.kiln.fi/reference/getfetchnetworkstats.md): Get some network statistics on Fetch - [Operations](https://docs.api.kiln.fi/reference/getfetchoperations.md): Get the operations of FET stakes. Units are in uFET (10⁻⁶ FET). - [Reports](https://docs.api.kiln.fi/reference/getfetchreports.md): Get reports on Cosmos staking - [Rewards](https://docs.api.kiln.fi/reference/getfetchrewards.md): Get historical rewards by day of FETCH stakes. Units are in uFET (10⁻⁶ FET). - [Stakes](https://docs.api.kiln.fi/reference/getfetchstakes.md): Get the status of FET stakes. Units are in uFET (10⁻⁶ FET). - [Transaction Decoding](https://docs.api.kiln.fi/reference/getfetchtxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getfetchtxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postfetbroadcasttx.md): Broadcast a signed transaction to the Fetch network - [Get balance](https://docs.api.kiln.fi/reference/postfetgetbalance.md): Get balance of a Fet account - [Prepare Transaction](https://docs.api.kiln.fi/reference/postfetpreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/postfetredelegatetx.md): Generates a redelegate transaction on Fetch to move a stake from a validator to another without going through the 21 days unbonding period. - [Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postfetrestakerewardstx.md): Generates a restake rewards transaction on Fetch - [Revoke Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postfetrevokerestakerewardstx.md): Generates a revoke restake rewards authorization transaction on Fetch.ai - [Send Transaction](https://docs.api.kiln.fi/reference/postfetsendtx.md): Generates a send transaction on Fetch - [Create stakes](https://docs.api.kiln.fi/reference/postfetstakes.md): Link a FETCH stake to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postfetstaketx.md): Generates a delegate transaction on Fetch - [Unstake Transaction](https://docs.api.kiln.fi/reference/postfetunstaketx.md): Generates an undelegate transaction on Fetch - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postfetwithdrawrewardstx.md): Generates a withdraw rewards transaction on Fetch - [Network Stats](https://docs.api.kiln.fi/reference/getinjnetworkstats.md): Get some network statistics on Inj - [Operations](https://docs.api.kiln.fi/reference/getinjoperations.md): Get the operations of INJ stakes. Units are in uINJ (10⁻⁶ INJ). - [Reports](https://docs.api.kiln.fi/reference/getinjreports.md): Get reports on Cosmos staking - [Rewards](https://docs.api.kiln.fi/reference/getinjrewards.md): Get historical rewards by day of Inj stakes. Units are in uINJ (10⁻⁶ INJ). - [Stakes](https://docs.api.kiln.fi/reference/getinjstakes.md): Get the status of INJ stakes. Units are in uINJ (10⁻⁶ INJ). - [Transaction Decoding](https://docs.api.kiln.fi/reference/getinjtxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getinjtxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postinjbroadcasttx.md): Broadcast a signed transaction to the Inj network - [Prepare Transaction](https://docs.api.kiln.fi/reference/postinjpreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/postinjredelegatetx.md): Generates a redelegate transaction on Inj to move a stake from a validator to another without going through the 21 days unbonding period. - [Create stakes](https://docs.api.kiln.fi/reference/postinjstakes.md): Link a Inj stake to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postinjstaketx.md): Generates a delegate transaction on Inj - [Unstake Transaction](https://docs.api.kiln.fi/reference/postinjunstaketx.md): Generates an undelegate transaction on Inj - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postinjwithdrawrewardstx.md): Generates a withdraw rewards transaction on Inj - [Get Kiln validator details for a given network](https://docs.api.kiln.fi/reference/getvalidators.md): Get Kiln validators - [Network Stats](https://docs.api.kiln.fi/reference/getnearnetworkstats.md): Get stats on NEAR network - [Operations](https://docs.api.kiln.fi/reference/getnearoperations.md): Get the operations of NEAR stakes - [Reports](https://docs.api.kiln.fi/reference/getnearreports.md): Get reports on NEAR staking - [Rewards](https://docs.api.kiln.fi/reference/getnearrewards.md): Get historical rewards of NEAR stakes - [Stakes](https://docs.api.kiln.fi/reference/getnearstakes.md): Get the status of NEAR stakes - [Transaction Decoding](https://docs.api.kiln.fi/reference/getneartxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getneartxstatus.md): Get the status of a transaction - [Broadcast transaction](https://docs.api.kiln.fi/reference/postnearbroadcasttx.md): Broadcast a transaction to the NEAR network - [Prepare transaction](https://docs.api.kiln.fi/reference/postnearpreparetx.md): Prepare a transaction for broadcasting by adding a signature to it - [Create stakes](https://docs.api.kiln.fi/reference/postnearstakes.md): Create NEAR stakes and linked them to a Kiln account - [Stake transaction](https://docs.api.kiln.fi/reference/postnearstaketx.md): Craft a stake transaction - [Unstake transaction](https://docs.api.kiln.fi/reference/postnearunstaketx.md): Craft an unstake transaction - [Withdraw transaction](https://docs.api.kiln.fi/reference/postnearwithdrawtx.md): Craft a withdraw transaction - [Get epoch infos](https://docs.api.kiln.fi/reference/getnearepochinfos.md): Get current and next epochs info - [Transaction Decoding](https://docs.api.kiln.fi/reference/getnobletxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getnobletxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postnoblebroadcasttx.md): Broadcast a signed transaction to the Noble network - [Burn USDC transaction](https://docs.api.kiln.fi/reference/postnobleburnusdctx.md): Generates a burn USDC transaction on Noble in order to mint the USDC on Ethereum - [Get balance](https://docs.api.kiln.fi/reference/postnoblegetbalance.md): Get balance of a Noble account - [OSMO IBC transfer transaction](https://docs.api.kiln.fi/reference/postnobleosmoibctransfertx.md): Generates an IBC transfer transaction to transfer USDC from Noble to Osmosis - [Prepare Transaction](https://docs.api.kiln.fi/reference/postnoblepreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Omnivault Positions](https://docs.api.kiln.fi/reference/getomnivaultpositions.md): Retrieve a list of Omnivault positions for the current user's organization. - [Omnivaults](https://docs.api.kiln.fi/reference/getomnivaults.md): Retrieve a list of Omnivaults associated with the current user's organization. - [Organization Portfolio](https://docs.api.kiln.fi/reference/getorganizationportfolio.md): Retrieve an organization asset portfolio. USD balances are calculated based on recent asset prices. We use CoinGecko API to retrieve asset prices. The data is cached for 24h but it is possible to get real time data by using the refresh parameter. - [Organization Report](https://docs.api.kiln.fi/reference/getorganizationreports.md): Get report of the organization's stakes. - [Network Stats](https://docs.api.kiln.fi/reference/getosmonetworkstats.md): Get some network statistics on Cosmos - [Operations](https://docs.api.kiln.fi/reference/getosmooperations.md): Get the operations of OSMO stakes. Units are in uOSMO (10⁻⁶ OSMO). - [Reports](https://docs.api.kiln.fi/reference/getosmoreports.md): Get reports on Cosmos staking - [Rewards](https://docs.api.kiln.fi/reference/getosmorewards.md): Get historical rewards by day of OSMO stakes. Units are in uOSMO (10⁻⁶ OSMO). - [Stakes](https://docs.api.kiln.fi/reference/getosmostakes.md): Get the status of OSMO stakes. Units are in uOSMO (10⁻⁶ OSMO). - [Transaction Decoding](https://docs.api.kiln.fi/reference/getosmotxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getosmotxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postosmobroadcasttx.md): Broadcast a signed transaction to the Cosmos network - [Prepare Transaction](https://docs.api.kiln.fi/reference/postosmopreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/postosmoredelegatetx.md): Generates a redelegate transaction on Osmosis to move a stake from a validator to another without going through the 14 days unbonding period. - [Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postosmorestakerewardstx.md): Generates a restake rewards transaction on Osmosis - [Revoke Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postosmorevokerestakerewardstx.md): Generates a revoke restake rewards authorization transaction on Osmosis - [Create stakes](https://docs.api.kiln.fi/reference/postosmostakes.md): Link an OSMO stake to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postosmostaketx.md): Generates a delegate transaction on Osmosis - [Unstake Transaction](https://docs.api.kiln.fi/reference/postosmounstaketx.md): Generates an undelegate transaction on Osmosis - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postosmowithdrawrewardstx.md): Generates a withdraw rewards transaction on Osmosis - [Network Stats](https://docs.api.kiln.fi/reference/getmaticnetworkstats.md): Get some network statistics on Polygon staking - [Operations](https://docs.api.kiln.fi/reference/getmaticoperations.md): Get the operations of Polygon stakes. All operations made prior to the [Ethereum block n°16430248 (18/01/2023)](https://etherscan.io/block/16430248) are unknown to the API. - [Reports](https://docs.api.kiln.fi/reference/getmaticreports.md): Get reports on Polygon staking - [Rewards](https://docs.api.kiln.fi/reference/getmaticrewards.md): Get historical rewards by day of Polygon stakes. All stakes made prior to the [Ethereum block n°16430248 (18/01/2023)](https://etherscan.io/block/16430248) aren't fully sync-ed and will have lower than expected rewards. - [Stakes](https://docs.api.kiln.fi/reference/getmaticstakes.md): Get the status of Polygon stakes. All stakes made prior to the [Ethereum block n°16430248 (18/01/2023)](https://etherscan.io/block/16430248) aren't fully sync-ed and will have incorrect data. - [Transaction Decoding](https://docs.api.kiln.fi/reference/getmatictxdecoding.md): Decode a transaction of the Ethereum network - [Transaction Status](https://docs.api.kiln.fi/reference/getmatictxstatus.md): Get the status of a transaction on the Ethereum network - [Approve Transaction](https://docs.api.kiln.fi/reference/postmaticapprovetx.md): Generates an approve transaction to allow a smart contract to spend MATIC tokens on behalf of the user - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postmaticbroadcasttx.md): Broadcasts a signed transaction to the Ethereum network - [Buy Voucher Transaction](https://docs.api.kiln.fi/reference/postmaticbuyvouchertx.md): Generates a buy voucher transaction to buy shares from a validator. Please note that you can only buy shares from a validator if you don't have some unstaked POL that are pending for withdrawal. - [Prepare Transaction](https://docs.api.kiln.fi/reference/postmaticpreparetx.md): Prepare a transaction for broadcasting. It takes a serialized transaction and its signatures and returns a serialized signed transaction that can be broadcasted. - [Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postmaticrestakerewardstx.md): Generates a restake rewards transaction to restake available rewards to the given validator - [Sell Voucher Transaction](https://docs.api.kiln.fi/reference/postmaticsellvouchertx.md): Generates a sell voucher transaction to sell shares from a validator. Your token then enter a 3/4 days (80 checkpoints) unbonding period. - [Create stakes](https://docs.api.kiln.fi/reference/postmaticstakes.md): Link MATIC stakes to a Kiln account - [Unstake Claim Tokens Transaction](https://docs.api.kiln.fi/reference/postmaticunstakeclaimtokenstx.md): Generates an unstakeClaimTokens transaction to withdraw unbonded tokens back to your wallet - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postmaticwithdrawrewardstx.md): Generates a withdraw rewards transaction to withdraw available rewards to your wallet - [Network Stats](https://docs.api.kiln.fi/reference/getpolnetworkstats.md): Get some network statistics on Polygon staking - [Operations](https://docs.api.kiln.fi/reference/getpoloperations.md): Get the operations of Polygon stakes. All operations made prior to the [Ethereum block n°16430248 (18/01/2023)](https://etherscan.io/block/16430248) are unknown to the API. - [Reports](https://docs.api.kiln.fi/reference/getpolreports.md): Get reports on Polygon staking - [Rewards](https://docs.api.kiln.fi/reference/getpolrewards.md): Get historical rewards by day of Polygon stakes. All stakes made prior to the [Ethereum block n°16430248 (18/01/2023)](https://etherscan.io/block/16430248) aren't fully sync-ed and will have lower than expected rewards. - [Stakes](https://docs.api.kiln.fi/reference/getpolstakes.md): Get the status of Polygon stakes. All stakes made prior to the [Ethereum block n°16430248 (18/01/2023)](https://etherscan.io/block/16430248) aren't fully sync-ed and will have incorrect data. - [Transaction Decoding](https://docs.api.kiln.fi/reference/getpoltxdecoding.md): Decode a transaction of the Ethereum network - [Transaction Status](https://docs.api.kiln.fi/reference/getpoltxstatus.md): Get the status of a transaction on the Ethereum network - [Approve Transaction](https://docs.api.kiln.fi/reference/postpolapprovetx.md): Generates an approve transaction to allow a smart contract to spend POL tokens on behalf of the user - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postpolbroadcasttx.md): Broadcasts a signed transaction to the Ethereum network - [Buy Voucher Transaction](https://docs.api.kiln.fi/reference/postpolbuyvouchertx.md): Generates a buy voucher transaction to buy shares from a validator. Please note that you can only buy shares from a validator if you don't have some unstaked POL that are pending for withdrawal. - [Prepare Transaction](https://docs.api.kiln.fi/reference/postpolpreparetx.md): Prepare a transaction for broadcasting. It takes a serialized transaction and its signatures and returns a serialized signed transaction that can be broadcasted. - [Restake Rewards Transaction](https://docs.api.kiln.fi/reference/postpolrestakerewardstx.md): Generates a restake rewards transaction to restake available rewards to the given validator - [Sell Voucher Transaction](https://docs.api.kiln.fi/reference/postpolsellvouchertx.md): Generates a sell voucher transaction to sell shares from a validator. Your token then enter a 3/4 days (80 checkpoints) unbonding period. - [Create stakes](https://docs.api.kiln.fi/reference/postpolstakes.md): Link POL stakes to a Kiln account - [Unstake Claim Tokens Transaction](https://docs.api.kiln.fi/reference/postpolunstakeclaimtokenstx.md): Generates an unstakeClaimTokens transaction to withdraw unbonded tokens back to your wallet - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postpolwithdrawrewardstx.md): Generates a withdraw rewards transaction to withdraw available rewards to your wallet - [Network Stats](https://docs.api.kiln.fi/reference/getseinetworkstats.md): Get some network statistics on Sei - [Operations](https://docs.api.kiln.fi/reference/getseioperations.md): Get the operations of Sei stakes. Units are in uSei (10⁻⁶ Sei). - [Reports](https://docs.api.kiln.fi/reference/getseireports.md): Get reports on Sei staking - [Rewards](https://docs.api.kiln.fi/reference/getseirewards.md): Get historical rewards by day of Sei stakes. Units are in uSei (10⁻⁶ Sei). - [Stakes](https://docs.api.kiln.fi/reference/getseistakes.md): Get the status of Sei stakes. Units are in uSei (10⁻⁶ Sei). - [Transaction Decoding](https://docs.api.kiln.fi/reference/getseitxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getseitxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postseibroadcasttx.md): Broadcast a signed transaction to the Sei network - [Get balance](https://docs.api.kiln.fi/reference/postseigetbalance.md): Get balance of a Sei account - [Prepare Transaction](https://docs.api.kiln.fi/reference/postseipreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Redelegate Transaction](https://docs.api.kiln.fi/reference/postseiredelegatetx.md): Generates a redelegate transaction on Sei to move a stake from a validator to another without going through the 21 days unbonding period. - [Send Transaction](https://docs.api.kiln.fi/reference/postseisendtx.md): Generates a send transaction on Sei - [Stake Transaction](https://docs.api.kiln.fi/reference/postseistaketx.md): Generates a delegate transaction on Sei - [Unstake Transaction](https://docs.api.kiln.fi/reference/postseiunstaketx.md): Generates an undelegate transaction on Sei - [Withdraw Rewards Transaction](https://docs.api.kiln.fi/reference/postseiwithdrawrewardstx.md): Generates a withdraw rewards transaction on Sei - [Network Stats](https://docs.api.kiln.fi/reference/getsolnetworkstats.md): Get some network statistics on Solana staking - [Nonce Account](https://docs.api.kiln.fi/reference/getsolnonceaccount.md): Get Kiln nonce account details. This can be used to partially sign transactions with a durable nonce. - [Operations](https://docs.api.kiln.fi/reference/getsoloperations.md): Get the operations of Solana stakes - [Reports](https://docs.api.kiln.fi/reference/getsolreports.md): Get reports on Solana staking - [Rewards](https://docs.api.kiln.fi/reference/getsolrewards.md): Get historical rewards of Solana stakes - [Stakes](https://docs.api.kiln.fi/reference/getsolstakes.md): Get the status of Solana stakes - [Transaction Decoding](https://docs.api.kiln.fi/reference/getsoltxdecoding.md): Decode a transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getsoltxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postsolbroadcasttx.md): Broadcast a serialized signed transaction to the blockchain - [Deactivate Stake Transaction](https://docs.api.kiln.fi/reference/postsoldeactivatestaketx.md): Craft a deactivate stake account transaction. - [Merge Stakes Transaction](https://docs.api.kiln.fi/reference/postsolmergestakestx.md): Craft a merge stakes transaction. - [Prepare Transaction](https://docs.api.kiln.fi/reference/postsolpreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Split Stake Transaction](https://docs.api.kiln.fi/reference/postsolsplitstaketx.md): Craft a solana split stake transaction - [Create stakes](https://docs.api.kiln.fi/reference/postsolstakes.md): Create Solana stakes and linked them to a Kiln account - [Stake Transaction](https://docs.api.kiln.fi/reference/postsolstaketx.md): Craft a stake transaction. This results in a new stake account created with the amount given. - [Withdraw Stake Transaction](https://docs.api.kiln.fi/reference/postsolwithdrawstaketx.md): Craft a withdraw stake transaction. - [Network Stats](https://docs.api.kiln.fi/reference/getsuinetworkstats.md): Get some network statistics on SUI - [Operations](https://docs.api.kiln.fi/reference/getsuioperations.md): Get the operations of SUI stakes - [Reports](https://docs.api.kiln.fi/reference/getsuireports.md): Get reports on Sui staking - [Rewards](https://docs.api.kiln.fi/reference/getsuirewards.md): Get historical rewards by day of SUI stakes. Units are in MIST (10⁻⁹ SUI). - [Stakes](https://docs.api.kiln.fi/reference/getsuistakes.md): Get the live view of SUI stakes - [Transaction Status](https://docs.api.kiln.fi/reference/getsuitxstatus.md): Get the status of a transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postsuibroadcasttx.md): Broadcast a transaction. - [Decode Transaction](https://docs.api.kiln.fi/reference/postsuidecodetx.md): Decode a transaction. - [Merge Stakes Transaction](https://docs.api.kiln.fi/reference/postsuimergestakestx.md): Craft a merge stakes transaction. - [Prepare Transaction](https://docs.api.kiln.fi/reference/postsuipreparetx.md): Prepare a transaction. - [Send Transaction](https://docs.api.kiln.fi/reference/postsuisendtx.md): Craft a send transaction. - [Split Stake Transaction](https://docs.api.kiln.fi/reference/postsuisplitstaketx.md): Craft a split stake transaction. - [Stake Transaction](https://docs.api.kiln.fi/reference/postsuistaketx.md): Craft a stake transaction. - [Unstake Transaction](https://docs.api.kiln.fi/reference/postsuiunstaketx.md): Craft a unstake transaction. - [Network Stats](https://docs.api.kiln.fi/reference/getxtznetworkstats.md): Get some network statistics on Tezos staking - [Operations](https://docs.api.kiln.fi/reference/getxtzoperations.md): Get historical operations of Tezos stakes - [Excel Reports](https://docs.api.kiln.fi/reference/getxtzreports.md): Generates an Excel report sheet for your stakes and rewards - [Rewards](https://docs.api.kiln.fi/reference/getxtzrewards.md): Get historical rewards of Tezos stakes - [Stakes](https://docs.api.kiln.fi/reference/getxtzstakes.md): Get the status of Tezos stakes - [Transaction Decoding](https://docs.api.kiln.fi/reference/getxtztxdecoding.md): Decode a Tezos transaction - [Transaction Status](https://docs.api.kiln.fi/reference/getxtztxstatus.md): Get the status of a Tezos transaction - [Broadcast Transaction](https://docs.api.kiln.fi/reference/postxtzbroadcasttx.md): Broadcasts a signed Tezos transaction - [Delegate Transaction](https://docs.api.kiln.fi/reference/postxtzdelegatetx.md): Generates a delegate transaction on Tezos - [Finalize Unstake Transaction](https://docs.api.kiln.fi/reference/postxtzfinalizeunstaketx.md): Generates a finalize unstake transaction on Tezos. This transaction unlocks your unstaked tezos after the 4 cycles lock period. - [Prepare Transaction](https://docs.api.kiln.fi/reference/postxtzpreparetx.md): Prepare a Tezos transaction for broadcasting. It takes a serialized transaction and its signatures and returns a serialized signed transaction that can be broadcasted. - [Stake Transaction](https://docs.api.kiln.fi/reference/postxtzstaketx.md): Generates a stake transaction on Tezos. You must delegate to a baker accepting external stakes prior to use this endpoint. Staked tezos remain in your wallet but are frozen for staking purposes and subject to slashing. - [Undelegate Transaction](https://docs.api.kiln.fi/reference/postxtzundelegatetx.md): Generates an undelegate transaction on Tezos - [Unstake Transaction](https://docs.api.kiln.fi/reference/postxtzunstaketx.md): Generates an unstake transaction on Tezos. Your unstaked balance remains locked for 4 cycles. After this period, you can unlock your funds by calling /v1/xtz/transaction/finalize-unstake. - [Withdraw request](https://docs.api.kiln.fi/reference/deletetonwithdrawrequest.md): Delete withdraw request for a pool - [Network Stats](https://docs.api.kiln.fi/reference/gettonnetworkstats.md): Get some network statistics on The Open Network - [Operations](https://docs.api.kiln.fi/reference/gettonoperations.md): Get the operations of TON stakes - [Reports](https://docs.api.kiln.fi/reference/gettonreports.md): Get reports on The Open Network - [Rewards](https://docs.api.kiln.fi/reference/gettonrewards.md): Get historical rewards by day of TON stakes. Units are in nanoton (10⁻⁹ TON). - [Single nominator contract owner](https://docs.api.kiln.fi/reference/gettonsinglenominatorcontractowner.md): Get the owner address of a TON single nominator contract - [Stakes](https://docs.api.kiln.fi/reference/gettonstakes.md): Get the status of TON stakes - [Transaction Decoding](https://docs.api.kiln.fi/reference/gettontxdecoding.md): Decode a serialized transaction - [Transaction Status](https://docs.api.kiln.fi/reference/gettontxstatus.md): Get the status of a transaction by message hash - [Vesting contract owner](https://docs.api.kiln.fi/reference/gettonvestingcontractowner.md): Get the owner address of a TON vesting contract - [Wallet info](https://docs.api.kiln.fi/reference/gettonwalletinfo.md): Get the status of a TON wallet - [Withdraw request](https://docs.api.kiln.fi/reference/gettonwithdrawrequest.md): Get withdraw request for a pool - [Broadcast Transaction](https://docs.api.kiln.fi/reference/posttonbroadcasttx.md): Broadcast a serialized signed transaction to the blockchain - [Get balance](https://docs.api.kiln.fi/reference/posttongetbalance.md): Get balance of a TON account - [Prepare Transaction](https://docs.api.kiln.fi/reference/posttonpreparetx.md): Prepare an unsigned transaction for broadcast by adding signatures to it - [Create stakes](https://docs.api.kiln.fi/reference/posttonstakes.md): Link an TON stake to a Kiln account - [Stake single nomination pool transaction](https://docs.api.kiln.fi/reference/posttonstakesinglenominationpooltx.md): Craft a stake transaction to a single nomination pool. - [Stake TON whales pool transaction](https://docs.api.kiln.fi/reference/posttonstakewhalespooltx.md): Craft a stake transaction to TON whales pool. - [Unstake single nomination pool transaction](https://docs.api.kiln.fi/reference/posttonunstakesinglenominationpooltx.md): Craft an unstake transaction from a single nomination pool. - [Unstake TON whales pool transaction](https://docs.api.kiln.fi/reference/posttonunstakewhalespooltx.md): Craft an unstake transaction from a TON whales pool. - [Whitelist address on vesting contract transaction](https://docs.api.kiln.fi/reference/posttonwhitelistvestingcontracttx.md): Craft whitelist address on vesting contract transaction. - [Withdraw request](https://docs.api.kiln.fi/reference/posttonwithdrawrequest.md): Create withdraw request for a pool - [Network Stats](https://docs.api.kiln.fi/reference/gettrxnetworkstats.md): Get some network statistics on Tron staking - [Operations](https://docs.api.kiln.fi/reference/gettrxoperations.md): Get the operations of TRX stakes. - [Excel Reports](https://docs.api.kiln.fi/reference/gettrxreports.md): Generates an Excel report sheet for your stakes and rewards - [Rewards](https://docs.api.kiln.fi/reference/gettrxrewards.md): Get historical rewards of TRX stakes - [Stakes](https://docs.api.kiln.fi/reference/gettrxstakes.md): Get TRX stakes - [Transaction Decoding](https://docs.api.kiln.fi/reference/gettrxtxdecoding.md): Decode a serialized transaction - [Transaction Status](https://docs.api.kiln.fi/reference/gettrxtxstatus.md): Get the status of a transaction by tx hash - [Broadcast transaction](https://docs.api.kiln.fi/reference/posttrxbroadcasttx.md): Broadcast a signed transaction to the blockchain. - [Cancel unstake transaction](https://docs.api.kiln.fi/reference/posttrxcancelunstaketx.md): Craft an cancel unstake transaction to Cancel unstakings, all unstaked funds still in the waiting period will be re-staked, or withdrawn if the passed the lockup period. - [Prepare transaction](https://docs.api.kiln.fi/reference/posttrxpreparetx.md): Prepare a transaction for broadcast by adding a signature to it. - [Stake transaction](https://docs.api.kiln.fi/reference/posttrxstaketx.md): Craft a stake transaction to obtain bandwidth or energy, and obtain TRON Power. - [Unstake transaction](https://docs.api.kiln.fi/reference/posttrxunstaketx.md): Craft an unstake transaction to unstake TRX, releases bandwidth or energy, and voting rights. Only a maximum of 32 ongoing unstaking operations are allowed at the same time. - [Vote transaction](https://docs.api.kiln.fi/reference/posttrxvotetx.md): Craft a vote transaction. - [Withdraw rewards transaction](https://docs.api.kiln.fi/reference/posttrxwithdrawrewardstx.md): Craft a withdraw rewards transaction. - [Withdraw unstaked transaction](https://docs.api.kiln.fi/reference/posttrxwithdrawunstakedtx.md): Craft a withdraw unstaked transaction. ## Recipes - [Reconcile your staking positions](https://docs.api.kiln.fi/recipes/reconcile-your-staking-positions.md) - [Retrieve the Ethereum staking reward rate](https://docs.api.kiln.fi/recipes/retrieve-the-ethereum-staking-reward-rate.md) - [Tag a Solana stake](https://docs.api.kiln.fi/recipes/tag-a-solana-stake.md) ## Changelog - [Kiln Connect API - version 1.8](https://docs.api.kiln.fi/changelog/kiln-connect-api-version-18.md) - [Kiln Connect API - version 1.7](https://docs.api.kiln.fi/changelog/kiln-connect-api-version-17.md) - [Kiln Connect API: January 2025](https://docs.api.kiln.fi/changelog/kiln-connect-api-january-2025-additions.md) - [Kiln Connect API - version 1.6](https://docs.api.kiln.fi/changelog/kiln-connect-api-version-16.md) - [Kiln Connect API - version 1.5](https://docs.api.kiln.fi/changelog/kiln-connect-api-version-15.md)