NAiOS IconNAiOS Logo
Volver al catálogo

Token Metrics

token_metrics

Token Metrics provides an API offering real-time, AI-powered cryptocurrency data and insights for developers to build trading bots, dashboards, and portfolio tools.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • limitinteger

    Maximum number of tokens to return.

  • currencystring

    Fiat currency code for quoted price (default 'USD').

  • token_idstringObligatorio

    Numeric token ID as returned by /tokens endpoint.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Technical IndicatorsTOKEN_METRICS_GET_TECHNICAL_INDICATORSAcción

Tool 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

  • limitinteger

    Number of data points to retrieve (default is 100, max 1000).

  • symbolstringObligatorio

    The ticker symbol to query (e.g., 'BTCUSDT').

  • end_timeanydate-time

    ISO-8601 end time for the data range (e.g., '2023-06-08T00:00:00Z').

  • exchangestring

    Exchange code for the symbol (e.g., 'BINANCE').

  • intervalstringObligatorio

    Timeframe interval for the data (e.g., '1h', '4h', '1d').

  • indicatorstringObligatorio

    Name of the technical indicator to retrieve (e.g., 'rsi', 'macd').

  • start_timeanydate-time

    ISO-8601 start time for the data range (e.g., '2023-06-01T00:00:00Z').

Parámetros de salida

  • dataobject[]Obligatorio

    List of indicator values with timestamps.

  • errorstring

    Error if any occurred during the execution of the action

  • symbolstringObligatorio

    Symbol requested.

  • exchangestringObligatorio

    Exchange code.

  • intervalstringObligatorio

    Timeframe interval.

  • indicatorstringObligatorio

    Indicator name.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Top Market Cap TokensTOKEN_METRICS_GET_TOP_MARKET_CAP_TOKENSAcción

Tool 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

  • pageinteger

    Page number for pagination, must be at least 1.

  • limitinteger

    Number of tokens to return, must be at least 1.

  • sectorstring

    Sector filter (e.g., 'DeFi', 'NFT').

  • currencystring

    Quote currency for market cap (e.g., 'USD', 'EUR').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Trading SignalsTOKEN_METRICS_GET_TRADING_SIGNALSAcción

Tool to retrieve entry and exit crypto trading signals. use when optimizing trading strategies with signal-based insights.

Parámetros de entrada

  • limitinteger

    Maximum number of signals to return, must be at least 1.

  • offsetinteger

    Number of signals to skip for pagination, must be non-negative.

  • symbolstring

    Cryptocurrency symbol to filter by (e.g., 'BTC', 'ETH').

  • exchangestring

    Exchange name to filter (e.g., 'Binance').

  • timeframestring

    Timeframe for analysis (e.g., '1h', '1d').

  • signal_typestring

    Type of signal to filter (buy, sell, neutral).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TokensTOKEN_METRICS_TOKEN_METRICS_GET_TOKENSAcción

Tool 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

  • pageinteger

    Page number for pagination (1-based index)

  • limitinteger

    Number of results per page

  • searchstring

    Search tokens by name or symbol (case-insensitive)

  • sort_bystringenum

    Field to sort by

    market_cappricevolume_24h
  • categorystring

    Filter tokens by category

  • price_maxnumber

    Maximum token price filter

  • price_minnumber

    Minimum token price filter

  • blockchainstring

    Filter tokens by blockchain network

  • sort_orderstringenum

    Sort order: ascending or descending

    ascdesc
  • market_cap_maxnumber

    Maximum market capitalization filter

  • market_cap_minnumber

    Minimum market capitalization filter

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not