Prepare Create Recurring
chainwhisper_prepare_create_recurringValidate and prepare recurring OTC orders on ChainWhisper for public or fixed-recipient trading, using explicit order types and price quotes per base.
Instructions
Validate and prepare a public or fixed-recipient recurring ChainWhisper order with an explicit orderType. Visible and private-token inventory routes are supported. Prices use quote per base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | ||
| buyPrice | No | A base-10 decimal string. JSON numbers are not accepted. | |
| baseAsset | No | Native, a verified token symbol, or a verified token address. | |
| orderType | Yes | Required. Use chainwhisper_order_types before the user chooses between the actual public and fixed-recipient recurring variants. | |
| recipient | No | ||
| sellPrice | No | A base-10 decimal string. JSON numbers are not accepted. | |
| quoteAsset | No | Native, a verified token symbol, or a verified token address. | |
| buyQuoteLiquidity | No | Include when the quote-token inventory side is public. Omit when quoteAsset is private for a private-liquidity orderType; the signer collects that side locally. | |
| sellBaseLiquidity | No | Include when the base-token inventory side is public. Omit when baseAsset is private for a private-liquidity orderType; the signer collects that side locally. |