Token Metrics
token_metricsToken Metrics provides an API offering real-time, AI-powered cryptocurrency data and insights for developers to build trading bots, dashboards, and portfolio tools.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get PriceTOKEN_METRICS_GET_PRICEAcciónTool to retrieve real-time price and market metrics for a given cryptocurrency. use when you need the latest price, volume, and market cap information for trading or analysis.
TOKEN_METRICS_GET_PRICEAcciónTool to retrieve real-time price and market metrics for a given cryptocurrency. use when you need the latest price, volume, and market cap information for trading or analysis.
Parámetros de entrada
limitintegerMaximum number of tokens to return.
currencystringFiat currency code for quoted price (default 'USD').
token_idstringObligatorioNumeric token ID as returned by /tokens endpoint.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Technical IndicatorsTOKEN_METRICS_GET_TECHNICAL_INDICATORSAcciónTool to retrieve technical indicators for a token. use when you need technical analysis data for a specific symbol, interval, and indicator.
TOKEN_METRICS_GET_TECHNICAL_INDICATORSAcciónTool to retrieve technical indicators for a token. use when you need technical analysis data for a specific symbol, interval, and indicator.
Parámetros de entrada
limitintegerNumber of data points to retrieve (default is 100, max 1000).
symbolstringObligatorioThe ticker symbol to query (e.g., 'BTCUSDT').
end_timeanydate-timeISO-8601 end time for the data range (e.g., '2023-06-08T00:00:00Z').
exchangestringExchange code for the symbol (e.g., 'BINANCE').
intervalstringObligatorioTimeframe interval for the data (e.g., '1h', '4h', '1d').
indicatorstringObligatorioName of the technical indicator to retrieve (e.g., 'rsi', 'macd').
start_timeanydate-timeISO-8601 start time for the data range (e.g., '2023-06-01T00:00:00Z').
Parámetros de salida
dataobject[]ObligatorioList of indicator values with timestamps.
errorstringError if any occurred during the execution of the action
symbolstringObligatorioSymbol requested.
exchangestringObligatorioExchange code.
intervalstringObligatorioTimeframe interval.
indicatorstringObligatorioIndicator name.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Top Market Cap TokensTOKEN_METRICS_GET_TOP_MARKET_CAP_TOKENSAcciónTool to retrieve a list of tokens ranked by market capitalization. use when you need an overview of the most valuable cryptocurrencies.
TOKEN_METRICS_GET_TOP_MARKET_CAP_TOKENSAcciónTool to retrieve a list of tokens ranked by market capitalization. use when you need an overview of the most valuable cryptocurrencies.
Parámetros de entrada
pageintegerPage number for pagination, must be at least 1.
limitintegerNumber of tokens to return, must be at least 1.
sectorstringSector filter (e.g., 'DeFi', 'NFT').
currencystringQuote currency for market cap (e.g., 'USD', 'EUR').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trading SignalsTOKEN_METRICS_GET_TRADING_SIGNALSAcciónTool to retrieve entry and exit crypto trading signals. use when optimizing trading strategies with signal-based insights.
TOKEN_METRICS_GET_TRADING_SIGNALSAcciónTool to retrieve entry and exit crypto trading signals. use when optimizing trading strategies with signal-based insights.
Parámetros de entrada
limitintegerMaximum number of signals to return, must be at least 1.
offsetintegerNumber of signals to skip for pagination, must be non-negative.
symbolstringCryptocurrency symbol to filter by (e.g., 'BTC', 'ETH').
exchangestringExchange name to filter (e.g., 'Binance').
timeframestringTimeframe for analysis (e.g., '1h', '1d').
signal_typestringType of signal to filter (buy, sell, neutral).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TokensTOKEN_METRICS_TOKEN_METRICS_GET_TOKENSAcciónTool to retrieve a paginated list of supported tokens with metadata. use when you need comprehensive token listings across price, market cap, supply, and contract details.
TOKEN_METRICS_TOKEN_METRICS_GET_TOKENSAcciónTool to retrieve a paginated list of supported tokens with metadata. use when you need comprehensive token listings across price, market cap, supply, and contract details.
Parámetros de entrada
pageintegerPage number for pagination (1-based index)
limitintegerNumber of results per page
searchstringSearch tokens by name or symbol (case-insensitive)
sort_bystringenumField to sort by
market_cappricevolume_24hcategorystringFilter tokens by category
price_maxnumberMaximum token price filter
price_minnumberMinimum token price filter
blockchainstringFilter tokens by blockchain network
sort_orderstringenumSort order: ascending or descending
ascdescmarket_cap_maxnumberMaximum market capitalization filter
market_cap_minnumberMinimum market capitalization filter
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not