### Install OpenClaw402 Locally Source: https://claw402.io/ Provides the command to install the OpenClaw402 local AI assistant. This script downloads and executes the installation, storing keys locally for security. ```bash curl -fsSL https://claw402.io/install.sh | bash ``` -------------------------------- ### Supported Coins List Source: https://claw402.io/marketplace/coinank Get a list of all supported coins. ```APIDOC ## GET /api/v1/coinank/coin/list ### Description Fetches a list of all supported coins available on the platform. ### Method GET ### Endpoint /api/v1/coinank/coin/list ``` -------------------------------- ### Get Options Snapshots Source: https://claw402.io/marketplace/alpaca Retrieve market snapshots for options contracts. ```APIDOC ## GET /api/v1/alpaca/options/snapshots ### Description Provides market snapshots for specified options contracts, including latest quote, trade, and bar data. ### Method GET ### Endpoint /api/v1/alpaca/options/snapshots ### Parameters #### Query Parameters - **symbols** (string) - Required - Comma-separated list of options contract symbols. ``` -------------------------------- ### Altcoin Season Index Source: https://claw402.io/marketplace/coinank Get the Altcoin Season Index data. ```APIDOC ## GET /api/v1/coinank/indicator/altcoin-season ### Description Fetches data for the Altcoin Season Index. ### Method GET ### Endpoint /api/v1/coinank/indicator/altcoin-season ``` -------------------------------- ### Coin Market Cap Information Source: https://claw402.io/marketplace/coinank Get market cap information for coins. ```APIDOC ## GET /api/v1/coinank/coin/market-cap ### Description Retrieves market cap information for various cryptocurrencies. ### Method GET ### Endpoint /api/v1/coinank/coin/market-cap ``` -------------------------------- ### Get End-of-Day Price Source: https://claw402.io/marketplace/twelvedata Retrieves the end-of-day closing price for a specified asset. ```APIDOC ## GET /api/v1/twelvedata/eod ### Description End-of-day closing price. ### Method GET ### Endpoint /api/v1/twelvedata/eod ### Parameters #### Query Parameters - **symbol** (string) - Required - The symbol of the asset (e.g., AAPL, EUR/USD, BTC/USD). - **apikey** (string) - Required - Your Twelve Data API key. ``` -------------------------------- ### Get Recently Launched Token Projects Source: https://claw402.io/marketplace/rootdata Retrieve a list of recently launched token projects with pagination support. ```APIDOC ## POST /api/v1/crypto/rootdata/new-tokens ### Description Recently launched token projects. ### Method POST ### Endpoint /api/v1/crypto/rootdata/new-tokens ### Parameters #### Request Body - **page** (int) - Optional - The page number for pagination. - **page_size** (int) - Optional - The number of results per page. ``` -------------------------------- ### US Ethereum ETF List Source: https://claw402.io/marketplace/coinank Get a list of US Ethereum ETFs. ```APIDOC ## GET /api/v1/coinank/etf/us-eth ### Description Retrieves a list of US Ethereum ETFs. ### Method GET ### Endpoint /api/v1/coinank/etf/us-eth ``` -------------------------------- ### 200-Week Moving Average Heatmap Source: https://claw402.io/marketplace/coinank Get data for the 200-week moving average heatmap. ```APIDOC ## GET /api/v1/coinank/indicator/ma-heatmap ### Description Retrieves data for the 200-week moving average heatmap. ### Method GET ### Endpoint /api/v1/coinank/indicator/ma-heatmap ``` -------------------------------- ### HyperLiquid Whale Position Rankings Source: https://claw402.io/marketplace/coinank Get HyperLiquid whale position rankings. ```APIDOC ## GET /api/v1/coinank/hyper/top-position ### Description Retrieves HyperLiquid whale position rankings. ### Method GET ### Endpoint /api/v1/coinank/hyper/top-position ``` -------------------------------- ### Get Options Chain Snapshot Source: https://claw402.io/marketplace/polygon Retrieves a snapshot of the options chain for a given underlying asset. ```APIDOC ## GET /api/v1/polygon/options/snapshot ### Description Get snapshot of options chain for an underlying asset. ### Method GET ### Endpoint /api/v1/polygon/options/snapshot ``` -------------------------------- ### Pi Cycle Top Indicator Source: https://claw402.io/marketplace/coinank Get the Pi Cycle Top indicator data for BTC. ```APIDOC ## GET /api/v1/coinank/indicator/btc-pi ### Description Fetches data for the Pi Cycle Top indicator for Bitcoin. ### Method GET ### Endpoint /api/v1/coinank/indicator/btc-pi ``` -------------------------------- ### Get Financial News Source: https://claw402.io/marketplace/alpaca Retrieve real-time financial news for US stocks. ```APIDOC ## GET /api/v1/alpaca/news ### Description Fetches real-time financial news articles relevant to US stocks. ### Method GET ### Endpoint /api/v1/alpaca/news ### Parameters #### Query Parameters - **symbols** (string) - Optional - Comma-separated list of stock symbols to filter news by. ``` -------------------------------- ### Supported Trading Pairs List Source: https://claw402.io/marketplace/coinank Get a list of supported trading pairs, filterable by exchange. ```APIDOC ## GET /api/v1/coinank/coin/symbols ### Description Retrieves a list of supported trading pairs, organized by exchange. ### Method GET ### Endpoint /api/v1/coinank/coin/symbols ``` -------------------------------- ### Get Balance Sheet Source: https://claw402.io/marketplace/alphavantage Retrieves quarterly and annual balance sheet data for a company. ```APIDOC ## GET /api/v1/stocks/us/balance-sheet ### Description Fetches the balance sheet data for a company on a quarterly and annual basis. ### Method GET ### Endpoint /api/v1/stocks/us/balance-sheet ### Query Parameters - **symbol** (string) - Required - The stock symbol (e.g., AAPL). - **period** (string) - Optional - 'quarter' or 'annual'. Defaults to 'annual'. - **limit** (integer) - Optional - The number of periods to return. Defaults to 12. ### Response #### Success Response (200) - **fiscalDateEnding** (string) - The end date of the fiscal period (YYYY-MM-DD). - **reportedCurrency** (string) - The currency of the reported amounts. - **totalAssets** (string) - Total assets for the period. - **totalLiabilities** (string) - Total liabilities for the period. - **totalEquity** (string) - Total equity for the period. ### Response Example { "symbol": "AAPL", "period": "annual", "data": [ { "fiscalDateEnding": "2023-09-30", "reportedCurrency": "USD", "totalAssets": "352755000000", "totalLiabilities": "290395000000", "totalEquity": "62360000000" } ] } ``` -------------------------------- ### Get Ecosystem Map Source: https://claw402.io/marketplace/rootdata Retrieve all ecosystem IDs and their corresponding project counts. No parameters are required. ```APIDOC ## POST /api/v1/crypto/rootdata/ecosystem-map ### Description Get all ecosystem IDs and project counts. ### Method POST ### Endpoint /api/v1/crypto/rootdata/ecosystem-map ``` -------------------------------- ### Coin Market Cap Dominance Rankings Source: https://claw402.io/marketplace/coinank Get coin market cap dominance rankings. ```APIDOC ## GET /api/v1/coinank/indicator/market-cap-rank ### Description Retrieves coin market cap dominance rankings. ### Method GET ### Endpoint /api/v1/coinank/indicator/market-cap-rank ``` -------------------------------- ### Real-time Open Interest List by Exchange Source: https://claw402.io/marketplace/coinank Get a real-time list of open interest across different exchanges. ```APIDOC ## GET /api/v1/coinank/oi/all ### Description Fetches a real-time list of open interest data, broken down by exchange. ### Method GET ### Endpoint /api/v1/coinank/oi/all ``` -------------------------------- ### Get Options Contract Details Source: https://claw402.io/marketplace/polygon Retrieves detailed information for a single options contract. ```APIDOC ## GET /api/v1/polygon/options/contract-details ### Description Get details for a single options contract. ### Method GET ### Endpoint /api/v1/polygon/options/contract-details ``` -------------------------------- ### Real-time Long/Short Ratio by Exchange Source: https://claw402.io/marketplace/coinank Get the real-time long/short ratio for specific exchanges. ```APIDOC ## GET /api/v1/coinank/longshort/realtime ### Description Retrieves the real-time long/short ratio, broken down by exchange. ### Method GET ### Endpoint /api/v1/coinank/longshort/realtime ``` -------------------------------- ### Get Income Statement Source: https://claw402.io/marketplace/alphavantage Retrieves quarterly and annual income statement data for a company. ```APIDOC ## GET /api/v1/stocks/us/income ### Description Fetches the income statement data for a company on a quarterly and annual basis. ### Method GET ### Endpoint /api/v1/stocks/us/income ### Query Parameters - **symbol** (string) - Required - The stock symbol (e.g., AAPL). - **period** (string) - Optional - 'quarter' or 'annual'. Defaults to 'annual'. - **limit** (integer) - Optional - The number of periods to return. Defaults to 12. ### Response #### Success Response (200) - **fiscalDateEnding** (string) - The end date of the fiscal period (YYYY-MM-DD). - **reportedCurrency** (string) - The currency of the reported amounts. - **totalRevenue** (string) - Total revenue for the period. - **grossProfit** (string) - Gross profit for the period. - **operatingIncome** (string) - Operating income for the period. - **netIncome** (string) - Net income for the period. ### Response Example { "symbol": "AAPL", "period": "annual", "data": [ { "fiscalDateEnding": "2023-09-30", "reportedCurrency": "USD", "totalRevenue": "383285000000", "grossProfit": "169477000000", "operatingIncome": "114349000000", "netIncome": "97000000000" } ] } ``` -------------------------------- ### Real-time Open Interest Breakdown by Exchange Source: https://claw402.io/marketplace/coinank Get a real-time breakdown of open interest by exchange. ```APIDOC ## GET /api/v1/coinank/oi/by-exchange ### Description Retrieves a real-time breakdown of open interest, categorized by exchange. ### Method GET ### Endpoint /api/v1/coinank/oi/by-exchange ``` -------------------------------- ### Composite Indicator Charts Source: https://claw402.io/marketplace/coinank Get composite indicator charts. Specify type, e.g., 'bitcoin-rainbow-v2'. ```APIDOC ## GET /api/v1/coinank/indicator/charts ### Description Retrieves composite indicator charts. Specify the chart type, for example, 'bitcoin-rainbow-v2'. ### Method GET ### Endpoint /api/v1/coinank/indicator/charts ``` -------------------------------- ### Whale Long/Short Position Ratio Source: https://claw402.io/marketplace/coinank Get the whale long/short position ratio based on position size. ```APIDOC ## GET /api/v1/coinank/longshort/position ### Description Retrieves the whale long/short position ratio, calculated by position size. ### Method GET ### Endpoint /api/v1/coinank/longshort/position ``` -------------------------------- ### Get Top Losers Source: https://claw402.io/marketplace/polygon Retrieves the top 20 losers of the day, based on percentage change. ```APIDOC ## GET /api/v1/polygon/snapshot/losers ### Description Get top 20 losers of the day. ### Method GET ### Endpoint /api/v1/polygon/snapshot/losers ``` -------------------------------- ### Initialize Claw402 SDK and Fetch BTC Data Source: https://claw402.io/ Shows how to initialize the Claw402 SDK using a private key and fetch real-time BTC price data. Ensure your wallet key is securely stored and accessible via environment variables. ```typescript import { Claw402 } from "claw402" const client = new Claw402({ privateKey: process.env.WALLET_KEY, }) const btc = await client.coinank.fund.realtime({ productType: "SWAP", }) ``` -------------------------------- ### Long/Short Rankings Source: https://claw402.io/marketplace/coinank Get rankings related to long/short positions. ```APIDOC ## GET /api/v1/coinank/rank/long-short ### Description Fetches rankings related to long and short positions. ### Method GET ### Endpoint /api/v1/coinank/rank/long-short ``` -------------------------------- ### Chat Completions with Qwen-Flash Source: https://claw402.io/marketplace/qwen Experience ultra-low latency and the cheapest option with chat completions using the Qwen-Flash model. ```APIDOC ## POST /api/v1/ai/qwen/chat/flash ### Description Chat completions with Qwen-Flash (ultra-low latency, cheapest) ### Method POST ### Endpoint /api/v1/ai/qwen/chat/flash ``` -------------------------------- ### Historical Open Interest to Market Cap Ratio Source: https://claw402.io/marketplace/coinank Get the historical ratio of open interest to market cap. ```APIDOC ## GET /api/v1/coinank/oi/vs-market-cap-hist ### Description Fetches the historical ratio between open interest and market capitalization. ### Method GET ### Endpoint /api/v1/coinank/oi/vs-market-cap-hist ``` -------------------------------- ### Chat Completions with GPT-5-mini Source: https://claw402.io/marketplace/openai Leverage GPT-5-mini for the fastest and cheapest chat completions, ideal for high-volume, low-latency applications. ```APIDOC ## POST /api/v1/ai/openai/chat/5-mini ### Description Chat completions with GPT-5-mini (fastest, cheapest). ### Method POST ### Endpoint /api/v1/ai/openai/chat/5-mini ### Price $0.005 Per Call ``` -------------------------------- ### Chat Completions with Qwen-Turbo Source: https://claw402.io/marketplace/qwen Achieve fast response times with chat completions using the Qwen-Turbo model. ```APIDOC ## POST /api/v1/ai/qwen/chat/turbo ### Description Chat completions with Qwen-Turbo (fast response) ### Method POST ### Endpoint /api/v1/ai/qwen/chat/turbo ``` -------------------------------- ### Get Tag Map Source: https://claw402.io/marketplace/rootdata Retrieve all tag/category IDs. No parameters are required. ```APIDOC ## POST /api/v1/crypto/rootdata/tag-map ### Description Get all tag/category IDs. ### Method POST ### Endpoint /api/v1/crypto/rootdata/tag-map ``` -------------------------------- ### Get All Entity IDs Source: https://claw402.io/marketplace/rootdata Retrieve all entity IDs for projects, VCs, and people. Specify the type of entity to retrieve. ```APIDOC ## POST /api/v1/crypto/rootdata/id-map ### Description Get all entity IDs. ### Method POST ### Endpoint /api/v1/crypto/rootdata/id-map ### Parameters #### Request Body - **type** (int) - Required - The type of entity to retrieve IDs for (1=projects, 2=VCs, 3=people). ``` -------------------------------- ### Puell Multiple Indicator Source: https://claw402.io/marketplace/coinank Get the Puell Multiple indicator data. ```APIDOC ## GET /api/v1/coinank/indicator/puell-multiple ### Description Retrieves data for the Puell Multiple indicator. ### Method GET ### Endpoint /api/v1/coinank/indicator/puell-multiple ``` -------------------------------- ### Chat Completions with GPT-5.3 Instant Source: https://claw402.io/marketplace/openai Engage in fast and cost-effective chat completions using GPT-5.3 Instant, balancing speed and value. ```APIDOC ## POST /api/v1/ai/openai/chat/5.3 ### Description Chat completions with GPT-5.3 Instant (fast, great value). ### Method POST ### Endpoint /api/v1/ai/openai/chat/5.3 ### Price $0.01 Per Call ``` -------------------------------- ### Get Last Trade Source: https://claw402.io/marketplace/polygon Retrieves the most recent trade for a specific ticker. ```APIDOC ## GET /api/v1/polygon/last-trade ### Description Get most recent trade for a ticker. ### Method GET ### Endpoint /api/v1/polygon/last-trade ``` -------------------------------- ### Get Most Active Stocks Source: https://claw402.io/marketplace/alpaca Retrieve a list of the most active stocks by volume. ```APIDOC ## GET /api/v1/alpaca/most-actives ### Description Returns a list of stocks with the highest trading volume. ### Method GET ### Endpoint /api/v1/alpaca/most-actives ``` -------------------------------- ### Chat Completions with Qwen-Plus Source: https://claw402.io/marketplace/qwen Utilize Qwen-Plus for chat completions, offering the best value among the available models. ```APIDOC ## POST /api/v1/ai/qwen/chat/plus ### Description Chat completions with Qwen-Plus (best value) ### Method POST ### Endpoint /api/v1/ai/qwen/chat/plus ``` -------------------------------- ### Code Generation with Qwen3-Coder-Plus Source: https://claw402.io/marketplace/qwen Generate code using the Qwen3-Coder-Plus model. ```APIDOC ## POST /api/v1/ai/qwen/chat/coder ### Description Code generation with Qwen3-Coder-Plus ### Method POST ### Endpoint /api/v1/ai/qwen/chat/coder ``` -------------------------------- ### Get Latest Trades Source: https://claw402.io/marketplace/alpaca Retrieve the latest trade for US stocks. ```APIDOC ## GET /api/v1/alpaca/trades/latest ### Description Fetches the latest trade execution data for specified US stocks. ### Method GET ### Endpoint /api/v1/alpaca/trades/latest ### Parameters #### Query Parameters - **symbols** (string) - Required - Comma-separated list of stock symbols (e.g., AAPL,MSFT). ``` -------------------------------- ### Chat Completions with Qwen3-Max Source: https://claw402.io/marketplace/qwen Perform chat completions using the Qwen3-Max model, which is the flagship and most powerful version. ```APIDOC ## POST /api/v1/ai/qwen/chat/max ### Description Chat completions with Qwen3-Max (flagship, most powerful) ### Method POST ### Endpoint /api/v1/ai/qwen/chat/max ``` -------------------------------- ### Search Projects, VCs, and People Source: https://claw402.io/marketplace/rootdata Search for crypto projects, Venture Capital firms, and individuals by keyword. The default query is 'Bitcoin'. ```APIDOC ## POST /api/v1/crypto/rootdata/search ### Description Search projects, VCs, and people by keyword. ### Method POST ### Endpoint /api/v1/crypto/rootdata/search ### Parameters #### Request Body - **query** (string) - Required - The keyword to search for. - **precise_x_search** (bool) - Optional - Whether to perform a precise search. ``` -------------------------------- ### Chat completions with DeepSeek-Reasoner (chain-of-thought reasoning) Source: https://claw402.io/marketplace/deepseek Enables chat completions using the DeepSeek-Reasoner model, optimized for chain-of-thought reasoning. ```APIDOC ## POST /api/v1/ai/deepseek/chat/reasoner ### Description Chat completions with DeepSeek-Reasoner (chain-of-thought reasoning) ### Method POST ### Endpoint /api/v1/ai/deepseek/chat/reasoner ### Price $0.005 Per Call ``` -------------------------------- ### Get RSI Source: https://claw402.io/marketplace/polygon Calculates and retrieves the Relative Strength Index (RSI) for a stock. ```APIDOC ## GET /api/v1/polygon/rsi ### Description Get Relative Strength Index (RSI). ### Method GET ### Endpoint /api/v1/polygon/rsi ``` -------------------------------- ### Get Project Details Source: https://claw402.io/marketplace/rootdata Retrieve detailed information about a specific crypto project using its ID or contract address. Optionally include team and investor information. ```APIDOC ## POST /api/v1/crypto/rootdata/project ### Description Get project details. ### Method POST ### Endpoint /api/v1/crypto/rootdata/project ### Parameters #### Request Body - **project_id** (int) - Required - The unique identifier for the project. - **contract_address** (string) - Required - The contract address of the project. - **include_team** (bool) - Optional - Whether to include team information. - **include_investors** (bool) - Optional - Whether to include investor information. ``` -------------------------------- ### Large Limit Order List Source: https://claw402.io/marketplace/coinank Get a list of large limit orders. ```APIDOC ## GET /api/v1/coinank/big-order/list ### Description Retrieves a list of large limit orders. ### Method GET ### Endpoint /api/v1/coinank/big-order/list ``` -------------------------------- ### List Forex Pairs Source: https://claw402.io/marketplace/twelvedata Returns a list of all available forex trading pairs. ```APIDOC ## GET /api/v1/twelvedata/forex-pairs ### Description List of available forex pairs. ### Method GET ### Endpoint /api/v1/twelvedata/forex-pairs ### Parameters #### Query Parameters - **apikey** (string) - Required - Your Twelve Data API key. ``` -------------------------------- ### Chat completions with DeepSeek-Chat (V3.2, general tasks) Source: https://claw402.io/marketplace/deepseek Provides chat completions using the DeepSeek-Chat model, suitable for general conversational tasks. ```APIDOC ## POST /api/v1/ai/deepseek/chat ### Description Chat completions with DeepSeek-Chat (V3.2, general tasks) ### Method POST ### Endpoint /api/v1/ai/deepseek/chat ### Price $0.003 Per Call ``` -------------------------------- ### Multimodal Vision Understanding with Qwen-VL-Plus Source: https://claw402.io/marketplace/qwen Perform multimodal vision understanding, combining image and text inputs, with the Qwen-VL-Plus model. ```APIDOC ## POST /api/v1/ai/qwen/chat/vl ### Description Multimodal vision understanding with Qwen-VL-Plus (image + text) ### Method POST ### Endpoint /api/v1/ai/qwen/chat/vl ``` -------------------------------- ### Get Last Quote Source: https://claw402.io/marketplace/polygon Retrieves the most recent NBBO quote for a specific ticker. ```APIDOC ## GET /api/v1/polygon/last-quote ### Description Get most recent NBBO quote for a ticker. ### Method GET ### Endpoint /api/v1/polygon/last-quote ``` -------------------------------- ### Get Company Overview Source: https://claw402.io/marketplace/alphavantage Retrieves a company overview, including market capitalization, P/E ratio, revenue, and EPS. ```APIDOC ## GET /api/v1/stocks/us/overview ### Description Fetches a comprehensive overview of a company, including key financial metrics like market capitalization, P/E ratio, revenue, and earnings per share (EPS). ### Method GET ### Endpoint /api/v1/stocks/us/overview ### Query Parameters - **symbol** (string) - Required - The stock symbol (e.g., AAPL). ### Response #### Success Response (200) - **Symbol** (string) - The stock symbol. - **MarketCapitalization** (string) - The market capitalization. - **PERatio** (string) - The Price-to-Earnings ratio. - **RevenuePerShareTTM** (string) - Trailing Twelve Months Revenue Per Share. - **EPS** (string) - Earnings Per Share. - **DividendsPerShare5Y** (string) - Average dividends per share over the last 5 years. ### Response Example { "Symbol": "AAPL", "MarketCapitalization": "2700000000000", "PERatio": "28.5", "RevenuePerShareTTM": "6.0", "EPS": "6.14", "DividendsPerShare5Y": "0.85" } ``` -------------------------------- ### Get Latest Options Quotes Source: https://claw402.io/marketplace/alpaca Retrieve the latest quotes for options contracts. ```APIDOC ## GET /api/v1/alpaca/options/quotes/latest ### Description Retrieves the latest quote information (bid/ask) for specified options contracts. ### Method GET ### Endpoint /api/v1/alpaca/options/quotes/latest ### Parameters #### Query Parameters - **symbols** (string) - Required - Comma-separated list of options contract symbols. ``` -------------------------------- ### Order book heatmap overview Source: https://claw402.io/marketplace/nofxos Provides an overview of the order book heatmap for all coins. ```APIDOC ## GET /api/v1/nofx/heatmap/list ### Description Order book heatmap overview (all coins) ### Method GET ### Endpoint /api/v1/nofx/heatmap/list ``` -------------------------------- ### Get Historical Trades Source: https://claw402.io/marketplace/alpaca Retrieve historical trade data for US stocks. ```APIDOC ## GET /api/v1/alpaca/trades/history ### Description Retrieves historical trade data for US stocks within a specified time range. ### Method GET ### Endpoint /api/v1/alpaca/trades/history ### Parameters #### Query Parameters - **symbol** (string) - Required - The stock symbol. - **start** (string) - Required - Start timestamp (ISO 8601 format). - **end** (string) - Required - End timestamp (ISO 8601 format). ``` -------------------------------- ### List Available Models Source: https://claw402.io/marketplace/openai Retrieve a list of all available OpenAI models supported by the API, useful for dynamic model selection. ```APIDOC ## GET /api/v1/ai/openai/models ### Description List available models. ### Method GET ### Endpoint /api/v1/ai/openai/models ### Price $0.001 Per Call ``` -------------------------------- ### Get Latest Bars Source: https://claw402.io/marketplace/alpaca Retrieve the latest OHLCV bar for US stocks. ```APIDOC ## GET /api/v1/alpaca/bars/latest ### Description Retrieves the most recent OHLCV bar for specified US stocks. ### Method GET ### Endpoint /api/v1/alpaca/bars/latest ### Parameters #### Query Parameters - **symbols** (string) - Required - Comma-separated list of stock symbols (e.g., AAPL,MSFT). ``` -------------------------------- ### Get Latest Quotes Source: https://claw402.io/marketplace/alpaca Retrieve the latest quote for one or more US stocks. ```APIDOC ## GET /api/v1/alpaca/quotes/latest ### Description Fetches the latest quote information for specified US stocks. ### Method GET ### Endpoint /api/v1/alpaca/quotes/latest ### Parameters #### Query Parameters - **symbols** (string) - Required - Comma-separated list of stock symbols (e.g., AAPL,MSFT). ``` -------------------------------- ### DeepSeek beta completions API (FIM / non-chat completions) Source: https://claw402.io/marketplace/deepseek Access the DeepSeek beta completions API for functionalities like Fill-in-the-Middle (FIM) and other non-chat completion tasks. ```APIDOC ## POST /api/v1/ai/deepseek/completions ### Description DeepSeek beta completions API (FIM / non-chat completions) ### Method POST ### Endpoint /api/v1/ai/deepseek/completions ### Price $0.003 Per Call ``` -------------------------------- ### Get Index Quote Source: https://claw402.io/marketplace/twelvedata Fetches a detailed quote for a specific global stock index. ```APIDOC ## GET /api/v1/twelvedata/indices/quote ### Description Index detailed quote (S&P 500, Hang Seng, Nikkei, etc.). ### Method GET ### Endpoint /api/v1/twelvedata/indices/quote ### Parameters #### Query Parameters - **symbol** (string) - Required - The symbol of the index (e.g., ^GSPC, ^HSI, ^N225). - **apikey** (string) - Required - Your Twelve Data API key. ``` -------------------------------- ### Whale Long/Short Ratio by Account Count (VIP1) Source: https://claw402.io/marketplace/coinank Get the whale long/short ratio based on account count (requires VIP1). ```APIDOC ## GET /api/v1/coinank/longshort/account ### Description Fetches the whale long/short ratio based on account count. Requires VIP1 access. ### Method GET ### Endpoint /api/v1/coinank/longshort/account ``` -------------------------------- ### Open Interest vs Market Cap Rankings (VIP2) Source: https://claw402.io/marketplace/coinank Get rankings comparing open interest and market cap (requires VIP2). ```APIDOC ## GET /api/v1/coinank/rank/oi-vs-market-cap ### Description Retrieves rankings comparing open interest against market capitalization. Requires VIP2 access. ### Method GET ### Endpoint /api/v1/coinank/rank/oi-vs-market-cap ``` -------------------------------- ### Get Exchange Rate Source: https://claw402.io/marketplace/twelvedata Provides the currency exchange rate between two specified currencies. ```APIDOC ## GET /api/v1/twelvedata/exchange-rate ### Description Currency exchange rate (e.g. USD/CNY, EUR/JPY). ### Method GET ### Endpoint /api/v1/twelvedata/exchange-rate ### Parameters #### Query Parameters - **from_symbol** (string) - Required - The base currency symbol (e.g., USD). - **to_symbol** (string) - Required - The quote currency symbol (e.g., CNY). - **apikey** (string) - Required - Your Twelve Data API key. ``` -------------------------------- ### Get Real-time Price Source: https://claw402.io/marketplace/twelvedata Retrieves the real-time price for forex, metals, indices, or cryptocurrencies. ```APIDOC ## GET /api/v1/twelvedata/price ### Description Real-time price for forex, metals, indices, or crypto. ### Method GET ### Endpoint /api/v1/twelvedata/price ### Parameters #### Query Parameters - **symbol** (string) - Required - The symbol of the asset (e.g., AAPL, EUR/USD, BTC/USD). - **apikey** (string) - Required - Your Twelve Data API key. ``` -------------------------------- ### Aggregated Open Interest Candlestick Source: https://claw402.io/marketplace/coinank Get aggregated open interest candlestick data. ```APIDOC ## GET /api/v1/coinank/oi/agg-kline ### Description Fetches aggregated open interest candlestick data. ### Method GET ### Endpoint /api/v1/coinank/oi/agg-kline ``` -------------------------------- ### List available DeepSeek models Source: https://claw402.io/marketplace/deepseek Retrieves a list of all available DeepSeek models that can be used via the API. ```APIDOC ## GET /api/v1/ai/deepseek/models ### Description List available DeepSeek models ### Method GET ### Endpoint /api/v1/ai/deepseek/models ### Price $0.001 Per Call ``` -------------------------------- ### Grayscale Holdings Data Source: https://claw402.io/marketplace/coinank Get Grayscale holdings data (e.g., GBTC, ETHE). ```APIDOC ## GET /api/v1/coinank/indicator/grayscale ### Description Fetches Grayscale holdings data, including GBTC and ETHE. ### Method GET ### Endpoint /api/v1/coinank/indicator/grayscale ``` -------------------------------- ### AHR999 Bitcoin Accumulation Indicator Source: https://claw402.io/marketplace/coinank Get the AHR999 Bitcoin accumulation indicator data. ```APIDOC ## GET /api/v1/coinank/indicator/ahr999 ### Description Fetches data for the AHR999 Bitcoin accumulation indicator. ### Method GET ### Endpoint /api/v1/coinank/indicator/ahr999 ``` -------------------------------- ### Get All Ticker Snapshots Source: https://claw402.io/marketplace/polygon Retrieves real-time snapshots for all US stock tickers. This provides a comprehensive view of the market. ```APIDOC ## GET /api/v1/polygon/snapshot/all ### Description Get snapshots for all US stock tickers. ### Method GET ### Endpoint /api/v1/polygon/snapshot/all ``` -------------------------------- ### Crypto Fear & Greed Index Source: https://claw402.io/marketplace/coinank Get the current Crypto Fear & Greed Index. ```APIDOC ## GET /api/v1/coinank/indicator/fear-greed ### Description Retrieves the current Crypto Fear & Greed Index. ### Method GET ### Endpoint /api/v1/coinank/indicator/fear-greed ``` -------------------------------- ### Market Buy/Sell Value in USD (VIP3) Source: https://claw402.io/marketplace/coinank Get the market buy/sell value in USD for a single pair (requires VIP3). ```APIDOC ## GET /api/v1/coinank/market-order/buy-sell-value ### Description Fetches the market buy/sell value in USD for a single trading pair. Requires VIP3 access. ### Method GET ### Endpoint /api/v1/coinank/market-order/buy-sell-value ``` -------------------------------- ### BTC 2-Year MA Multiplier Indicator Source: https://claw402.io/marketplace/coinank Get the BTC 2-year MA multiplier indicator data. ```APIDOC ## GET /api/v1/coinank/indicator/btc-multiplier ### Description Fetches data for the BTC 2-year MA multiplier indicator. ### Method GET ### Endpoint /api/v1/coinank/indicator/btc-multiplier ``` -------------------------------- ### Chat Completions with GPT-5.4 Source: https://claw402.io/marketplace/openai Perform chat completions using the GPT-5.4 model, which offers a large context window for extensive conversations and analysis. ```APIDOC ## POST /api/v1/ai/openai/chat/5.4 ### Description Chat completions with GPT-5.4 (flagship, 1M context). ### Method POST ### Endpoint /api/v1/ai/openai/chat/5.4 ### Price $0.05 Per Call ``` -------------------------------- ### Get MACD Source: https://claw402.io/marketplace/polygon Calculates and retrieves the Moving Average Convergence/Divergence (MACD) indicator for a stock. ```APIDOC ## GET /api/v1/polygon/macd ### Description Get Moving Average Convergence/Divergence (MACD). ### Method GET ### Endpoint /api/v1/polygon/macd ``` -------------------------------- ### Chat Completions with GPT-5.4 Pro Source: https://claw402.io/marketplace/openai Utilize GPT-5.4 Pro for chat completions, offering the highest precision for critical tasks requiring utmost accuracy. ```APIDOC ## POST /api/v1/ai/openai/chat/5.4-pro ### Description Chat completions with GPT-5.4 Pro (highest precision). ### Method POST ### Endpoint /api/v1/ai/openai/chat/5.4-pro ### Price $0.50 Per Call ```