← Tools Reference

Coinranking

Coinranking integration (Finance, Data). Imported from open-connector.

API key6 toolshttps://api.coinranking.com/v2
GET
coinranking_search_suggestions
Search Coinranking suggestions by keyword and return grouped entity matches.

/search-suggestions

1 parameter
ParamTypeRequiredDescription
querystringrequiredSearch query used for Coinranking suggestions.
GET
coinranking_list_coins
List coins from Coinranking with optional filtering, sorting, and pagination.

/coins

7 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of coins to return.
offsetintegeroptionalNumber of leading results to skip.
searchstringoptionalSearch string used to filter the returned coins.
orderBystringoptionalField used to sort the returned coins.
orderDirectionstringoptionalSort direction applied to the ordered result set.
referenceCurrencyUuidstringoptionalReference currency UUID used to price the returned coins.
timePeriodstringoptionalTime period used for change and historical market data.
GET
coinranking_get_coin_details
Get detailed information for a single coin from Coinranking.

/coin/{uuid}

3 parameters
ParamTypeRequiredDescription
uuidstringrequiredCoin UUID returned by Coinranking.
referenceCurrencyUuidstringoptionalReference currency UUID used to price the returned coin.
timePeriodstringoptionalTime period used for change and historical market data.
GET
coinranking_get_coin_price_history
Get historical price points for a single coin from Coinranking.

/coin/{uuid}/price-history

3 parameters
ParamTypeRequiredDescription
uuidstringrequiredCoin UUID returned by Coinranking.
referenceCurrencyUuidstringoptionalReference currency UUID used to price the historical points.
timePeriodstringoptionalTime period used for change and historical market data.
GET
coinranking_get_reference_currencies
List reference currencies supported by Coinranking.

/reference-currencies

GET
coinranking_get_global_stats
Get global cryptocurrency market statistics from Coinranking.

/stats