K9 Finance DAO Docs
  • Overview
  • Administration
  • How K9 Finance DAO works
  • Liquid Staking
    • Architecture
    • Protocol Fee and Rewards
    • Contracts
      • knBONE
      • NodeOperatorRegistry
      • InstantPool
      • UnstBONE
      • BridgeETH
      • BridgeSHIB
  • Farming
    • Architecture
    • Contracts
      • FarmingFactory
      • FarmingInstance
  • Real Yield Staking
    • Architecture
    • RealYieldStaking Contract
  • Vesting
    • Architecture
    • Vesting Contract
  • Integrations
    • API
    • SDKs and UI libraries
    • Node Operators
  • Security
    • Audits
  • Deployed Contracts
    • Testnet
    • Mainnet
  • FAQ
  • Testnet Guide - START HERE
    • Liquid Staking
      • Stake
      • Unstake
      • Claim
      • Rewards
    • Farming
      • Stake/Unstake LP
      • Zap
      • Claim All
      • Bonus Rewards
    • Real Yield Staking
      • Stake with Lock
      • Stake without Lock
      • Claim Rewards
      • Withdraw
    • Vesting
  • Mainnet Guide - START HERE
    • Liquid Staking
      • Stake
      • Unstake
      • Claim
      • Rewards
    • Farming
      • Stake/Unstake LP
      • Zap
      • Claim All
      • Bonus Rewards
    • Real Yield Staking
      • Stake with Lock
      • Stake without Lock
      • Claim Rewards
      • Withdraw
    • Vesting
Powered by GitBook
On this page
  • Liquid Staking
  • Liquid Staking APR​
  • ETH Price​
  • Liquid Staking rewards​
  • Liquid Staking stats​
  • knBONE total supply
  • Validators
  • Farming
  • Farming pools list​
  • Farming pool info​
  • Farming pool info​
  • Farming pool - Bonus reward​ pools
  • Farming pool - Bonus reward​ pool
  • Price rates​
  1. Integrations

API

PreviousIntegrationsNextSDKs and UI libraries

Last updated 10 months ago

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

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

Returns the list of all farming pools within the Farming functionality of K9 Finance DAO.

(will update when protocol goes live)

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)

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)

Returns the full info about the bonus reward pools of the farming pool by its address.

(will update when protocol goes live)

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)

Returns a list of multiple rates for further calculations.

(will update when protocol goes live)

Testnet response schema and examples are available in the !testnet app swagger link!

Liquid Staking stats

Farming pools list

Farming pool info

Farming pool info

Farming pool - Bonus reward pools

Farming pool - Bonus reward pool

Price rates

​
​
​
​
​
​
​
​
​
​
​