@pionex/pionex-ai-kit 0.2.48 → 0.2.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-NAOQJBW5.js → chunk-NGPWUQ2A.js} +3 -3
- package/dist/chunk-NGPWUQ2A.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{kit-6KS3OFXY.js → kit-LUI2MN26.js} +2 -2
- package/dist/{trade-L47PHCCV.js → trade-PNURMFCZ.js} +7 -7
- package/dist/trade-PNURMFCZ.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-NAOQJBW5.js.map +0 -1
- package/dist/trade-L47PHCCV.js.map +0 -1
- /package/dist/{kit-6KS3OFXY.js.map → kit-LUI2MN26.js.map} +0 -0
|
@@ -2664,7 +2664,7 @@ function registerBotTools() {
|
|
|
2664
2664
|
},
|
|
2665
2665
|
// ── Signal ────────────────────────────────────────────────────────────────
|
|
2666
2666
|
{
|
|
2667
|
-
name: "
|
|
2667
|
+
name: "pionex_bot_signal_listener",
|
|
2668
2668
|
module: "bot",
|
|
2669
2669
|
isWrite: true,
|
|
2670
2670
|
description: "Push a trading signal to the Pionex signal platform (signal provider use). The platform forwards the signal to all smart copy bots subscribed to the given signalType. Use action='buy' to open a position and action='sell' to close it. Endpoint: POST /api/v1/bot/signal/listener",
|
|
@@ -2694,7 +2694,7 @@ function registerBotTools() {
|
|
|
2694
2694
|
},
|
|
2695
2695
|
async handler(args, { client, config }) {
|
|
2696
2696
|
if (config.readOnly) {
|
|
2697
|
-
throw new Error("Server is running in --read-only mode; bot signal
|
|
2697
|
+
throw new Error("Server is running in --read-only mode; bot signal listener is disabled.");
|
|
2698
2698
|
}
|
|
2699
2699
|
const signalType = asNonEmptyString3(args.signalType, "signalType");
|
|
2700
2700
|
const signalParam = asNonEmptyString3(args.signalParam, "signalParam");
|
|
@@ -3105,4 +3105,4 @@ smol-toml/dist/index.js:
|
|
|
3105
3105
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3106
3106
|
*)
|
|
3107
3107
|
*/
|
|
3108
|
-
//# sourceMappingURL=chunk-
|
|
3108
|
+
//# sourceMappingURL=chunk-NGPWUQ2A.js.map
|