latestSwagger 2.02026-08-12187723.0 MB
c4a12725cdb5
reference_data
Cryptocurrency pairs
The cryptocurrencies endpoint provides a daily updated list of all available cryptos. It returns an array containing detailed information about each cryptocurrency, including its symbol, name, and other relevant identifiers. This endpoint is useful for retrieving a comprehensive catalog of cryptocurrencies for applications that require up-to-date market listings or need to display available crypto assets to users.
get/cryptocurrencies
Query parameters
symbolstring
The ticker symbol of an instrument for which data is requested
exchangestring
Filter by exchange name. E.g. Binance, Coinbase, etc.
currency_basestring
Filter by currency base
currency_quotestring
Filter by currency quote
format'JSON' | 'CSV'
The format of the response data
delimiterstring
The separator used in the CSV response data
pageinteger
Page number of the results to fetch
outputsizeinteger
Determines the number of data points returned in the output
Response
Example response
{
"count": 100,
"data": [
{
"symbol": "BTC/USD",
"available_exchanges": [
"ABCC",
"Allcoin",
"BTC-Alpha",
"BTCTurk",
"Bibox",
"n.exchange",
"p2pb2b",
"xBTCe"
],
"currency_base": "Bitcoin",
"currency_quote": "US Dollar"
}
],
"status": "ok"
}