CoinmarketcapAPI

Undocumented in source.

Constructors

this
this(string apiKey, string versionApi)
Undocumented in source.

Members

Functions

getClient
HTTP getClient()
Undocumented in source. Be warned that the author may not have intended to support it.
getGlobal
auto getGlobal(string convert)

Get global information

getGlobal
auto getGlobal(string[] convert)
Undocumented in source. Be warned that the author may not have intended to support it.
getList
auto getList(int start, int limit, string[] convert, string sort, string sortDir, string cryptocurrencyType)

Get a paginated list of all cryptocurrencies with latest market data

getMap
auto getMap(string status, int start, int limit, string symbols)

Returns a paginated list of all cryptocurrencies by CoinMarketCap ID

getMap
auto getMap(string status, int start, int limit, string[] symbols)
Undocumented in source. Be warned that the author may not have intended to support it.
getMetadata
auto getMetadata(int[] ids)

Get static metadata for one or more cryptocurrencies

getMetadata
auto getMetadata(int[] ids)
Undocumented in source. Be warned that the author may not have intended to support it.
getMetadata
auto getMetadata(string[] symbols)
Undocumented in source. Be warned that the author may not have intended to support it.
getMetadata
auto getMetadata(string[] symbols)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuotes
auto getQuotes(string symbol, string convert)

Get latest market quote for 1 or more cryptocurrencies

getQuotes
auto getQuotes(string symbol, string[] convert)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuotes
auto getQuotes(string[] symbols, string convert)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuotes
auto getQuotes(string[] symbols, string[] convert)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuotes
auto getQuotes(int id, string convert)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuotes
auto getQuotes(int id, string[] convert)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuotes
auto getQuotes(int[] ids, string convert)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuotes
auto getQuotes(int[] ids, string[] convert)
Undocumented in source. Be warned that the author may not have intended to support it.
paramsToStr
string paramsToStr(string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
request
T request(string method, string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
request
T request(string method, string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
request
T request(string method, string param)
Undocumented in source. Be warned that the author may not have intended to support it.
request
T request(string method, string param)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

BASE_URL
string BASE_URL;
Undocumented in source.
_version
string _version;
Undocumented in source.
client
HTTP client;
Undocumented in source.
url
string url;
Undocumented in source.
versionApi
string versionApi;
Undocumented in source.

Meta