Coinranking

Learn how to use Coinranking with Composio

Overview

Enum

COINRANKING

Description

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

Authentication Details

api_key
stringRequired

Actions

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.

Action Parameters

limit
integer
offset
integer
orderBy
string
orderDirection
string
referenceCurrencyUuid
string
search
string
tiers
string
timePeriod
string

Action Response

data
object
error
string
status
string
successful
boolean
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.

Action Parameters

id
stringRequired
referenceCurrencyUuid
string
timePeriod
string

Action Response

data
object
error
string
status
string
successful
boolean
Tool to retrieve a list of all reference currencies with optional pagination. use when you need supported fiat or crypto denominators for price conversions.

Action Parameters

limit
integer
offset
integer

Action Response

data
object
error
string
status
string
successful
boolean
Tool to retrieve global cryptocurrency market statistics. use when you need an overview of the entire crypto market.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to fetch all coin tags. use when you need the canonical list of tags after authenticating.

Action Parameters

Action Response

data
object
error
string
status
string
successful
boolean