Vault deposit capacity
The vault’s GLOBAL (vault-wide) deposit capacity: remainingUsdc is how much USDC it can still absorb, and fits says whether a prospective batch would deposit without reverting. With no params it returns just the headroom. Pass a deposit batch (conditionIds + aligned yesAmounts/noAmounts) to also get fits — capacity is global, so submit the WHOLE batch for a correct answer. Wallet-agnostic; mirrors RobinLens.checkBatchDepositCapacity.
Query Parameters
Comma-separated condition ids of the prospective batch (max 25, unique). Omit for headroom only.
Comma-separated YES amounts (6-dec micro-units), aligned 1:1 with conditionIds.
Comma-separated NO amounts (6-dec micro-units), aligned 1:1 with conditionIds.
Response
Capacity headroom (and fits when a batch was supplied).
Global (vault-wide) deposit capacity. fits is whether the supplied batch would deposit without reverting; remainingUsdc is the USDC the vault can still absorb (already accounts for a disabled internal guard).