Skip to main content
GET
/
v2
/
kamino-market
Get all Kamino Markets config
curl --request GET \
  --url https://api.kamino.finance/v2/kamino-market
[
  {
    "name": "Main Market",
    "isPrimary": true,
    "description": "Primary market on mainnet",
    "lendingMarket": "7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF",
    "lookupTable": "FGMSBiyVE8TvZcdQnZETAAKw28tkQJ2ccZy6pyp95URb",
    "isCurated": false
  }
]

Query Parameters

programId
string
default:KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD

KLend program ID

Example:

"KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD"

Response

OK

name
string
required

Market name

Example:

"Main Market"

isPrimary
boolean
required

Whether this is a primary market

Example:

true

description
string
required

Market description

Example:

"Primary market on mainnet"

lendingMarket
string
required

Lending market public key

Example:

"7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF"

lookupTable
string
required

Lookup table address

Example:

"FGMSBiyVE8TvZcdQnZETAAKw28tkQJ2ccZy6pyp95URb"

isCurated
boolean
required

Whether this market is curated

Example:

false