CoinmarketcapAPI.getGlobal

Get global information

@param {string|string[]=} Return quotes in terms of another currency

@example getGlobal("ETH") getGlobal(["ETH", "LTC"])

  1. auto getGlobal(string convert)
    class CoinmarketcapAPI
    getGlobal
    (
    T = string
    )
    (
    in string convert = "USD"
    )
  2. auto getGlobal(string[] convert)

Meta