Coinranking
coinrankingCoinranking provides a comprehensive API for accessing cryptocurrency market data, including coin prices, market caps, and historical data.
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ónTool 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.
COINRANKING_GET_COIN_HISTORYAcciónTool 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
idstringObligatorioUUID of the coin to retrieve history for
timePeriodstringenumTime interval for the history data; one of '24h', '7d', '30d', '1y', '5y' (optional)
24h7d30d1y5yreferenceCurrencyUuidstringUUID of the currency to show prices in (optional)
Parámetros de salida
dataobjectObligatorioPayload containing change percentage and history array
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CoinsCOINRANKING_GET_COINSAcciónTool 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.
COINRANKING_GET_COINSAcciónTool 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
limitintegerMaximum number of items to return (1-50).
tiersstringComma-separated tier numbers to filter by (e.g., '1,2').
offsetintegerNumber of items to skip for pagination.
searchstringFull or partial coin name or symbol to filter results.
orderBystringenumField to sort by. One of: 'marketCap', 'price', 'change'.
marketCappricechangetimePeriodstringTime period for price history. Allowed values: '24h', '7d', '30d', '1y', etc.
orderDirectionstringenumSort direction: 'asc' or 'desc'.
ascdescreferenceCurrencyUuidstringUUID of the reference currency to display prices (e.g., 'yhjMzLPhuIDl').
Parámetros de salida
dataobjectObligatorioPayload containing stats and coins array.
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status, e.g., 'success'.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Reference CurrenciesCOINRANKING_GET_REFERENCE_CURRENCIESAcciónTool to retrieve a list of all reference currencies with optional pagination. use when you need supported fiat or crypto denominators for price conversions.
COINRANKING_GET_REFERENCE_CURRENCIESAcciónTool 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
limitintegerMaximum number of reference currencies to return (max 50).
offsetintegerNumber of items to skip before starting to collect the result set.
Parámetros de salida
dataobjectObligatorioPayload containing reference currencies array.
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI response status (e.g., 'success').
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Global Crypto Market StatsCOINRANKING_GET_STATSAcciónTool to retrieve global cryptocurrency market statistics. use when you need an overview of the entire crypto market.
COINRANKING_GET_STATSAcciónTool 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
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 TagsCOINRANKING_GET_TAGSAcciónTool to fetch all coin tags. use when you need the canonical list of tags after authenticating.
COINRANKING_GET_TAGSAcciónTool 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
dataobjectObligatorioPayload containing list of tags
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI response status, e.g., 'success'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trending CoinsCOINRANKING_GET_TRENDING_COINSAcciónTool 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.
COINRANKING_GET_TRENDING_COINSAcciónTool 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
dataobjectObligatorioPayload containing trending coins
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI response status
successfulbooleanObligatorioWhether or not the action execution was successful or not