raw
Invoke any Bitget v3 operation by operationId. Bypass curated tools but retain signing, rate limiting, and safety checks. Use dryRun to preview, and confirm for high-risk actions.
Instructions
[RAW] Escape hatch — invoke any v3 operation by operationId. Bypasses the curated surface but reuses signing, rate limiting, error decoding, AND the safety gate: honors readOnly, supports dryRun preview, and high-risk ops still require confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Flat argument record forwarded verbatim to callOperation (path params, query, and/or body fields). | |
| dryRun | No | Preview the request (method, path, would-send body) without sending it. Works even in readOnly. | |
| confirm | No | Required to execute a high-risk (destructive/irreversible) operation — e.g. closeAllPositions, cancelAllOrders, withdrawal. Ignored for non-high-risk ops. | |
| operationId | Yes | Catalog operationId to invoke (e.g. getTickers, placeOrder). See the generated catalog for valid ids. |