Skip to main content
POST
Get bulk market transactions (v3)

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.