Gemini_Suite
Gemini Exchange agentic trading integration. Wraps the Gemini REST API for spot trading on ~390 pairs with HMAC-SHA384 signed authentication. Supports conversational strategy creation, backtesting, and live order management on Gemini's regulated US exchange. Sandbox-first with production gating.
Cancel every live order on the current API session via POST /v1/order/cancel/session. Private.
Cancel a single live order via POST /v1/order/cancel. Private.
List the Mind's live orders via POST /v1/orders. Private.
List the Mind's available balances per asset via POST /v1/balances. Private.
Retrieve OHLCV candles for backtesting via GET /v2/candles/:symbol/:timeframe. No auth.
List the Mind's own fills via POST /v1/mytrades. Private.
Read the Mind's 30-day rolling notional volume via POST /v1/notionalvolume. Private.
Retrieve the order book for one pair via GET /v1/book/:symbol. No auth.
Look up a single order's current state via POST /v1/order/status. Private.
List recent public trade prints for one pair via GET /v1/trades/:symbol. No auth.
Retrieve metadata for one trading pair via GET /v1/symbols/details/:symbol. No auth. Returns symbol metadata including tick_size and min_order_size.
List every trading pair available on Gemini via GET /v1/symbols. No auth. Returns a top-level JSON array of lowercase concatenated symbol strings.
Read 24h ticker stats for one pair via GET /v2/ticker/:symbol. No auth.
Keep the Mind's API session alive via POST /v1/heartbeat. Private.
Submit a new order via POST /v1/order/new. Private. Requires UUID client_order_id. Price and amount as strings.