Skip to main content
POST
/
v3
/
kamino-market
/
{pubkey}
/
transactions
Get bulk market transactions (v3)
curl --request POST \
  --url https://api.kamino.finance/v3/kamino-market/{pubkey}/transactions \
  --header 'Content-Type: application/json' \
  --data '
{
  "instruction": "depositReserveLiquidityAndObligationCollateralV2"
}
'
{
  "obligationTransactions": [
    {
      "ixs": [
        "<unknown>"
      ],
      "timestamp": "2023-12-25",
      "signature": "<string>",
      "obligation": "<string>",
      "wallet": "<string>",
      "rawJson": "<string>"
    }
  ],
  "withdrawQueueTransactions": [
    {
      "ixs": [
        "<unknown>"
      ],
      "timestamp": "2023-12-25",
      "signature": "<string>",
      "wallet": "<string>",
      "reserve": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "withdrawTicket": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "rawJson": "<string>"
    }
  ],
  "paginationToken": "<string>"
}

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

programId
string
default:KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD

KLend program ID

Example:

"KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD"

includeRawJson
string
default:false

Body

application/json
instruction
string
required

Instruction name to filter by

Example:

"depositReserveLiquidityAndObligationCollateralV2"

start

Date input (ISO 8601 string or epoch in ms)

Example:

"2024-01-01T00:00:00.000Z"

end

Date input (ISO 8601 string or epoch in ms)

Example:

"2024-01-01T00:00:00.000Z"

paginationToken
string

Pagination token for next page

Example:

"eyJsYXN0SWQiOiIxMjM0In0="

Response

OK

obligationTransactions
object[]
required
withdrawQueueTransactions
object[]
required
paginationToken
string

Token for next page. Absent when no more results.