# Cryptorobot.ai ## Docs - [Create Agent](https://cryptorobot.ai/docs/api-reference/agents/create-agent.md): Create a new AI trading agent with custom instructions - [Conversations](https://cryptorobot.ai/docs/api-reference/agents/get-conversations.md): Get conversation messages within an agent session - [Agent Sessions](https://cryptorobot.ai/docs/api-reference/agents/get-sessions.md): Get conversation sessions for an AI agent - [Find Agents](https://cryptorobot.ai/docs/api-reference/agents/list-agents.md): Find all AI trading agents and their configurations - [Login](https://cryptorobot.ai/docs/api-reference/authentication/login.md): Authenticate with email/password or API key to receive a JWT access token - [Logout](https://cryptorobot.ai/docs/api-reference/authentication/logout.md): Revoke the current JWT access token and end the session - [Create Trigger](https://cryptorobot.ai/docs/api-reference/events/create-trigger.md): Create a new event trigger for automated alerts - [Find Events](https://cryptorobot.ai/docs/api-reference/events/list-events.md): Find system events and notifications - [Find Triggers](https://cryptorobot.ai/docs/api-reference/events/list-triggers.md): Find configured event triggers and alert rules - [Link Telegram](https://cryptorobot.ai/docs/api-reference/events/telegram-link.md): Link a Telegram account for receiving notifications - [Connect Exchange](https://cryptorobot.ai/docs/api-reference/exchanges/create-exchange.md): Connect a new cryptocurrency exchange account with API credentials - [Exchange](https://cryptorobot.ai/docs/api-reference/exchanges/delete-exchange.md): Disconnect and remove an exchange account - [Balance](https://cryptorobot.ai/docs/api-reference/exchanges/get-balance.md): Fetch real-time balances across all assets on a connected exchange - [Exchange](https://cryptorobot.ai/docs/api-reference/exchanges/get-exchange.md): Retrieve a specific exchange connection by ID - [Market Statistics](https://cryptorobot.ai/docs/api-reference/exchanges/get-markets-stats.md): Get aggregated market statistics across exchanges - [OHLCV Candles](https://cryptorobot.ai/docs/api-reference/exchanges/get-ohlcv.md): Retrieve OHLCV candlestick data for a trading pair - [Order Book](https://cryptorobot.ai/docs/api-reference/exchanges/get-orderbook.md): Fetch the current order book depth for a trading pair - [Ticker](https://cryptorobot.ai/docs/api-reference/exchanges/get-ticker.md): Get real-time ticker price data for a trading pair - [Find Exchanges](https://cryptorobot.ai/docs/api-reference/exchanges/list-exchanges.md): Find all connected exchange accounts with status and configuration - [Update Exchange](https://cryptorobot.ai/docs/api-reference/exchanges/update-exchange.md): Update exchange connection settings or API credentials - [ETF Flow Data](https://cryptorobot.ai/docs/api-reference/insights/etf-flow.md): Get Bitcoin and crypto ETF inflow/outflow data - [Fear & Greed Index](https://cryptorobot.ai/docs/api-reference/insights/fear-and-greed.md): Get the current Crypto Fear & Greed Index value - [Global Market Data](https://cryptorobot.ai/docs/api-reference/insights/global-data.md): Get global cryptocurrency market cap and volume data - [Find Insights](https://cryptorobot.ai/docs/api-reference/insights/list-insights.md): Find market insights and analysis data - [News Feed](https://cryptorobot.ai/docs/api-reference/insights/news.md): Get the latest cryptocurrency news and market updates - [API Reference](https://cryptorobot.ai/docs/api-reference/introduction.md): Complete reference for all Cryptorobot.ai API endpoints - [Signal](https://cryptorobot.ai/docs/api-reference/models/get-signal.md): Retrieve a specific AI model signal by ID - [Find Model Presets](https://cryptorobot.ai/docs/api-reference/models/list-presets.md): Find available AI model presets and configurations - [Find Signals](https://cryptorobot.ai/docs/api-reference/models/list-signals.md): Find AI model signals with filtering by type and pair - [Signal History](https://cryptorobot.ai/docs/api-reference/models/signal-history.md): Get historical signal data for performance analysis - [Signal Subscriptions](https://cryptorobot.ai/docs/api-reference/models/signal-subscriptions.md): Get active signal subscriptions for notifications - [Create Payment Intent](https://cryptorobot.ai/docs/api-reference/payments/create-payment-intent.md): Create a payment intent for processing a transaction - [Create Subscription](https://cryptorobot.ai/docs/api-reference/payments/create-subscription.md): Create a new subscription for premium features - [Find Payment Methods](https://cryptorobot.ai/docs/api-reference/payments/list-payment-methods.md): Find saved payment methods on file - [Find Subscriptions](https://cryptorobot.ai/docs/api-reference/payments/list-subscriptions.md): Find active and past subscription plans - [Balance Series](https://cryptorobot.ai/docs/api-reference/portfolio/balance-series.md): Get historical portfolio balance over time - [Find Trades](https://cryptorobot.ai/docs/api-reference/portfolio/list-trades.md): Find all executed trades with filtering and pagination - [Performance Series](https://cryptorobot.ai/docs/api-reference/portfolio/performance-series.md): Get portfolio performance metrics over time - [Portfolio Snapshot](https://cryptorobot.ai/docs/api-reference/portfolio/snapshot.md): Get a point-in-time snapshot of your portfolio allocation - [Create Strategy](https://cryptorobot.ai/docs/api-reference/strategies/create-strategy.md): Create a new trading strategy with custom parameters - [Strategy](https://cryptorobot.ai/docs/api-reference/strategies/delete-strategy.md): Delete a trading strategy permanently - [Generate AI Strategy](https://cryptorobot.ai/docs/api-reference/strategies/generate-ai-strategy.md): Generate a trading strategy using AI based on market conditions - [Backtest Results](https://cryptorobot.ai/docs/api-reference/strategies/get-backtest-results.md): Retrieve completed backtest results including performance metrics - [Strategy](https://cryptorobot.ai/docs/api-reference/strategies/get-strategy.md): Retrieve a specific trading strategy by ID - [Find Indicators](https://cryptorobot.ai/docs/api-reference/strategies/list-indicators.md): Find all supported technical indicators for strategy building - [Find Strategies](https://cryptorobot.ai/docs/api-reference/strategies/list-strategies.md): Find all trading strategies with filtering and pagination - [Find Templates](https://cryptorobot.ai/docs/api-reference/strategies/list-templates.md): Find available strategy templates for quick setup - [Run Backtest](https://cryptorobot.ai/docs/api-reference/strategies/run-backtest.md): Run a historical backtest on a strategy with specified parameters - [Run Hyperparameter Optimization](https://cryptorobot.ai/docs/api-reference/strategies/run-hyperopt.md): Run hyperparameter optimization to find optimal strategy settings - [Update Strategy](https://cryptorobot.ai/docs/api-reference/strategies/update-strategy.md): Update an existing trading strategy's configuration - [Create Pod](https://cryptorobot.ai/docs/api-reference/traders/create-pod.md): Create a new trading pod instance for a bot - [Create Trader](https://cryptorobot.ai/docs/api-reference/traders/create-trader.md): Create and deploy a new trading bot with a strategy - [Trader](https://cryptorobot.ai/docs/api-reference/traders/delete-trader.md): Stop and delete a trading bot permanently - [Pod Events](https://cryptorobot.ai/docs/api-reference/traders/get-pod-events.md): Get real-time lifecycle events from trading pods - [Trader](https://cryptorobot.ai/docs/api-reference/traders/get-trader.md): Retrieve a specific trading bot by ID - [Find Pods](https://cryptorobot.ai/docs/api-reference/traders/list-pods.md): Find all trading pod instances for your bots - [Find Traders](https://cryptorobot.ai/docs/api-reference/traders/list-traders.md): Find all trading bots with status, performance, and configuration - [Update Trader](https://cryptorobot.ai/docs/api-reference/traders/update-trader.md): Update a trading bot's configuration or status - [Cancel Subscription](https://cryptorobot.ai/docs/api-reference/users/cancel-subscription.md): Cancel the user's active subscription - [Current User](https://cryptorobot.ai/docs/api-reference/users/get-current-user.md): Retrieve the authenticated user's profile, preferences, and account details - [Find Sessions](https://cryptorobot.ai/docs/api-reference/users/list-sessions.md): Find all active sessions for the authenticated user - [Onboarding Status](https://cryptorobot.ai/docs/api-reference/users/onboarding.md): Get the current onboarding progress and status for the user - [Setup Trial](https://cryptorobot.ai/docs/api-reference/users/setup-trial.md): Activate a free trial subscription for new users - [Update User](https://cryptorobot.ai/docs/api-reference/users/update-user.md): Update the authenticated user's profile settings and preferences - [API Keys](https://cryptorobot.ai/docs/guides/api-keys.md): Create and manage API keys for programmatic access - [Authentication](https://cryptorobot.ai/docs/guides/authentication.md): How to authenticate with the Cryptorobot.ai API - [Client Setup](https://cryptorobot.ai/docs/guides/client.md): Connect to Cryptorobot.ai using the official npm client over WebSockets - [Errors & Rate Limits](https://cryptorobot.ai/docs/guides/errors.md): Error response format, HTTP status codes, and rate limiting - [Exchanges](https://cryptorobot.ai/docs/guides/exchanges.md): Connect exchanges, fetch market data, and manage balances - [Introduction](https://cryptorobot.ai/docs/guides/introduction.md): Welcome to the Cryptorobot.ai API documentation - [Overview](https://cryptorobot.ai/docs/guides/overview.md): Architecture and core concepts of the Cryptorobot.ai platform - [Real-time & WebSockets](https://cryptorobot.ai/docs/guides/realtime.md): Subscribe to live events via WebSockets - [Strategies](https://cryptorobot.ai/docs/guides/strategies.md): Create, backtest, and optimize trading strategies - [Traders](https://cryptorobot.ai/docs/guides/traders.md): Deploy and manage automated trading bots ## OpenAPI Specs - [openapi](https://cryptorobot.ai/docs/api-reference/openapi.json) ## Optional - [Platform](https://cryptorobot.ai) - [Blog](https://cryptorobot.ai/blog)