Commit 9d5359fc authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

ztb ticker api update See merge request !443
parents 825d533f 2a924df2
...@@ -14,7 +14,7 @@ class Ztb extends Exchange implements ExchangeInterface ...@@ -14,7 +14,7 @@ class Ztb extends Exchange implements ExchangeInterface
{ {
protected $supported_symbol = 'supported_symbol_ztb'; protected $supported_symbol = 'supported_symbol_ztb';
protected $quotation_prefix = 'quotation_ztb_'; protected $quotation_prefix = 'quotation_ztb_';
protected $base_url = 'https://www.ztb.com/api/v1/tickers'; protected $base_url = 'https://www.ztb.im/api/v1/tickers';
public function symbolExists($tag = 'ZYC', $aim = "USDT") public function symbolExists($tag = 'ZYC', $aim = "USDT")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment