Skip to main content
GET
List Kamino yield position history

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

Path Parameters

vaultId
string
required

Solana public key (base58).

Required string length: 32 - 44
Pattern: ^[1-9A-HJ-NP-Za-km-z]+$
Example:

"8sLbNZoA1cfnvMJLPfp98ZLAnFSYCFApfJKMbiXNLwxj"

Query Parameters

walletAddress
string
required

Solana public key (base58).

Required string length: 32 - 44
Pattern: ^[1-9A-HJ-NP-Za-km-z]+$
Example:

"8sLbNZoA1cfnvMJLPfp98ZLAnFSYCFApfJKMbiXNLwxj"

start
string<date-time>

ISO 8601 datetime.

Example:

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

end
string<date-time>

ISO 8601 datetime.

Example:

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

Response

Paginated Kamino yield history.

Paginated Kamino yield history.

data
object[]
required
hasMore
boolean
required

Whether more results are available. Always false today.

Example:

false

nextCursor
string | null
required

Opaque pagination cursor. Always null today.