CoinmarketcapAPI

Members

Functions

getGlobal
auto getGlobal(in string convert = "USD")

Get global information

getList
auto getList(in int start = 1, in int limit = 100, in string[] convert = ["USD"], in string sort = "market_cap", in string sortDir = "", in string cryptocurrencyType = "all")

Get a paginated list of all cryptocurrencies with latest market data

getMap
auto getMap(in string status = "active", in int start = 1, in int limit = 100, in string symbols = "")

Returns a paginated list of all cryptocurrencies by CoinMarketCap ID

getMetadata
auto getMetadata(in int[] ids)

Get static metadata for one or more cryptocurrencies

getQuotes
auto getQuotes(in string symbol, in string convert = "USD")

Get latest market quote for 1 or more cryptocurrencies

Meta