Withdraw
Submit a signed withdrawal request. Requires EOA signature, see EOA signing.
The amount field is the raw token amount including decimals (e.g. "100000000" for 100 USDC).
This must match the uint256 amount value used in the EIP-712 Withdraw signature.
The ts field is Unix seconds (not milliseconds) because the on-chain contract validates it
against block.timestamp. It must also match the uint64 ts in the signed EIP-712 struct.
Body
Withdraw request.
Signature in hex format
"0x1234567890..."
Salt
1234567890
Request timestamp. Unix milliseconds for most operations; Unix seconds for withdrawals (must match the on-chain EIP-712 struct verified against block.timestamp).
1767225600000