Skip to main content
GET
Get Kamino oracle prices

Query Parameters

markets
enum<string>
default:main

Controls which market set to query. 'main': select oracle prices from SOL/BTC Market assets, 'all': select oracle prices from all public klend market assets.

Available options:
main,
all
Example:

"main"

Response

OK

price
string
required

Price value of the asset

Example:

"1234.56789"

mint
string
required

Valid base58-encoded address of the token mint

Example:

"So11111111111111111111111111111111111111112"

maxAgeInSeconds
string
required

Maximum allowed age of the price feed in seconds

Example:

"120"

timestamp
string
required

Epoch Unix timestamp in seconds

Examples:

"0"

"1"

"100"

"-1"

name
string
required

Name of the token

Example:

"SOL"