-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitkk.php
28 lines (23 loc) · 905 Bytes
/
bitkk.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
namespace ccxt;
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
use Exception as Exception; // a common import
class bitkk extends zb {
public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitkk',
'name' => 'bitkk',
'comment' => 'a Chinese ZB clone',
'urls' => array (
'api' => array (
'public' => 'http://api.bitkk.com/data', // no https for public API
'private' => 'https://trade.bitkk.com/api',
),
'www' => 'https://www.bitkk.com',
'doc' => 'https://www.bitkk.com/i/developer',
'fees' => 'https://www.bitkk.com/i/rate',
),
));
}
}