TermRevealRequest
Reveal previously-locked offers or bids (opens the sealed price + nonce).
chainIdstringrequired
Example:
1lenderstringrequired
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"
]
}