Skip to main content
POST
/
luts
/
find-minimal
Find Lookup Tables for addresses
curl --request POST \
  --url https://api.kamino.finance/luts/find-minimal \
  --header 'Content-Type: application/json' \
  --data '
{
  "addresses": [
    "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"
  ]
}
'
{
  "lutAddresses": [
    "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"
  ]
}

Body

application/json
addresses
string[]
required

Addresses to find in LUTs (max 100)

Required array length: 1 - 100 elements

Valid base58-encoded address

verify
boolean
default:true

Whether to verify that LUTs are active on-chain (defaults to true)

Example:

false

userAccounts
string[]

User-specific accounts (e.g. ATAs, token accounts). These are still searched in LUTs but are excluded from missing account tracking.

Maximum array length: 100

Valid base58-encoded address

Response

OK

lutAddresses
string[]
required

List of Lookup Table addresses that together cover the requested addresses

Valid base58-encoded address