NAiOS IconNAiOS Logo
Volver al catálogo

Coinranking

coinranking

Coinranking provides a comprehensive API for accessing cryptocurrency market data, including coin prices, market caps, and historical data.

Acciones
6
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 (6)

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

Tool to retrieve historical price data for a specific coin over a time period. use when you need to analyze past performance of a coin; call after confirming its uuid.

Parámetros de entrada

  • idstringObligatorio

    UUID of the coin to retrieve history for

  • timePeriodstringenum

    Time interval for the history data; one of '24h', '7d', '30d', '1y', '5y' (optional)

    24h7d30d1y5y
  • referenceCurrencyUuidstring

    UUID of the currency to show prices in (optional)

Parámetros de salida

  • dataobjectObligatorio

    Payload containing change percentage and history array

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CoinsCOINRANKING_GET_COINSAcción

Tool to retrieve a list of all coins with optional filters and pagination. use when you need to fetch coins matching specific criteria and paginate through results.

Parámetros de entrada

  • limitinteger

    Maximum number of items to return (1-50).

  • tiersstring

    Comma-separated tier numbers to filter by (e.g., '1,2').

  • offsetinteger

    Number of items to skip for pagination.

  • searchstring

    Full or partial coin name or symbol to filter results.

  • orderBystringenum

    Field to sort by. One of: 'marketCap', 'price', 'change'.

    marketCappricechange
  • timePeriodstring

    Time period for price history. Allowed values: '24h', '7d', '30d', '1y', etc.

  • orderDirectionstringenum

    Sort direction: 'asc' or 'desc'.

    ascdesc
  • referenceCurrencyUuidstring

    UUID of the reference currency to display prices (e.g., 'yhjMzLPhuIDl').

Parámetros de salida

  • dataobjectObligatorio

    Payload containing stats and coins array.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status, e.g., 'success'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Reference CurrenciesCOINRANKING_GET_REFERENCE_CURRENCIESAcción

Tool to retrieve a list of all reference currencies with optional pagination. use when you need supported fiat or crypto denominators for price conversions.

Parámetros de entrada

  • limitinteger

    Maximum number of reference currencies to return (max 50).

  • offsetinteger

    Number of items to skip before starting to collect the result set.

Parámetros de salida

  • dataobjectObligatorio

    Payload containing reference currencies array.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API response status (e.g., 'success').

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Global Crypto Market StatsCOINRANKING_GET_STATSAcción

Tool to retrieve global cryptocurrency market statistics. use when you need an overview of the entire crypto market.

Parámetros de entrada

Sin parámetros.

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

Tool to fetch all coin tags. use when you need the canonical list of tags after authenticating.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Payload containing list of tags

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API response status, e.g., 'success'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Trending CoinsCOINRANKING_GET_TRENDING_COINSAcción

Tool to retrieve a list of trending coins ranked by user engagement and popularity. use when you need up-to-date trending coin data for analysis or display.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Payload containing trending coins

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API response status

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not