Skip to main content
GET
/
v2
/
kamino-market
/
{marketPubkey}
/
users
/
{userPubkey}
/
transactions
Get user transactions
curl --request GET \
  --url https://api.kamino.finance/v2/kamino-market/{marketPubkey}/users/{userPubkey}/transactions
{}

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

marketPubkey
string
required

Kamino Lend market public key

Example:

"7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF"

userPubkey
string
required

User wallet public key

Example:

"AcNSmd5CxwLs21TYUmhWt7CW2v159TdYRkvQxb1iBYRj"

Query Parameters

env
enum<string>
default:mainnet-beta

Solana cluster environment

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

"mainnet-beta"

sort
enum<string>
default:asc

Sort order (asc for oldest first, desc for newest first)

Available options:
asc,
desc
Example:

"desc"

Response

OK

{key}
object[]