TermRevealRequest
Reveal previously-locked offers or bids (opens the sealed price + nonce).
chainIdstringrequired
EVM chain id, as a decimal string. See the ChainId schema.
Example:
1lenderstringrequired
Protocol identifier. See the LenderId schema.
Example:
TERM_FINANCE_0xABC…idsstring[]required
bytes32 offer/bid ids.
pricesstring[]required
Revealed prices (integer).
noncesstring[]required
Revealed nonces.
TermRevealRequest
{
"chainId": "1",
"lender": "TERM_FINANCE_0xABC…",
"ids": [
"string"
],
"prices": [
"string"
],
"nonces": [
"string"
]
}