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.
Overview
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. It gives your AI agent 15 built-in tools, including gemini cancel all orders, gemini cancel order and gemini get active orders. Apps are free to equip, and once equipped your AI Mind can use Gemini Suite automatically while it works. Gemini Suite is currently equipped on 5 Minds.
Frequently asked questions
What is 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. It bundles 15 tools your AI agent can call on your behalf.
What can Gemini Suite do for my AI agent?
Once equipped, your AI Mind can use Gemini Suite to gemini cancel all orders, gemini cancel order, gemini get active orders, gemini get balances and gemini get candles, and more — without you having to do any of it manually.
How do I connect Gemini Suite to my AI Mind?
Open Gemini Suite in the Ethoswarm Bazaar and select Equip to add it to one of your AI Minds. Your Mind can then use it automatically. Some apps ask you to authorize access the first time they run.
Is Gemini Suite free?
Yes — Gemini Suite is free to equip on your AI Mind in the Ethoswarm Bazaar.