forked from ccxt/ccxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbitibu.py
More file actions
26 lines (21 loc) · 842 Bytes
/
bitibu.py
File metadata and controls
26 lines (21 loc) · 842 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
26
# -*- 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.acx import acx
class bitibu (acx):
def describe(self):
return self.deep_extend(super(bitibu, self).describe(), {
'id': 'bitibu',
'name': 'Bitibu',
'countries': ['CY'],
'has': {
'CORS': False,
},
'urls': {
'logo': 'https://user-images.githubusercontent.com/1294454/45444675-c9ce6680-b6d0-11e8-95ab-3e749a940de1.jpg',
'extension': '.json',
'api': 'https://bitibu.com',
'www': 'https://bitibu.com',
'doc': 'https://bitibu.com/documents/api_v2',
},
})