# Get Kamino Market config Get configuration for a specific Kamino Lending market by market address. Optionally filter by program ID. Endpoint: GET /v2/kamino-market/{pubkey} Version: 1.0.0 ## Path parameters: - `pubkey` (string, required) Market public key Example: "7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF" ## Query parameters: - `programId` (string) KLend program ID Example: "KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD" ## Response 200 fields (application/json): - `name` (string, required) Market name Example: "Main Market" - `isPrimary` (boolean, required) Whether this is a primary market Example: true - `description` (string, required) Market description Example: "Primary market on mainnet" - `lendingMarket` (string, required) Market public key Example: "7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF" - `lookupTable` (string, required) Market public key Example: "FGMSBiyVE8TvZcdQnZETAAKw28tkQJ2ccZy6pyp95URb" - `isCurated` (boolean, required) Whether this market is curated ## Response 500 fields (application/json): - `error` (string, required) Error message for internal server failure Example: "An internal error occurred"