CoinmarketcapAPI.getQuotes

Get latest market quote for 1 or more cryptocurrencies

@param {string|string[]|int|int[]} One or more comma separated cryptocurrency symbols @param {string|string[]=} Return quotes in terms of another currency

@example getQuotes("BTC") getQuotes(1) getQuotes("BTC,ETH", "EUR") getQuotes(["BTC", "ETH"], ["EUR, "USD"]) getQuotes(1, ["EUR, "USD"]) getQuotes([1, 2], ["EUR, "USD"])

class CoinmarketcapAPI
getQuotes
(
T = string
)
(
in string symbol
,
in string convert = "USD"
)

Meta