Check smart copy parameters
pionex_bot_check_smart_copy_paramsValidate smart copy bot creation parameters and check the maximum investment limit. Returns max allowed investment, leverage, and notional limits for a given base, quote, and signal.
Instructions
Check smart copy parameters
Validate smart copy bot creation parameters and check the maximum investment limit. Weight: 1.
Requires Bot reading permission.
Returns the maximum allowed investment, maximum leverage, and notional/available limits for the given base/quote/signal combination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base currency (e.g. BTC) | |
| quote | Yes | Quote currency (e.g. USDT) | |
| leverage | Yes | Leverage multiplier (>= 1) | |
| signal_type | No | Signal type identifier. Optional — omit to check without a specific signal. | |
| signal_param | No | Signal parameters JSON string. Optional. | |
| quote_investment | Yes | Investment amount in quote currency to check against limits. |