comment("start1"); $url = 'api.huobi.br.com/v1/common/symbols'; $N2w8E = new Client(); $cli = $N2w8E; $content = $cli->get($url)->getBody()->getContents(); $content = json_decode($content, true); HuobiSymbol::getSymbolsData($content['data']); $this->comment("end"); } } ?>