Skip to main content
GET
/
v2
/
kamino-market
/
obligations
/
{pubkey}
/
borrow-order-fills
Get borrow order fills for an obligation
curl --request GET \
  --url https://api.kamino.finance/v2/kamino-market/obligations/{pubkey}/borrow-order-fills
{
  "fills": [
    {
      "eventType": "partial_fill",
      "eventTimestamp": "2023-12-25",
      "transactionSignature": "2XWcSQVtR4NoHBhzYpDkYkmYtEFkFXC5ZwrKiPok1kvA86GvnN15qP7RNP6eTeNWgJqgnR1GA2M3QPp1hucW7e1v",
      "debtLiquidityMint": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "filledAmount": "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

Valid base58-encoded address

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

Response

OK

fills
object[]
required