General
Health, metadata, and other data endpoints
Health check
Returns service health status.
Get RPC endpoints for chains
Returns RPC URLs for the requested chains.
Get supported chains
Returns supported chains as `{ chainId, name, logoURI }` objects, sorted ascending by numeric chainId. Frontends should consume this instead of resolving names/logos client-side.
Get lender IDs
Returns the global list of supported lender protocol identifiers (UPPER_SNAKE_CASE keys), independent of chain. Use these as `lender` / `lenders` parameter values across the API.
Complete lending metadata
Returns the full lending-protocol metadata bundle for the requested chains and lenders. This is the single source of truth for static lender/chain/market configuration consumed by the SDKs and the position-builder UI.