Skip to main content
GET
Get strategy historical metrics

Path Parameters

pubkey
string
required

Public key of the strategy

Example:

"3VXtabCgrd3RYuHa6HisufMfiE4aUk84Hu5quDFhqECD"

Query Parameters

start

Start date (ISO string or epoch ms).

end

End date (ISO string or epoch ms). Defaults to now.

Response

OK

timestamp
string<date-time>
required

Snapshot timestamp

Example:

"2025-05-01T00:00:00.000Z"

sharePrice
string
required

Share price at this snapshot

Example:

"0.123"

sharesIssued
string
required

Total shares issued

Example:

"0.123"

totalValueLocked
string
required

Total value locked in USD

Example:

"0.123"

tokenAAmounts
string
required

Token A amount in the strategy

Example:

"0.123"

tokenBAmounts
string
required

Token B amount in the strategy

Example:

"0.123"

tokenAPrice
string
required

Token A price in USD

Example:

"0.123"

tokenBPrice
string
required

Token B price in USD

Example:

"0.123"

solPrice
string
required

SOL price in USD

Example:

"0.123"

profitAndLoss
string

Cumulative profit and loss

Example:

"0.123"

feesCollectedCumulativeA
string

Cumulative token A fees collected

Example:

"0.123"

feesCollectedCumulativeB
string

Cumulative token B fees collected

Example:

"0.123"

rewardsCollectedCumulative0
string

Cumulative DEX reward 0 collected

Example:

"0.123"

rewardsCollectedCumulative1
string

Cumulative DEX reward 1 collected

Example:

"0.123"

rewardsCollectedCumulative2
string

Cumulative DEX reward 2 collected

Example:

"0.123"

kaminoRewardsIssuedCumulative0
string

Cumulative Kamino reward 0 issued

Example:

"0.123"

kaminoRewardsIssuedCumulative1
string

Cumulative Kamino reward 1 issued

Example:

"0.123"

kaminoRewardsIssuedCumulative2
string

Cumulative Kamino reward 2 issued

Example:

"0.123"

reward0Price
string

DEX reward 0 price in USD

Example:

"0.123"

reward1Price
string

DEX reward 1 price in USD

Example:

"0.123"

reward2Price
string

DEX reward 2 price in USD

Example:

"0.123"

kaminoReward0Price
string

Kamino reward 0 price in USD

Example:

"0.123"

kaminoReward1Price
string

Kamino reward 1 price in USD

Example:

"0.123"

kaminoReward2Price
string

Kamino reward 2 price in USD

Example:

"0.123"