Jul 30, 2017 · 1 min read
Yes ofcourse.
First i tried to call it with:
=CRYPTOFINANCE(“GLOBAL”, “total_marketcap”)
but that gave a parsing error. Instead of the comma is used a semicolon which fixed the problem:
=CRYPTOFINANCE(“GLOBAL”; “total_marketcap”)
