# Get all user obligations Get all obligations (loans) for a specific user wallet in a Kamino Lending market. Endpoint: GET /kamino-market/{marketPubkey}/users/{userPubkey}/obligations Version: 1.0.0 ## Path parameters: - `marketPubkey` (string, required) Kamino Lend market public key Example: "7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF" - `userPubkey` (string, required) User wallet public key Example: "AcNSmd5CxwLs21TYUmhWt7CW2v159TdYRkvQxb1iBYRj" ## Query parameters: - `env` (string) Solana cluster environment Enum: "mainnet-beta", "devnet", "localnet" ## Response 500 fields (application/json): - `error` (string, required) Error message for internal server failure Example: "An internal error occurred"