Retrieves currency stats
A string representation of an EOSIO symbol, composed of a float with a precision of 4, and a symbol composed of capital letters between 1-7 letters separated by a space, example 1.0000 ABC
.
^([0-9]{1,32}.[0-9]{4} [A-Z]{1,7})$
OK
Returns an object with one member labeled as the symbol you requested, the object has three members: supply (Symbol), max_supply (Symbol) and issuer (Name)