Skip to main content
GET
Get the share distribution of a KVault

Path Parameters

pubkey
string
required

Valid base58-encoded address

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

Query Parameters

limit
integer

Maximum number of holders to return (1-1000)

Required range: 1 <= x <= 1000
Example:

1000

paginationToken
string

Optional pagination token

Example:

"eyJsYXN0SWQiOjgxfQ=="

Response

OK

snapshotTakenAt
string<date-time>
required

Timestamp of the vault state snapshot the holders are read from

Example:

"2025-03-01T12:00:00.000Z"

totalSharesIssued
string
required

Total shares issued by the vault in the same snapshot

Example:

"1234.56789"

holderCount
number
required

Number of holders recorded in the same snapshot

result
object[]
required

Holders ordered by total shares, largest first

paginationToken
string

Optional pagination token

Example:

"eyJsYXN0SWQiOjgxfQ=="