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.
(will update when protocol goes live)
ETH Price
Returns the ETH price for further calculations.
(will update when protocol goes live)
Liquid Staking rewards
Returns the liquid staking rewards history stats per user.
(will update when protocol goes live)
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:
skip: 0, limit: 100 = 1 page
skip: 100, limit: 100 = 2 page
skip: 200, limit: 100 = 3 page
Liquid Staking stats
Returns the liquid staking protocol stats.
(will update when protocol goes live)
knBONE total supply
Returns the knBONE token total supply.
(will update when protocol goes live)
Validators
Returns the list of validators connected to the liquid staking protocol.
(will update when protocol goes live)
Farming
Farming pools list
Returns the list of all farming pools within the Farming functionality of K9 Finance DAO.
(will update when protocol goes live)
Farming pool info
Returns the full info about the farming pool within the Farming functionality of K9 Finance DAO from ordered list.
(will update when protocol goes live)
Farming pool info
Returns the full info about the farming pool within the Farming functionality of K9 Finance DAO by pool address.
(will update when protocol goes live)
Farming pool - Bonus reward pools
Returns the full info about the bonus reward pools of the farming pool by its address.
(will update when protocol goes live)
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.
(will update when protocol goes live)
Price rates
Returns a list of multiple rates for further calculations.
(will update when protocol goes live)
Last updated