Skip to main content
GET
/
kvaults
/
vaults
/
{pubkey}
/
metrics
Get current kvault metrics
curl --request GET \
  --url https://api.kamino.finance/kvaults/vaults/{pubkey}/metrics
{
  "apy7d": "0.2",
  "apy24h": "0.2",
  "apy30d": "0.2",
  "apy90d": "0.2",
  "apy180d": "0.2",
  "apy365d": "0.2",
  "tokenPrice": "1234.56789",
  "solPrice": "1234.56789",
  "tokensAvailable": "1234.56789",
  "tokensAvailableUsd": "1234.56789",
  "tokensInvested": "1234.56789",
  "tokensInvestedUsd": "1234.56789",
  "sharePrice": "1234.56789",
  "tokensPerShare": "1234.56789",
  "apy": "0.2",
  "apyTheoretical": "0.2",
  "apyActual": "0.2",
  "apyFarmRewards": "0.2",
  "apyIncentives": "0.2",
  "apyReservesIncentives": "0.2",
  "numberOfHolders": 123,
  "sharesIssued": "1234.56789",
  "cumulativeInterestEarned": "1234.56789",
  "cumulativeInterestEarnedUsd": "1234.56789",
  "cumulativeInterestEarnedSol": "1234.56789",
  "interestEarnedPerSecond": "1234.56789",
  "interestEarnedPerSecondUsd": "1234.56789",
  "interestEarnedPerSecondSol": "1234.56789",
  "cumulativePerformanceFees": "1234.56789",
  "cumulativePerformanceFeesUsd": "1234.56789",
  "cumulativePerformanceFeesSol": "1234.56789",
  "cumulativeManagementFees": "1234.56789",
  "cumulativeManagementFeesUsd": "1234.56789",
  "cumulativeManagementFeesSol": "1234.56789"
}

Path Parameters

pubkey
string
required

Valid base58-encoded address

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

Response

OK

apy7d
string
required

7-day Annual Percentage Yield of the kvault

Example:

"0.2"

apy24h
string
required

24-hour Annual Percentage Yield of the kvault

Example:

"0.2"

apy30d
string
required

30-day Annual Percentage Yield of the kvault

Example:

"0.2"

apy90d
string
required

90-day Annual Percentage Yield of the kvault

Example:

"0.2"

apy180d
string
required

180-day Annual Percentage Yield of the kvault

Example:

"0.2"

apy365d
string
required

365-day Annual Percentage Yield of the kvault

Example:

"0.2"

tokenPrice
string
required

Price of the kvault token

Example:

"1234.56789"

solPrice
string
required

Price of SOL

Example:

"1234.56789"

tokensAvailable
string
required

Number of tokens available in the kvault

Example:

"1234.56789"

tokensAvailableUsd
string
required

USD value of tokens available in the kvault

Example:

"1234.56789"

tokensInvested
string
required

Number of tokens invested in the kvault

Example:

"1234.56789"

tokensInvestedUsd
string
required

USD value of tokens invested in the kvault

Example:

"1234.56789"

sharePrice
string
required

Price per share of the kvault

Example:

"1234.56789"

tokensPerShare
string
required

Number of tokens per share in the kvault

Example:

"1234.56789"

apy
string
required

Annual Percentage Yield of the kvault

Example:

"0.2"

apyTheoretical
string
required

Theoretical Annual Percentage Yield of the kvault

Example:

"0.2"

apyActual
string
required

Actual Annual Percentage Yield of the kvault

Example:

"0.2"

apyFarmRewards
string
required

Annual Percentage Yield from farm rewards in the kvault

Example:

"0.2"

apyIncentives
string
required

Annual Percentage Yield from incentives in the kvault

Example:

"0.2"

apyReservesIncentives
string
required

Annual Percentage Yield from reserves incentives in the kvault

Example:

"0.2"

numberOfHolders
number
required

Number of holders of the kvault

sharesIssued
string
required

Total shares issued by the kvault

Example:

"1234.56789"

cumulativeInterestEarned
string
required

Cumulative interest earned in the kvault token amount

Example:

"1234.56789"

cumulativeInterestEarnedUsd
string
required

Cumulative interest earned in USD for the kvault

Example:

"1234.56789"

cumulativeInterestEarnedSol
string
required

Cumulative interest earned in SOL for the kvault

Example:

"1234.56789"

interestEarnedPerSecond
string
required

Interest earned per second in the kvault token amount

Example:

"1234.56789"

interestEarnedPerSecondUsd
string
required

Interest earned per second in USD for the kvault

Example:

"1234.56789"

interestEarnedPerSecondSol
string
required

Interest earned per second in SOL for the kvault

Example:

"1234.56789"

cumulativePerformanceFees
string
required

Cumulative performance fees in the kvault token amount

Example:

"1234.56789"

cumulativePerformanceFeesUsd
string
required

Cumulative performance fees in USD for the kvault

Example:

"1234.56789"

cumulativePerformanceFeesSol
string
required

Cumulative performance fees in SOL for the kvault

Example:

"1234.56789"

cumulativeManagementFees
string
required

Cumulative management fees in the kvault token amount

Example:

"1234.56789"

cumulativeManagementFeesUsd
string
required

Cumulative management fees in USD for the kvault

Example:

"1234.56789"

cumulativeManagementFeesSol
string
required

Cumulative management fees in SOL for the kvault

Example:

"1234.56789"