forked from ccxt/ccxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbitkk.py
More file actions
25 lines (20 loc) · 833 Bytes
/
bitkk.py
File metadata and controls
25 lines (20 loc) · 833 Bytes
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
# -*- coding: utf-8 -*-
# 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
from ccxt.async_support.zb import zb
class bitkk (zb):
def describe(self):
return self.deep_extend(super(bitkk, self).describe(), {
'id': 'bitkk',
'name': 'bitkk',
'comment': 'a Chinese ZB clone',
'urls': {
'api': {
'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',
},
})