Skip to main content
GET
/
v2
/
kamino-market
/
{pubkey}
/
obligations-with-open-borrow-orders
Get all obligations with open borrow orders in a market
curl --request GET \
  --url https://api.kamino.finance/v2/kamino-market/{pubkey}/obligations-with-open-borrow-orders
{
  "obligations": [
    {
      "obligationPubkey": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "owner": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "deposits": [
        {
          "depositReserve": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
          "depositedAmount": "1234.56789"
        }
      ],
      "debtLiquidityMint": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "remainingDebtAmount": "1234.56789",
      "requestedDebtAmount": "1234.56789",
      "filledDebtDestination": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "maxBorrowRateBps": 123,
      "minDebtTermSeconds": "1234.56789",
      "fillableUntilTimestamp": "1234.56789",
      "placedAtTimestamp": "1234.56789",
      "lastUpdatedAtTimestamp": "1234.56789"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://kamino.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

pubkey
string
required

Market public key

Example:

"7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF"

Query Parameters

env
enum<string>
default:mainnet-beta

Solana cluster environment

Available options:
mainnet-beta,
devnet,
localnet
Example:

"mainnet-beta"

programId
string
default:KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD

KLend program ID

Example:

"KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD"

Response

OK

obligations
object[]
required