API
Response schema and examples are available in the link (will update when protocol goes live)
Liquid Staking
Liquid Staking APR
This APR value is based on Simple Moving Average of APR values over a period of 7 days.
ETH Price
Returns the ETH price for further calculations.
Liquid Staking rewards
Returns the liquid staking rewards history stats per user.
Parameters
The only required query parameter is address
.
Optional Parameters:
currency
: USD/EUR/GBP - Fiat currency in which to display stETH denominated in fiat. USD by default.onlyRewards
: true/false - Include only rewards without transfers or staking, false by default.sort
: asc/desc - Sort of transactions by blockTime. desc by default.skip
: number - Amount of data items to skip.limit
: number - Maximum amount of data items to respond with.
skip
and limit
params are used for pagination eg:
Liquid Staking stats
Returns the liquid staking protocol stats.
knBONE total supply
Returns the knBONE token total supply.
Validators
Returns the list of validators connected to the liquid staking protocol.
Farming
Farming pools list
Returns the list of all farming pools within the Farming functionality of K9 Finance DAO.
Farming pool info
Returns the full info about the farming pool within the Farming functionality of K9 Finance DAO from ordered list.
Farming pool info
Returns the full info about the farming pool within the Farming functionality of K9 Finance DAO by pool address.
Farming pool - Bonus reward pools
Returns the full info about the bonus reward pools of the farming pool by its address.
Farming pool - Bonus reward pool
Returns the full info about the bonus reward pool of the farming pool by its address and bonus pool id.
Price rates
Returns a list of multiple rates for further calculations.
Testnet response schema and examples are available in the !testnet app swagger link!
Last updated