loan_universe
The graded slabs the Loan-Terms Oracle will quote, best collateral first — grade, live ask median, census depth, liquidity tier (deep/moderate/thin/ illiquid), rank, and a free_board flag (top 250 by census depth carry a free worked derivation via loan_terms_preview). FREE. v2 (2026-09-12): graded slabs only — raw-card quotes stopped when the USD level froze 2026-09-07.
Returns a PAGE, not the whole book: the full universe is ~1,400 slabs and
serialises to ~500 KB, which would swamp an agent's context in one call.
total_matching and returned tell you what you are looking at.
limit rows to return (default 50, max 500) tier 'deep' | 'moderate' | 'thin' | 'illiquid' free_board_only True to keep only slabs with a free worked derivation min_value_usd drop slabs whose ask median is below this (0 = no floor)
Use this when: an agent needs a product_id + grade to ask for terms, or wants to know which collateral is deep enough to lend against at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | ||
| limit | No | ||
| min_value_usd | No | ||
| free_board_only | No |