Comparable settled auctions
list_comparablesWhich recent auctions resemble these parameters, and how did each clear? Returns the individual observations so the caller can reason from them directly.
Nearest-k settled auctions by normalised distance on loan amount, LTV and tenor. Every row carries its clearing APR, bid count, and whether its originator was Aletheia's own account. Below MIN_COMPARABLES the rows are still returned, with the threshold and the observed count named — no aggregate is computed over them.
⚠ The own-account flag is null, not false, wherever it cannot be computed. Read provenance.own_account_attribution before treating a null as a "no".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | How many comparables to return. Caps at 25; default 10. | |
| ltv | No | Loan-to-value at origination, as a decimal 0–1. | |
| pair | No | Collateral/loan pair. Default 'WBTC/USDC'. | |
| network | No | Network. Default 'arbitrum-one' (mainnet). Use 'arbitrum-sepolia' for the testnet deployment, which carries a far deeper book — but note the two run different contract builds, so a testnet observation is not a mainnet fact. | |
| tenor_days | No | Loan term in days. The protocol's minimum is 7. | |
| loan_amount | No | Loan size to match against, in loan-token units. | |
| window_days | No | Only consider auctions settled within this many days. |