1 Star 0 Fork 0

giteasy/huobi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hb_database.sql 73.14 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
/*
Navicat MySQL Data Transfer
Source Server : 香港服务器
Source Server Version : 50725
Source Host : 23.251.52.19:3306
Source Database : hb_database
Target Server Type : MYSQL
Target Server Version : 50725
File Encoding : 65001
Date: 2019-06-16 09:01:43
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for hb_currencys
-- ----------------------------
DROP TABLE IF EXISTS `hb_currencys`;
CREATE TABLE `hb_currencys` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键id',
`name` varchar(16) NOT NULL COMMENT '币种名称',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=212 DEFAULT CHARSET=utf8 COMMENT='币种';
-- ----------------------------
-- Records of hb_currencys
-- ----------------------------
INSERT INTO `hb_currencys` VALUES ('1', 'hb10');
INSERT INTO `hb_currencys` VALUES ('2', 'usdt');
INSERT INTO `hb_currencys` VALUES ('3', 'btc');
INSERT INTO `hb_currencys` VALUES ('4', 'bch');
INSERT INTO `hb_currencys` VALUES ('5', 'eth');
INSERT INTO `hb_currencys` VALUES ('6', 'xrp');
INSERT INTO `hb_currencys` VALUES ('7', 'ltc');
INSERT INTO `hb_currencys` VALUES ('8', 'ht');
INSERT INTO `hb_currencys` VALUES ('9', 'ada');
INSERT INTO `hb_currencys` VALUES ('10', 'eos');
INSERT INTO `hb_currencys` VALUES ('11', 'iota');
INSERT INTO `hb_currencys` VALUES ('12', 'xem');
INSERT INTO `hb_currencys` VALUES ('13', 'xmr');
INSERT INTO `hb_currencys` VALUES ('14', 'dash');
INSERT INTO `hb_currencys` VALUES ('15', 'neo');
INSERT INTO `hb_currencys` VALUES ('16', 'trx');
INSERT INTO `hb_currencys` VALUES ('17', 'icx');
INSERT INTO `hb_currencys` VALUES ('18', 'lsk');
INSERT INTO `hb_currencys` VALUES ('19', 'qtum');
INSERT INTO `hb_currencys` VALUES ('20', 'etc');
INSERT INTO `hb_currencys` VALUES ('21', 'btg');
INSERT INTO `hb_currencys` VALUES ('22', 'omg');
INSERT INTO `hb_currencys` VALUES ('23', 'hc');
INSERT INTO `hb_currencys` VALUES ('24', 'zec');
INSERT INTO `hb_currencys` VALUES ('25', 'dcr');
INSERT INTO `hb_currencys` VALUES ('26', 'steem');
INSERT INTO `hb_currencys` VALUES ('27', 'bts');
INSERT INTO `hb_currencys` VALUES ('28', 'waves');
INSERT INTO `hb_currencys` VALUES ('29', 'snt');
INSERT INTO `hb_currencys` VALUES ('30', 'salt');
INSERT INTO `hb_currencys` VALUES ('31', 'gnt');
INSERT INTO `hb_currencys` VALUES ('32', 'cmt');
INSERT INTO `hb_currencys` VALUES ('33', 'btm');
INSERT INTO `hb_currencys` VALUES ('34', 'pay');
INSERT INTO `hb_currencys` VALUES ('35', 'knc');
INSERT INTO `hb_currencys` VALUES ('36', 'powr');
INSERT INTO `hb_currencys` VALUES ('37', 'bat');
INSERT INTO `hb_currencys` VALUES ('38', 'dgd');
INSERT INTO `hb_currencys` VALUES ('39', 'ven');
INSERT INTO `hb_currencys` VALUES ('40', 'qash');
INSERT INTO `hb_currencys` VALUES ('41', 'zrx');
INSERT INTO `hb_currencys` VALUES ('42', 'gas');
INSERT INTO `hb_currencys` VALUES ('43', 'mana');
INSERT INTO `hb_currencys` VALUES ('44', 'eng');
INSERT INTO `hb_currencys` VALUES ('45', 'cvc');
INSERT INTO `hb_currencys` VALUES ('46', 'mco');
INSERT INTO `hb_currencys` VALUES ('47', 'mtl');
INSERT INTO `hb_currencys` VALUES ('48', 'rdn');
INSERT INTO `hb_currencys` VALUES ('49', 'storj');
INSERT INTO `hb_currencys` VALUES ('50', 'chat');
INSERT INTO `hb_currencys` VALUES ('51', 'srn');
INSERT INTO `hb_currencys` VALUES ('52', 'link');
INSERT INTO `hb_currencys` VALUES ('53', 'act');
INSERT INTO `hb_currencys` VALUES ('54', 'tnb');
INSERT INTO `hb_currencys` VALUES ('55', 'qsp');
INSERT INTO `hb_currencys` VALUES ('56', 'req');
INSERT INTO `hb_currencys` VALUES ('57', 'phx');
INSERT INTO `hb_currencys` VALUES ('58', 'appc');
INSERT INTO `hb_currencys` VALUES ('59', 'rcn');
INSERT INTO `hb_currencys` VALUES ('60', 'smt');
INSERT INTO `hb_currencys` VALUES ('61', 'adx');
INSERT INTO `hb_currencys` VALUES ('62', 'tnt');
INSERT INTO `hb_currencys` VALUES ('63', 'ost');
INSERT INTO `hb_currencys` VALUES ('64', 'itc');
INSERT INTO `hb_currencys` VALUES ('65', 'lun');
INSERT INTO `hb_currencys` VALUES ('66', 'gnx');
INSERT INTO `hb_currencys` VALUES ('67', 'ast');
INSERT INTO `hb_currencys` VALUES ('68', 'evx');
INSERT INTO `hb_currencys` VALUES ('69', 'mds');
INSERT INTO `hb_currencys` VALUES ('70', 'snc');
INSERT INTO `hb_currencys` VALUES ('71', 'propy');
INSERT INTO `hb_currencys` VALUES ('72', 'eko');
INSERT INTO `hb_currencys` VALUES ('73', 'nas');
INSERT INTO `hb_currencys` VALUES ('74', 'bcd');
INSERT INTO `hb_currencys` VALUES ('75', 'wax');
INSERT INTO `hb_currencys` VALUES ('76', 'wicc');
INSERT INTO `hb_currencys` VALUES ('77', 'topc');
INSERT INTO `hb_currencys` VALUES ('78', 'swftc');
INSERT INTO `hb_currencys` VALUES ('79', 'dbc');
INSERT INTO `hb_currencys` VALUES ('80', 'elf');
INSERT INTO `hb_currencys` VALUES ('81', 'aidoc');
INSERT INTO `hb_currencys` VALUES ('82', 'qun');
INSERT INTO `hb_currencys` VALUES ('83', 'iost');
INSERT INTO `hb_currencys` VALUES ('84', 'yee');
INSERT INTO `hb_currencys` VALUES ('85', 'dat');
INSERT INTO `hb_currencys` VALUES ('86', 'theta');
INSERT INTO `hb_currencys` VALUES ('87', 'let');
INSERT INTO `hb_currencys` VALUES ('88', 'dta');
INSERT INTO `hb_currencys` VALUES ('89', 'utk');
INSERT INTO `hb_currencys` VALUES ('90', 'meet');
INSERT INTO `hb_currencys` VALUES ('91', 'zil');
INSERT INTO `hb_currencys` VALUES ('92', 'soc');
INSERT INTO `hb_currencys` VALUES ('93', 'ruff');
INSERT INTO `hb_currencys` VALUES ('94', 'ocn');
INSERT INTO `hb_currencys` VALUES ('95', 'ela');
INSERT INTO `hb_currencys` VALUES ('96', 'bcx');
INSERT INTO `hb_currencys` VALUES ('97', 'sbtc');
INSERT INTO `hb_currencys` VALUES ('98', 'etf');
INSERT INTO `hb_currencys` VALUES ('99', 'bifi');
INSERT INTO `hb_currencys` VALUES ('100', 'zla');
INSERT INTO `hb_currencys` VALUES ('101', 'stk');
INSERT INTO `hb_currencys` VALUES ('102', 'wpr');
INSERT INTO `hb_currencys` VALUES ('103', 'mtn');
INSERT INTO `hb_currencys` VALUES ('104', 'mtx');
INSERT INTO `hb_currencys` VALUES ('105', 'edu');
INSERT INTO `hb_currencys` VALUES ('106', 'blz');
INSERT INTO `hb_currencys` VALUES ('107', 'abt');
INSERT INTO `hb_currencys` VALUES ('108', 'ont');
INSERT INTO `hb_currencys` VALUES ('109', 'ctxc');
INSERT INTO `hb_currencys` VALUES ('110', 'bft');
INSERT INTO `hb_currencys` VALUES ('111', 'wan');
INSERT INTO `hb_currencys` VALUES ('112', 'kan');
INSERT INTO `hb_currencys` VALUES ('113', 'lba');
INSERT INTO `hb_currencys` VALUES ('114', 'poly');
INSERT INTO `hb_currencys` VALUES ('115', 'pai');
INSERT INTO `hb_currencys` VALUES ('116', 'wtc');
INSERT INTO `hb_currencys` VALUES ('117', 'box');
INSERT INTO `hb_currencys` VALUES ('118', 'dgb');
INSERT INTO `hb_currencys` VALUES ('119', 'gxc');
INSERT INTO `hb_currencys` VALUES ('120', 'bix');
INSERT INTO `hb_currencys` VALUES ('121', 'xlm');
INSERT INTO `hb_currencys` VALUES ('122', 'xvg');
INSERT INTO `hb_currencys` VALUES ('123', 'hit');
INSERT INTO `hb_currencys` VALUES ('124', 'ong');
INSERT INTO `hb_currencys` VALUES ('125', 'bt1');
INSERT INTO `hb_currencys` VALUES ('126', 'bt2');
INSERT INTO `hb_currencys` VALUES ('127', 'xzc');
INSERT INTO `hb_currencys` VALUES ('128', 'vet');
INSERT INTO `hb_currencys` VALUES ('129', 'ncash');
INSERT INTO `hb_currencys` VALUES ('130', 'grs');
INSERT INTO `hb_currencys` VALUES ('131', 'egcc');
INSERT INTO `hb_currencys` VALUES ('132', 'she');
INSERT INTO `hb_currencys` VALUES ('133', 'mex');
INSERT INTO `hb_currencys` VALUES ('134', 'iic');
INSERT INTO `hb_currencys` VALUES ('135', 'gsc');
INSERT INTO `hb_currencys` VALUES ('136', 'uc');
INSERT INTO `hb_currencys` VALUES ('137', 'uip');
INSERT INTO `hb_currencys` VALUES ('138', 'cnn');
INSERT INTO `hb_currencys` VALUES ('139', 'aac');
INSERT INTO `hb_currencys` VALUES ('140', 'uuu');
INSERT INTO `hb_currencys` VALUES ('141', 'cdc');
INSERT INTO `hb_currencys` VALUES ('142', 'lxt');
INSERT INTO `hb_currencys` VALUES ('143', 'but');
INSERT INTO `hb_currencys` VALUES ('144', '18c');
INSERT INTO `hb_currencys` VALUES ('145', 'datx');
INSERT INTO `hb_currencys` VALUES ('146', 'portal');
INSERT INTO `hb_currencys` VALUES ('147', 'gtc');
INSERT INTO `hb_currencys` VALUES ('148', 'hot');
INSERT INTO `hb_currencys` VALUES ('149', 'man');
INSERT INTO `hb_currencys` VALUES ('150', 'get');
INSERT INTO `hb_currencys` VALUES ('151', 'pc');
INSERT INTO `hb_currencys` VALUES ('152', 'ren');
INSERT INTO `hb_currencys` VALUES ('153', 'eosdac');
INSERT INTO `hb_currencys` VALUES ('154', 'ae');
INSERT INTO `hb_currencys` VALUES ('155', 'bkbt');
INSERT INTO `hb_currencys` VALUES ('156', 'gve');
INSERT INTO `hb_currencys` VALUES ('157', 'seele');
INSERT INTO `hb_currencys` VALUES ('158', 'fti');
INSERT INTO `hb_currencys` VALUES ('159', 'ekt');
INSERT INTO `hb_currencys` VALUES ('160', 'xmx');
INSERT INTO `hb_currencys` VALUES ('161', 'ycc');
INSERT INTO `hb_currencys` VALUES ('162', 'fair');
INSERT INTO `hb_currencys` VALUES ('163', 'ssp');
INSERT INTO `hb_currencys` VALUES ('164', 'eon');
INSERT INTO `hb_currencys` VALUES ('165', 'eop');
INSERT INTO `hb_currencys` VALUES ('166', 'lym');
INSERT INTO `hb_currencys` VALUES ('167', 'zjlt');
INSERT INTO `hb_currencys` VALUES ('168', 'meetone');
INSERT INTO `hb_currencys` VALUES ('169', 'pnt');
INSERT INTO `hb_currencys` VALUES ('170', 'idt');
INSERT INTO `hb_currencys` VALUES ('171', 'dac');
INSERT INTO `hb_currencys` VALUES ('172', 'bcv');
INSERT INTO `hb_currencys` VALUES ('173', 'sexc');
INSERT INTO `hb_currencys` VALUES ('174', 'tos');
INSERT INTO `hb_currencys` VALUES ('175', 'musk');
INSERT INTO `hb_currencys` VALUES ('176', 'add');
INSERT INTO `hb_currencys` VALUES ('177', 'mt');
INSERT INTO `hb_currencys` VALUES ('178', 'kcash');
INSERT INTO `hb_currencys` VALUES ('179', 'iq');
INSERT INTO `hb_currencys` VALUES ('180', 'ncc');
INSERT INTO `hb_currencys` VALUES ('181', 'rccc');
INSERT INTO `hb_currencys` VALUES ('182', 'hpt');
INSERT INTO `hb_currencys` VALUES ('183', 'cvcoin');
INSERT INTO `hb_currencys` VALUES ('184', 'rte');
INSERT INTO `hb_currencys` VALUES ('185', 'trio');
INSERT INTO `hb_currencys` VALUES ('186', 'ardr');
INSERT INTO `hb_currencys` VALUES ('187', 'nano');
INSERT INTO `hb_currencys` VALUES ('188', 'usdc');
INSERT INTO `hb_currencys` VALUES ('189', 'gusd');
INSERT INTO `hb_currencys` VALUES ('190', 'tusd');
INSERT INTO `hb_currencys` VALUES ('191', 'pax');
INSERT INTO `hb_currencys` VALUES ('192', 'husd');
INSERT INTO `hb_currencys` VALUES ('193', 'zen');
INSERT INTO `hb_currencys` VALUES ('194', 'rbtc');
INSERT INTO `hb_currencys` VALUES ('195', 'bsv');
INSERT INTO `hb_currencys` VALUES ('196', 'dock');
INSERT INTO `hb_currencys` VALUES ('197', 'mxc');
INSERT INTO `hb_currencys` VALUES ('198', 'xtz');
INSERT INTO `hb_currencys` VALUES ('199', 'wgp');
INSERT INTO `hb_currencys` VALUES ('200', 'nuls');
INSERT INTO `hb_currencys` VALUES ('201', 'cova');
INSERT INTO `hb_currencys` VALUES ('202', 'lamb');
INSERT INTO `hb_currencys` VALUES ('203', 'cvnt');
INSERT INTO `hb_currencys` VALUES ('204', 'btt');
INSERT INTO `hb_currencys` VALUES ('205', 'sc');
INSERT INTO `hb_currencys` VALUES ('206', 'kmd');
INSERT INTO `hb_currencys` VALUES ('207', 'mgo');
INSERT INTO `hb_currencys` VALUES ('208', 'abl');
INSERT INTO `hb_currencys` VALUES ('209', 'loom');
INSERT INTO `hb_currencys` VALUES ('210', 'nexo');
INSERT INTO `hb_currencys` VALUES ('211', 'mzk');
-- ----------------------------
-- Table structure for hb_key_pair
-- ----------------------------
DROP TABLE IF EXISTS `hb_key_pair`;
CREATE TABLE `hb_key_pair` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` bigint(20) NOT NULL COMMENT '用户id',
`access_key` varchar(64) NOT NULL COMMENT 'A密钥',
`secret_key` varchar(32) NOT NULL COMMENT 'S密钥',
`access_password` varchar(32) DEFAULT NULL COMMENT '访问密码',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_time` datetime NOT NULL COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='密钥对表';
-- ----------------------------
-- Records of hb_key_pair
-- ----------------------------
INSERT INTO `hb_key_pair` VALUES ('1', '10000', '493ad9bd-07a44682-bg2hyw2dfg-2ce24', 'dc0161c7-e7c25004-2bfa5bc0-e4e08', null, '2019-03-21 23:39:51', '2019-03-21 23:39:51');
-- ----------------------------
-- Table structure for hb_symbols
-- ----------------------------
DROP TABLE IF EXISTS `hb_symbols`;
CREATE TABLE `hb_symbols` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id',
`symbol` varchar(16) DEFAULT NULL COMMENT '交易对',
`base_currency` varchar(16) DEFAULT NULL COMMENT '交易对中的基础币种',
`quote_currency` varchar(16) DEFAULT NULL COMMENT '计价币种',
`price_precision` int(11) DEFAULT NULL COMMENT '价格精度位数(小数点后位数)',
`amount_precision` int(11) DEFAULT NULL COMMENT '数量精度位数(小数点后位数)',
`symbol_partition` varchar(16) DEFAULT NULL COMMENT '交易区,可能值: [main,innovation,bifurcation]',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=435 DEFAULT CHARSET=utf8 COMMENT='交易对';
-- ----------------------------
-- Records of hb_symbols
-- ----------------------------
INSERT INTO `hb_symbols` VALUES ('1', 'btcusdt', 'btc', 'usdt', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('2', 'bchusdt', 'bch', 'usdt', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('3', 'ethusdt', 'eth', 'usdt', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('4', 'etcusdt', 'etc', 'usdt', '4', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('5', 'ltcusdt', 'ltc', 'usdt', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('6', 'eosusdt', 'eos', 'usdt', '4', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('7', 'xrpusdt', 'xrp', 'usdt', '4', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('8', 'omgusdt', 'omg', 'usdt', '4', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('9', 'dashusdt', 'dash', 'usdt', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('10', 'zecusdt', 'zec', 'usdt', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('11', 'adausdt', 'ada', 'usdt', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('12', 'steemusdt', 'steem', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('13', 'iotausdt', 'iota', 'usdt', '4', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('14', 'ocnusdt', 'ocn', 'usdt', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('15', 'socusdt', 'soc', 'usdt', '6', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('16', 'ctxcusdt', 'ctxc', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('17', 'actusdt', 'act', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('18', 'btmusdt', 'btm', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('19', 'btsusdt', 'bts', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('20', 'ontusdt', 'ont', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('21', 'iostusdt', 'iost', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('22', 'htusdt', 'ht', 'usdt', '4', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('23', 'trxusdt', 'trx', 'usdt', '6', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('24', 'dtausdt', 'dta', 'usdt', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('25', 'neousdt', 'neo', 'usdt', '2', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('26', 'qtumusdt', 'qtum', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('27', 'smtusdt', 'smt', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('28', 'elausdt', 'ela', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('29', 'venusdt', 'ven', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('30', 'thetausdt', 'theta', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('31', 'sntusdt', 'snt', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('32', 'zilusdt', 'zil', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('33', 'xemusdt', 'xem', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('34', 'nasusdt', 'nas', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('35', 'ruffusdt', 'ruff', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('36', 'hcusdt', 'hc', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('37', 'letusdt', 'let', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('38', 'mdsusdt', 'mds', 'usdt', '6', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('39', 'storjusdt', 'storj', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('40', 'elfusdt', 'elf', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('41', 'itcusdt', 'itc', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('42', 'cvcusdt', 'cvc', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('43', 'gntusdt', 'gnt', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('44', 'xmrbtc', 'xmr', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('45', 'bchbtc', 'bch', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('46', 'ethbtc', 'eth', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('47', 'ltcbtc', 'ltc', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('48', 'etcbtc', 'etc', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('49', 'eosbtc', 'eos', 'btc', '8', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('50', 'omgbtc', 'omg', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('51', 'xrpbtc', 'xrp', 'btc', '8', '0', 'main');
INSERT INTO `hb_symbols` VALUES ('52', 'dashbtc', 'dash', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('53', 'zecbtc', 'zec', 'btc', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('54', 'adabtc', 'ada', 'btc', '8', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('55', 'steembtc', 'steem', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('56', 'iotabtc', 'iota', 'btc', '8', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('57', 'polybtc', 'poly', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('58', 'kanbtc', 'kan', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('59', 'lbabtc', 'lba', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('60', 'wanbtc', 'wan', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('61', 'bftbtc', 'bft', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('62', 'btmbtc', 'btm', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('63', 'ontbtc', 'ont', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('64', 'iostbtc', 'iost', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('65', 'htbtc', 'ht', 'btc', '8', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('66', 'trxbtc', 'trx', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('67', 'smtbtc', 'smt', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('68', 'elabtc', 'ela', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('69', 'wiccbtc', 'wicc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('70', 'ocnbtc', 'ocn', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('71', 'zlabtc', 'zla', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('72', 'abtbtc', 'abt', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('73', 'mtxbtc', 'mtx', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('74', 'nasbtc', 'nas', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('75', 'venbtc', 'ven', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('76', 'dtabtc', 'dta', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('77', 'neobtc', 'neo', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('78', 'waxbtc', 'wax', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('79', 'btsbtc', 'bts', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('80', 'zilbtc', 'zil', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('81', 'thetabtc', 'theta', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('82', 'ctxcbtc', 'ctxc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('83', 'srnbtc', 'srn', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('84', 'xembtc', 'xem', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('85', 'icxbtc', 'icx', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('86', 'dgdbtc', 'dgd', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('87', 'chatbtc', 'chat', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('88', 'wprbtc', 'wpr', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('89', 'lunbtc', 'lun', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('90', 'swftcbtc', 'swftc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('91', 'sntbtc', 'snt', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('92', 'meetbtc', 'meet', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('93', 'yeebtc', 'yee', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('94', 'elfbtc', 'elf', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('95', 'letbtc', 'let', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('96', 'qtumbtc', 'qtum', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('97', 'lskbtc', 'lsk', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('98', 'itcbtc', 'itc', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('99', 'socbtc', 'soc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('100', 'qashbtc', 'qash', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('101', 'mdsbtc', 'mds', 'btc', '10', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('102', 'ekobtc', 'eko', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('103', 'topcbtc', 'topc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('104', 'mtnbtc', 'mtn', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('105', 'actbtc', 'act', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('106', 'hcbtc', 'hc', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('107', 'stkbtc', 'stk', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('108', 'storjbtc', 'storj', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('109', 'gnxbtc', 'gnx', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('110', 'dbcbtc', 'dbc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('111', 'sncbtc', 'snc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('112', 'cmtbtc', 'cmt', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('113', 'tnbbtc', 'tnb', 'btc', '10', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('114', 'ruffbtc', 'ruff', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('115', 'qunbtc', 'qun', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('116', 'zrxbtc', 'zrx', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('117', 'kncbtc', 'knc', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('118', 'blzbtc', 'blz', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('119', 'propybtc', 'propy', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('120', 'phxbtc', 'phx', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('121', 'appcbtc', 'appc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('122', 'aidocbtc', 'aidoc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('123', 'powrbtc', 'powr', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('124', 'cvcbtc', 'cvc', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('125', 'paybtc', 'pay', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('126', 'qspbtc', 'qsp', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('127', 'datbtc', 'dat', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('128', 'rdnbtc', 'rdn', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('129', 'mcobtc', 'mco', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('130', 'rcnbtc', 'rcn', 'btc', '10', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('131', 'manabtc', 'mana', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('132', 'utkbtc', 'utk', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('133', 'tntbtc', 'tnt', 'btc', '10', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('134', 'gasbtc', 'gas', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('135', 'batbtc', 'bat', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('136', 'ostbtc', 'ost', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('137', 'linkbtc', 'link', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('138', 'gntbtc', 'gnt', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('139', 'mtlbtc', 'mtl', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('140', 'evxbtc', 'evx', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('141', 'reqbtc', 'req', 'btc', '8', '1', 'innovation');
INSERT INTO `hb_symbols` VALUES ('142', 'adxbtc', 'adx', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('143', 'astbtc', 'ast', 'btc', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('144', 'engbtc', 'eng', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('145', 'saltbtc', 'salt', 'btc', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('146', 'edubtc', 'edu', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('147', 'xvgbtc', 'xvg', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('148', 'wtcbtc', 'wtc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('149', 'bifibtc', 'bifi', 'btc', '8', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('150', 'bcxbtc', 'bcx', 'btc', '8', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('151', 'bcdbtc', 'bcd', 'btc', '6', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('152', 'sbtcbtc', 'sbtc', 'btc', '6', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('153', 'btgbtc', 'btg', 'btc', '6', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('154', 'xmreth', 'xmr', 'eth', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('155', 'eoseth', 'eos', 'eth', '8', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('156', 'omgeth', 'omg', 'eth', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('157', 'iotaeth', 'iota', 'eth', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('158', 'adaeth', 'ada', 'eth', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('159', 'steemeth', 'steem', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('160', 'polyeth', 'poly', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('161', 'kaneth', 'kan', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('162', 'lbaeth', 'lba', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('163', 'waneth', 'wan', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('164', 'bfteth', 'bft', 'eth', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('165', 'zrxeth', 'zrx', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('166', 'asteth', 'ast', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('167', 'knceth', 'knc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('168', 'onteth', 'ont', 'eth', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('169', 'hteth', 'ht', 'eth', '8', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('170', 'btmeth', 'btm', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('171', 'iosteth', 'iost', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('172', 'smteth', 'smt', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('173', 'elaeth', 'ela', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('174', 'trxeth', 'trx', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('175', 'abteth', 'abt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('176', 'naseth', 'nas', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('177', 'ocneth', 'ocn', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('178', 'wicceth', 'wicc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('179', 'zileth', 'zil', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('180', 'ctxceth', 'ctxc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('181', 'zlaeth', 'zla', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('182', 'wpreth', 'wpr', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('183', 'dtaeth', 'dta', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('184', 'mtxeth', 'mtx', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('185', 'thetaeth', 'theta', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('186', 'srneth', 'srn', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('187', 'veneth', 'ven', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('188', 'btseth', 'bts', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('189', 'waxeth', 'wax', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('190', 'hceth', 'hc', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('191', 'icxeth', 'icx', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('192', 'mtneth', 'mtn', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('193', 'acteth', 'act', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('194', 'blzeth', 'blz', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('195', 'qasheth', 'qash', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('196', 'ruffeth', 'ruff', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('197', 'cmteth', 'cmt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('198', 'elfeth', 'elf', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('199', 'meeteth', 'meet', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('200', 'soceth', 'soc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('201', 'qtumeth', 'qtum', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('202', 'itceth', 'itc', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('203', 'swftceth', 'swftc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('204', 'yeeeth', 'yee', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('205', 'lsketh', 'lsk', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('206', 'luneth', 'lun', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('207', 'leteth', 'let', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('208', 'gnxeth', 'gnx', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('209', 'chateth', 'chat', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('210', 'ekoeth', 'eko', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('211', 'topceth', 'topc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('212', 'dgdeth', 'dgd', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('213', 'stketh', 'stk', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('214', 'mdseth', 'mds', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('215', 'dbceth', 'dbc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('216', 'snceth', 'snc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('217', 'payeth', 'pay', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('218', 'quneth', 'qun', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('219', 'aidoceth', 'aidoc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('220', 'tnbeth', 'tnb', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('221', 'appceth', 'appc', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('222', 'rdneth', 'rdn', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('223', 'utketh', 'utk', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('224', 'powreth', 'powr', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('225', 'bateth', 'bat', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('226', 'propyeth', 'propy', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('227', 'manaeth', 'mana', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('228', 'reqeth', 'req', 'eth', '8', '1', 'innovation');
INSERT INTO `hb_symbols` VALUES ('229', 'cvceth', 'cvc', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('230', 'qspeth', 'qsp', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('231', 'evxeth', 'evx', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('232', 'dateth', 'dat', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('233', 'mcoeth', 'mco', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('234', 'gnteth', 'gnt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('235', 'gaseth', 'gas', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('236', 'osteth', 'ost', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('237', 'linketh', 'link', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('238', 'rcneth', 'rcn', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('239', 'tnteth', 'tnt', 'eth', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('240', 'engeth', 'eng', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('241', 'salteth', 'salt', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('242', 'adxeth', 'adx', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('243', 'edueth', 'edu', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('244', 'xvgeth', 'xvg', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('245', 'wtceth', 'wtc', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('246', 'xrpht', 'xrp', 'ht', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('247', 'iostht', 'iost', 'ht', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('248', 'dashht', 'dash', 'ht', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('249', 'wiccusdt', 'wicc', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('250', 'eosht', 'eos', 'ht', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('251', 'bchht', 'bch', 'ht', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('252', 'ltcht', 'ltc', 'ht', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('253', 'etcht', 'etc', 'ht', '6', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('254', 'wavesbtc', 'waves', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('255', 'waveseth', 'waves', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('256', 'hb10usdt', 'hb10', 'usdt', '4', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('257', 'cmtusdt', 'cmt', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('258', 'dcrbtc', 'dcr', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('259', 'dcreth', 'dcr', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('260', 'paibtc', 'pai', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('261', 'paieth', 'pai', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('262', 'boxbtc', 'box', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('263', 'boxeth', 'box', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('264', 'dgbbtc', 'dgb', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('265', 'dgbeth', 'dgb', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('266', 'gxcbtc', 'gxc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('267', 'gxceth', 'gxc', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('268', 'xlmbtc', 'xlm', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('269', 'xlmeth', 'xlm', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('270', 'bixbtc', 'bix', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('271', 'bixeth', 'bix', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('272', 'bixusdt', 'bix', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('273', 'hitbtc', 'hit', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('274', 'hiteth', 'hit', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('275', 'paiusdt', 'pai', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('276', 'bt1btc', 'bt1', 'btc', '6', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('277', 'bt2btc', 'bt2', 'btc', '6', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('278', 'xzcbtc', 'xzc', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('279', 'xzceth', 'xzc', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('280', 'vetusdt', 'vet', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('281', 'veteth', 'vet', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('282', 'vetbtc', 'vet', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('283', 'ncasheth', 'ncash', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('284', 'ncashbtc', 'ncash', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('285', 'grsbtc', 'grs', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('286', 'grseth', 'grs', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('287', 'rccceth', 'rccc', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('288', 'egcceth', 'egcc', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('289', 'iiceth', 'iic', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('290', 'sheeth', 'she', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('291', 'rcccbtc', 'rccc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('292', 'mexeth', 'mex', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('293', 'ekteth', 'ekt', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('294', 'bkbteth', 'bkbt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('295', 'gtceth', 'gtc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('296', 'hoteth', 'hot', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('297', 'ftieth', 'fti', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('298', 'gsceth', 'gsc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('299', 'pceth', 'pc', 'eth', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('300', 'xmxeth', 'xmx', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('301', 'lymeth', 'lym', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('302', 'cnneth', 'cnn', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('303', 'maneth', 'man', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('304', 'uceth', 'uc', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('305', 'aaceth', 'aac', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('306', 'faireth', 'fair', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('307', 'seeleeth', 'seele', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('308', 'uipeth', 'uip', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('309', 'lxteth', 'lxt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('310', 'datxeth', 'datx', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('311', 'geteth', 'get', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('312', 'aeeth', 'ae', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('313', 'uuueth', 'uuu', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('314', 'ycceth', 'ycc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('315', 'cdceth', 'cdc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('316', 'buteth', 'but', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('317', 'portaleth', 'portal', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('318', 'sspeth', 'ssp', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('319', 'reneth', 'ren', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('320', 'mteth', 'mt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('321', 'rtebtc', 'rte', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('322', 'ftibtc', 'fti', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('323', 'ektbtc', 'ekt', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('324', 'renbtc', 'ren', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('325', 'zjlteth', 'zjlt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('326', 'tosbtc', 'tos', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('327', 'getbtc', 'get', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('328', 'sspbtc', 'ssp', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('329', 'muskbtc', 'musk', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('330', 'cnnbtc', 'cnn', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('331', 'toseth', 'tos', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('332', 'gveeth', 'gve', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('333', 'aebtc', 'ae', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('334', 'nccbtc', 'ncc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('335', 'kcasheth', 'kcash', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('336', 'yccbtc', 'ycc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('337', '18ceth', '18c', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('338', 'pnteth', 'pnt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('339', 'cvcoineth', 'cvcoin', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('340', 'ncceth', 'ncc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('341', 'bcvbtc', 'bcv', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('342', 'uipbtc', 'uip', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('343', 'pntbtc', 'pnt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('344', 'daceth', 'dac', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('345', 'trioeth', 'trio', 'eth', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('346', 'seelebtc', 'seele', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('347', 'hotbtc', 'hot', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('348', 'bcveth', 'bcv', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('349', 'musketh', 'musk', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('350', 'gtcbtc', 'gtc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('351', 'bkbtbtc', 'bkbt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('352', 'manbtc', 'man', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('353', 'aacbtc', 'aac', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('354', 'ucbtc', 'uc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('355', 'shebtc', 'she', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('356', 'butbtc', 'but', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('357', 'idteth', 'idt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('358', 'mexbtc', 'mex', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('359', 'idtbtc', 'idt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('360', 'datxbtc', 'datx', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('361', 'zjltbtc', 'zjlt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('362', 'fairbtc', 'fair', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('363', 'iicbtc', 'iic', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('364', 'rteeth', 'rte', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('365', 'cdcbtc', 'cdc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('366', 'pcbtc', 'pc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('367', 'dacbtc', 'dac', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('368', 'egccbtc', 'egcc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('369', 'xmxbtc', 'xmx', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('370', 'gscbtc', 'gsc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('371', 'lxtbtc', 'lxt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('372', 'portalbtc', 'portal', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('373', 'lymbtc', 'lym', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('374', 'uuubtc', 'uuu', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('375', 'triobtc', 'trio', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('376', 'kcashbtc', 'kcash', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('377', 'mtht', 'mt', 'ht', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('378', 'mtbtc', 'mt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('379', 'kcashht', 'kcash', 'ht', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('380', '18cbtc', '18c', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('381', 'gvebtc', 'gve', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('382', 'cvcoinbtc', 'cvcoin', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('383', 'ardrbtc', 'ardr', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('384', 'ardreth', 'ardr', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('385', 'hptusdt', 'hpt', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('386', 'hptbtc', 'hpt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('387', 'hptht', 'hpt', 'ht', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('388', 'xlmusdt', 'xlm', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('389', 'nanoeth', 'nano', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('390', 'nanobtc', 'nano', 'btc', '6', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('391', 'usdthusd', 'usdt', 'husd', '4', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('392', 'btchusd', 'btc', 'husd', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('393', 'zeneth', 'zen', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('394', 'zenbtc', 'zen', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('395', 'eoshusd', 'eos', 'husd', '4', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('396', 'ethhusd', 'eth', 'husd', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('397', 'xmrusdt', 'xmr', 'usdt', '2', '4', 'main');
INSERT INTO `hb_symbols` VALUES ('398', 'hitusdt', 'hit', 'usdt', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('399', 'rbtcbtc', 'rbtc', 'btc', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('400', 'gxcusdt', 'gxc', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('401', 'bsvbtc', 'bsv', 'btc', '6', '4', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('402', 'dockbtc', 'dock', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('403', 'docketh', 'dock', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('404', 'xrphusd', 'xrp', 'husd', '4', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('405', 'bsvusdt', 'bsv', 'usdt', '4', '2', 'bifurcation');
INSERT INTO `hb_symbols` VALUES ('406', 'nanousdt', 'nano', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('407', 'hthusd', 'ht', 'husd', '4', '2', 'main');
INSERT INTO `hb_symbols` VALUES ('408', 'mxcbtc', 'mxc', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('409', 'xtzbtc', 'xtz', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('410', 'xtzeth', 'xtz', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('411', 'nulsbtc', 'nuls', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('412', 'nulseth', 'nuls', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('413', 'linkusdt', 'link', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('414', 'wavesusdt', 'waves', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('415', 'covaeth', 'cova', 'eth', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('416', 'covabtc', 'cova', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('417', 'zrxusdt', 'zrx', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('418', 'lambbtc', 'lamb', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('419', 'lambeth', 'lamb', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('420', 'dcrusdt', 'dcr', 'usdt', '4', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('421', 'aeusdt', 'ae', 'usdt', '4', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('422', 'cvntbtc', 'cvnt', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('423', 'cvnteth', 'cvnt', 'eth', '8', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('424', 'btteth', 'btt', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('425', 'bttusdt', 'btt', 'usdt', '8', '0', 'innovation');
INSERT INTO `hb_symbols` VALUES ('426', 'bttbtc', 'btt', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('427', 'sceth', 'sc', 'eth', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('428', 'scbtc', 'sc', 'btc', '10', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('429', 'kmdbtc', 'kmd', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('430', 'kmdeth', 'kmd', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('431', 'loombtc', 'loom', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('432', 'loometh', 'loom', 'eth', '6', '4', 'innovation');
INSERT INTO `hb_symbols` VALUES ('433', 'nexobtc', 'nexo', 'btc', '8', '2', 'innovation');
INSERT INTO `hb_symbols` VALUES ('434', 'nexoeth', 'nexo', 'eth', '6', '4', 'innovation');
-- ----------------------------
-- Table structure for hb_task
-- ----------------------------
DROP TABLE IF EXISTS `hb_task`;
CREATE TABLE `hb_task` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` bigint(20) NOT NULL COMMENT '用户id',
`state` char(2) DEFAULT '0' COMMENT '状态:0:未运行 1:运行中 -1:已关闭',
`symbol` varchar(16) NOT NULL COMMENT '交易对',
`buy_trade_count` int(11) DEFAULT '0' COMMENT '购买交易次数',
`buy_trade_limit` int(11) NOT NULL COMMENT '购买交易次数上限',
`first_money` varchar(16) NOT NULL COMMENT '第一次购入金额',
`buy_level` char(2) NOT NULL COMMENT '购买档位',
`buy_method` char(1) NOT NULL COMMENT '购买策略 1:裴波 2:倍投 3:立方倍投',
`rebound_percent` varchar(8) DEFAULT '0' COMMENT '反弹百分比',
`buy_base_price` varchar(16) DEFAULT NULL COMMENT '第一单购买的单价',
`profit_percent` varchar(8) NOT NULL COMMENT '止盈百分比 (%)',
`fall_back_percent` varchar(8) DEFAULT '0' COMMENT '回落百分比',
`loop_count` int(11) DEFAULT '0' COMMENT '交易轮计数',
`total_amount` varchar(16) DEFAULT NULL COMMENT '持仓总币数',
`total_money` varchar(16) DEFAULT NULL COMMENT '持仓总金额',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1560471743541186 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of hb_task
-- ----------------------------
INSERT INTO `hb_task` VALUES ('1558632744228699', '10000', '0', 'bttusdt', '5', '5', '1', '3', '1', '2.0', '0.00169205', '2.0', '0.5', '37', '14284', '19.00000000', '2019-05-24 01:32:24', '2019-06-15 13:33:38');
INSERT INTO `hb_task` VALUES ('1560428881603233', '10000', '0', 'eosusdt', '1', '6', '1', '1', '1', '3.0', '6.4893', '2.5', '1.0', '1', '0.1541', '1.0000', '2019-06-13 20:28:02', '2019-06-16 08:55:39');
INSERT INTO `hb_task` VALUES ('1560471743541185', '10000', '0', 'ethusdt', '1', '6', '1', '1', '1', '3.0', '263.16', '2.5', '1.0', '2', '0.0038', '1.00', '2019-06-14 08:22:24', '2019-06-15 13:33:04');
-- ----------------------------
-- Table structure for hb_trades
-- ----------------------------
DROP TABLE IF EXISTS `hb_trades`;
CREATE TABLE `hb_trades` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键 id',
`user_id` bigint(20) NOT NULL COMMENT '用户id',
`task_id` bigint(20) NOT NULL COMMENT '任务id',
`symbol` varchar(16) NOT NULL COMMENT '交易对',
`loop_count` int(11) DEFAULT '0' COMMENT '第几轮',
`trade_type` char(1) NOT NULL COMMENT '交易类型 1:市价 2:限价',
`trade_direct` char(1) NOT NULL COMMENT '交易方向 1:买入 2:卖出',
`trade_mode` char(1) DEFAULT '1' COMMENT '交易方式 1:自动 2:手动',
`money` varchar(32) NOT NULL COMMENT '委托量 市价时:买入为钱,卖出为币',
`amount` varchar(32) NOT NULL COMMENT '已成交 (币的数量)',
`price` varchar(32) NOT NULL COMMENT '单价',
`fee` varchar(32) NOT NULL COMMENT '手续费',
`trade_time` varchar(32) NOT NULL COMMENT '交易时间',
`create_time` datetime NOT NULL COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8996 DEFAULT CHARSET=utf8 COMMENT='交易记录表';
-- ----------------------------
-- Records of hb_trades
-- ----------------------------
INSERT INTO `hb_trades` VALUES ('8906', '10000', '1558632744228699', 'bttusdt', '1', '1', '1', '1', '1.00000000', '838', '0.00119617', '2', '2019-05-24 01:32:38', '2019-05-24 01:32:38');
INSERT INTO `hb_trades` VALUES ('8907', '10000', '1558632744228699', 'bttusdt', '1', '1', '2', '1', '836', '1.01329052', '0.00121207', '0.002026581040000000', '2019-05-24 04:59:53', '2019-05-24 04:59:53');
INSERT INTO `hb_trades` VALUES ('8908', '10000', '1558632744228699', 'bttusdt', '2', '1', '1', '1', '1.00000000', '823', '0.00121803', '2', '2019-05-24 04:59:57', '2019-05-24 04:59:57');
INSERT INTO `hb_trades` VALUES ('8909', '10000', '1558632744228699', 'bttusdt', '2', '1', '2', '1', '821', '1.01330283', '0.00123423', '0.002026605660000000', '2019-05-24 06:30:37', '2019-05-24 06:30:37');
INSERT INTO `hb_trades` VALUES ('8910', '10000', '1558632744228699', 'bttusdt', '3', '1', '1', '1', '1.00000000', '808', '0.00124069', '2', '2019-05-24 06:30:41', '2019-05-24 06:30:40');
INSERT INTO `hb_trades` VALUES ('8911', '10000', '1558632744228699', 'bttusdt', '3', '1', '2', '1', '806', '1.01398024', '0.00125804', '0.002027960480000000', '2019-05-24 06:45:45', '2019-05-24 06:45:44');
INSERT INTO `hb_trades` VALUES ('8912', '10000', '1558632744228699', 'bttusdt', '4', '1', '1', '1', '1.00000000', '793', '0.00126422', '2', '2019-05-24 06:45:48', '2019-05-24 06:45:48');
INSERT INTO `hb_trades` VALUES ('8913', '10000', '1558632744228699', 'bttusdt', '4', '1', '2', '1', '791', '1.00831143', '0.00127473', '0.002016622860000000', '2019-05-24 07:40:15', '2019-05-24 07:40:14');
INSERT INTO `hb_trades` VALUES ('8914', '10000', '1558632744228699', 'bttusdt', '5', '1', '1', '1', '1.00000000', '782', '0.00128205', '2', '2019-05-24 07:40:18', '2019-05-24 07:40:18');
INSERT INTO `hb_trades` VALUES ('8915', '10000', '1558632744228699', 'bttusdt', '5', '1', '2', '1', '780', '1.01400000', '0.00130000', '0.002028000000000000', '2019-05-24 09:00:17', '2019-05-24 09:00:17');
INSERT INTO `hb_trades` VALUES ('8916', '10000', '1558632744228699', 'bttusdt', '6', '1', '1', '1', '1.00000000', '767', '0.00130719', '2', '2019-05-24 09:00:21', '2019-05-24 09:00:20');
INSERT INTO `hb_trades` VALUES ('8917', '10000', '1558632744228699', 'bttusdt', '6', '1', '2', '1', '765', '1.01328075', '0.00132455', '0.002026561500000000', '2019-05-24 09:15:17', '2019-05-24 09:15:17');
INSERT INTO `hb_trades` VALUES ('8918', '10000', '1558632744228699', 'bttusdt', '7', '1', '1', '1', '1.00000000', '752', '0.00133333', '2', '2019-05-24 09:15:21', '2019-05-24 09:15:20');
INSERT INTO `hb_trades` VALUES ('8919', '10000', '1558632744228699', 'bttusdt', '7', '1', '1', '1', '2.00000000', '1612', '0.00124069', '3', '2019-05-24 12:13:30', '2019-05-24 12:13:29');
INSERT INTO `hb_trades` VALUES ('8920', '10000', '1558632744228699', 'bttusdt', '7', '1', '2', '1', '2362', '3.04837358', '0.00129059', '0.006096747160000000', '2019-05-24 14:36:22', '2019-05-24 14:36:21');
INSERT INTO `hb_trades` VALUES ('8921', '10000', '1558632744228699', 'bttusdt', '8', '1', '1', '1', '1.00000000', '774', '0.00129534', '2', '2019-05-24 14:36:26', '2019-05-24 14:36:25');
INSERT INTO `hb_trades` VALUES ('8922', '10000', '1558632744228699', 'bttusdt', '8', '1', '2', '1', '772', '1.01292576', '0.00131208', '0.002025851520000000', '2019-05-24 20:52:48', '2019-05-24 20:52:46');
INSERT INTO `hb_trades` VALUES ('8923', '10000', '1558632744228699', 'bttusdt', '9', '1', '1', '1', '1.00000000', '760', '0.00131926', '2', '2019-05-24 20:52:52', '2019-05-24 20:52:50');
INSERT INTO `hb_trades` VALUES ('8924', '10000', '1558632744228699', 'bttusdt', '9', '1', '2', '1', '758', '1.00098448', '0.00132056', '0.002001968960000000', '2019-05-24 21:17:11', '2019-05-24 21:17:09');
INSERT INTO `hb_trades` VALUES ('8925', '10000', '1558632744228699', 'bttusdt', '10', '1', '1', '1', '1.00000000', '755', '0.00132802', '2', '2019-05-24 21:17:14', '2019-05-24 21:17:12');
INSERT INTO `hb_trades` VALUES ('8926', '10000', '1558632744228699', 'bttusdt', '10', '1', '1', '1', '2.00000000', '1624', '0.00123152', '3', '2019-05-25 11:34:11', '2019-05-25 11:34:07');
INSERT INTO `hb_trades` VALUES ('8927', '10000', '1558632744228699', 'bttusdt', '10', '1', '2', '1', '2377', '3.03771092', '0.00127796', '0.006075421840000000', '2019-05-26 15:40:39', '2019-05-26 15:40:33');
INSERT INTO `hb_trades` VALUES ('8928', '10000', '1558632744228699', 'bttusdt', '11', '1', '1', '1', '1.00000000', '781', '0.00128370', '2', '2019-05-26 15:40:43', '2019-05-26 15:40:36');
INSERT INTO `hb_trades` VALUES ('8929', '10000', '1558632744228699', 'bttusdt', '11', '1', '2', '1', '779', '1.01578484', '0.00130396', '0.002031569680000000', '2019-05-26 16:02:28', '2019-05-26 16:02:22');
INSERT INTO `hb_trades` VALUES ('8930', '10000', '1558632744228699', 'bttusdt', '12', '1', '1', '1', '1.00000000', '764', '0.00131234', '2', '2019-05-26 16:02:31', '2019-05-26 16:02:25');
INSERT INTO `hb_trades` VALUES ('8931', '10000', '1558632744228699', 'bttusdt', '12', '1', '2', '1', '762', '1.01420676', '0.00133098', '0.002028413520000000', '2019-05-26 16:09:51', '2019-05-26 16:09:44');
INSERT INTO `hb_trades` VALUES ('8932', '10000', '1558632744228699', 'bttusdt', '13', '1', '1', '1', '1.00000000', '749', '0.00133690', '1', '2019-05-26 16:09:54', '2019-05-26 16:09:48');
INSERT INTO `hb_trades` VALUES ('8933', '10000', '1558632744228699', 'bttusdt', '13', '1', '2', '1', '748', '1.01666664', '0.00135918', '0.002033333280000000', '2019-05-26 16:37:07', '2019-05-26 16:37:00');
INSERT INTO `hb_trades` VALUES ('8934', '10000', '1558632744228699', 'bttusdt', '14', '1', '1', '1', '1.00000000', '735', '0.00136240', '1', '2019-05-26 16:37:10', '2019-05-26 16:37:04');
INSERT INTO `hb_trades` VALUES ('8935', '10000', '1558632744228699', 'bttusdt', '14', '1', '2', '1', '734', '1.01247226', '0.00137939', '0.002024944520000000', '2019-05-26 16:40:38', '2019-05-26 16:40:32');
INSERT INTO `hb_trades` VALUES ('8936', '10000', '1558632744228699', 'bttusdt', '15', '1', '1', '1', '1.00000000', '721', '0.00138889', '1', '2019-05-26 16:40:42', '2019-05-26 16:40:35');
INSERT INTO `hb_trades` VALUES ('8937', '10000', '1558632744228699', 'bttusdt', '15', '1', '2', '1', '720', '1.01263680', '0.00140644', '0.002025273600000000', '2019-05-27 07:26:53', '2019-05-27 07:26:45');
INSERT INTO `hb_trades` VALUES ('8938', '10000', '1558632744228699', 'bttusdt', '16', '1', '1', '1', '1.00000000', '709', '0.00141243', '1', '2019-05-27 07:26:56', '2019-05-27 07:26:48');
INSERT INTO `hb_trades` VALUES ('8939', '10000', '1558632744228699', 'bttusdt', '16', '1', '2', '1', '708', '1.01460648', '0.00143306', '0.002029212960000000', '2019-05-27 07:29:35', '2019-05-27 07:29:28');
INSERT INTO `hb_trades` VALUES ('8940', '10000', '1558632744228699', 'bttusdt', '17', '1', '1', '1', '1.00000000', '696', '0.00143885', '1', '2019-05-27 07:29:39', '2019-05-27 07:29:31');
INSERT INTO `hb_trades` VALUES ('8941', '10000', '1558632744228699', 'bttusdt', '17', '1', '2', '1', '695', '1.01470000', '0.00146000', '0.002029400000000000', '2019-05-27 07:34:53', '2019-05-27 07:34:45');
INSERT INTO `hb_trades` VALUES ('8942', '10000', '1558632744228699', 'bttusdt', '18', '1', '1', '1', '1.00000000', '684', '0.00146413', '1', '2019-05-27 07:34:56', '2019-05-27 07:34:48');
INSERT INTO `hb_trades` VALUES ('8943', '10000', '1558632744228699', 'bttusdt', '18', '1', '2', '1', '683', '1.02450683', '0.00150001', '0.002049013660000000', '2019-05-27 11:57:34', '2019-05-27 11:57:26');
INSERT INTO `hb_trades` VALUES ('8944', '10000', '1558632744228699', 'bttusdt', '19', '1', '1', '1', '1.00000000', '663', '0.00151057', '1', '2019-05-27 11:57:37', '2019-05-27 11:57:29');
INSERT INTO `hb_trades` VALUES ('8945', '10000', '1558632744228699', 'bttusdt', '19', '1', '2', '1', '662', '1.02061202', '0.00154171', '0.002041224040000000', '2019-05-27 12:15:52', '2019-05-27 12:15:44');
INSERT INTO `hb_trades` VALUES ('8946', '10000', '1558632744228699', 'bttusdt', '20', '1', '1', '1', '1.00000000', '645', '0.00155280', '1', '2019-05-27 12:15:55', '2019-05-27 12:15:47');
INSERT INTO `hb_trades` VALUES ('8947', '10000', '1558632744228699', 'bttusdt', '20', '1', '2', '1', '644', '1.02218256', '0.00158724', '0.002044365120000000', '2019-05-27 13:00:13', '2019-05-27 13:00:04');
INSERT INTO `hb_trades` VALUES ('8948', '10000', '1558632744228699', 'bttusdt', '21', '1', '1', '1', '1.00000000', '631', '0.00158730', '1', '2019-05-27 13:00:16', '2019-05-27 13:00:08');
INSERT INTO `hb_trades` VALUES ('8949', '10000', '1558632744228699', 'bttusdt', '21', '1', '2', '1', '630', '1.02306960', '0.00162392', '0.002046139200000000', '2019-05-27 13:10:46', '2019-05-27 13:10:37');
INSERT INTO `hb_trades` VALUES ('8950', '10000', '1558632744228699', 'bttusdt', '22', '1', '1', '1', '1.00000000', '613', '0.00163399', '1', '2019-05-27 13:10:49', '2019-05-27 13:10:41');
INSERT INTO `hb_trades` VALUES ('8951', '10000', '1558632744228699', 'bttusdt', '22', '1', '1', '1', '2.00000000', '1325', '0.00150943', '3', '2019-05-28 00:43:35', '2019-05-28 00:43:26');
INSERT INTO `hb_trades` VALUES ('8952', '10000', '1558632744228699', 'bttusdt', '22', '1', '2', '1', '1937', '3.07018374', '0.00158502', '0.006140367480000000', '2019-05-28 03:58:12', '2019-05-28 03:58:02');
INSERT INTO `hb_trades` VALUES ('8953', '10000', '1558632744228699', 'bttusdt', '23', '1', '1', '1', '1.00000000', '629', '0.00159236', '1', '2019-05-28 03:58:16', '2019-05-28 03:58:06');
INSERT INTO `hb_trades` VALUES ('8954', '10000', '1558632744228699', 'bttusdt', '23', '1', '2', '1', '628', '1.02452548', '0.00163141', '0.002049050960000000', '2019-05-28 05:10:35', '2019-05-28 05:10:25');
INSERT INTO `hb_trades` VALUES ('8955', '10000', '1558632744228699', 'bttusdt', '24', '1', '1', '1', '1.00000000', '612', '0.00163666', '1', '2019-05-28 05:10:38', '2019-05-28 05:10:28');
INSERT INTO `hb_trades` VALUES ('8956', '10000', '1558632744228699', 'bttusdt', '24', '1', '2', '1', '611', '1.02337001', '0.00167491', '0.002046740020000000', '2019-05-28 07:19:41', '2019-05-28 07:19:31');
INSERT INTO `hb_trades` VALUES ('8957', '10000', '1558632744228699', 'bttusdt', '25', '1', '1', '1', '1.00000000', '596', '0.00168067', '1', '2019-05-28 07:19:45', '2019-05-28 07:19:35');
INSERT INTO `hb_trades` VALUES ('8958', '10000', '1558632744228699', 'bttusdt', '25', '1', '2', '1', '595', '1.02551225', '0.00172355', '0.002051024500000000', '2019-05-28 07:49:58', '2019-05-28 07:49:48');
INSERT INTO `hb_trades` VALUES ('8959', '10000', '1558632744228699', 'bttusdt', '26', '1', '1', '1', '1.00000000', '580', '0.00172712', '1', '2019-05-28 07:50:02', '2019-05-28 07:49:52');
INSERT INTO `hb_trades` VALUES ('8960', '10000', '1558632744228699', 'bttusdt', '26', '1', '2', '1', '579', '1.02316248', '0.00176712', '0.002046324960000000', '2019-05-28 08:18:37', '2019-05-28 08:18:26');
INSERT INTO `hb_trades` VALUES ('8961', '10000', '1558632744228699', 'bttusdt', '27', '1', '1', '1', '1.00000000', '564', '0.00177620', '1', '2019-05-28 08:18:40', '2019-05-28 08:18:30');
INSERT INTO `hb_trades` VALUES ('8962', '10000', '1558632744228699', 'bttusdt', '27', '1', '2', '1', '563', '1.02664176', '0.00182352', '0.002053283520000000', '2019-05-28 08:24:51', '2019-05-28 08:24:40');
INSERT INTO `hb_trades` VALUES ('8963', '10000', '1558632744228699', 'bttusdt', '28', '1', '1', '1', '1.00000000', '548', '0.00182815', '1', '2019-05-28 08:24:55', '2019-05-28 08:24:45');
INSERT INTO `hb_trades` VALUES ('8964', '10000', '1558632744228699', 'bttusdt', '28', '1', '1', '1', '2.00000000', '1179', '0.00169635', '2', '2019-05-28 18:40:58', '2019-05-28 18:40:47');
INSERT INTO `hb_trades` VALUES ('8965', '10000', '1558632744228699', 'bttusdt', '28', '1', '2', '1', '1726', '3.07568022', '0.00178197', '0.006151360440000000', '2019-05-29 03:09:35', '2019-05-29 03:09:23');
INSERT INTO `hb_trades` VALUES ('8966', '10000', '1558632744228699', 'bttusdt', '29', '1', '1', '1', '1.00000000', '560', '0.00178891', '1', '2019-05-29 03:09:38', '2019-05-29 03:09:26');
INSERT INTO `hb_trades` VALUES ('8967', '10000', '1558632744228699', 'bttusdt', '29', '1', '1', '1', '2.00000000', '1207', '0.00165700', '2', '2019-05-29 12:29:37', '2019-05-29 12:29:24');
INSERT INTO `hb_trades` VALUES ('8968', '10000', '1558632744228699', 'bttusdt', '29', '1', '2', '1', '1766', '3.07374066', '0.00174051', '0.006147481320000000', '2019-05-29 16:50:52', '2019-05-29 16:50:38');
INSERT INTO `hb_trades` VALUES ('8969', '10000', '1558632744228699', 'bttusdt', '30', '1', '1', '1', '1.00000000', '574', '0.00174520', '1', '2019-05-29 16:50:55', '2019-05-29 16:50:42');
INSERT INTO `hb_trades` VALUES ('8970', '10000', '1558632744228699', 'bttusdt', '30', '1', '1', '1', '2.00000000', '1247', '0.00160384', '2', '2019-05-31 01:03:41', '2019-05-31 01:03:42');
INSERT INTO `hb_trades` VALUES ('8971', '10000', '1558632744228699', 'bttusdt', '30', '1', '1', '1', '3.00000000', '2024', '0.00148221', '4', '2019-05-31 05:03:15', '2019-05-31 05:03:15');
INSERT INTO `hb_trades` VALUES ('8972', '10000', '1558632744228699', 'bttusdt', '30', '1', '1', '1', '5.00000000', '3756', '0.00133120', '8', '2019-05-31 05:28:29', '2019-05-31 05:28:29');
INSERT INTO `hb_trades` VALUES ('8973', '10000', '1558632744228699', 'bttusdt', '30', '1', '2', '1', '7600', '11.22109144', '0.00147646', '0.022442182880000000', '2019-05-31 06:51:01', '2019-05-31 06:51:01');
INSERT INTO `hb_trades` VALUES ('8974', '10000', '1558632744228699', 'bttusdt', '31', '1', '1', '1', '1.00000000', '676', '0.00148148', '1', '2019-05-31 06:51:04', '2019-05-31 06:51:04');
INSERT INTO `hb_trades` VALUES ('8975', '10000', '1558632744228699', 'bttusdt', '31', '1', '2', '1', '675', '1.04108625', '0.00154235', '0.002082172500000000', '2019-05-31 09:56:07', '2019-05-31 09:56:07');
INSERT INTO `hb_trades` VALUES ('8976', '10000', '1558632744228699', 'bttusdt', '32', '1', '1', '1', '1.00000000', '647', '0.00154799', '1', '2019-05-31 09:56:10', '2019-05-31 09:56:10');
INSERT INTO `hb_trades` VALUES ('8977', '10000', '1558632744228699', 'bttusdt', '32', '1', '1', '1', '2.00000000', '1381', '0.00144822', '3', '2019-05-31 13:08:39', '2019-05-31 13:08:38');
INSERT INTO `hb_trades` VALUES ('8978', '10000', '1558632744228699', 'bttusdt', '32', '1', '2', '1', '2027', '3.04882637', '0.00150411', '0.006097652740000000', '2019-05-31 22:15:51', '2019-05-31 22:15:49');
INSERT INTO `hb_trades` VALUES ('8979', '10000', '1558632744228699', 'bttusdt', '33', '1', '1', '1', '1.00000000', '665', '0.00150602', '1', '2019-05-31 22:15:54', '2019-05-31 22:15:53');
INSERT INTO `hb_trades` VALUES ('8980', '10000', '1558632744228699', 'bttusdt', '33', '1', '2', '1', '664', '1.01862248', '0.00153407', '0.002037244960000000', '2019-06-01 06:42:07', '2019-06-01 06:42:04');
INSERT INTO `hb_trades` VALUES ('8981', '10000', '1558632744228699', 'bttusdt', '34', '1', '1', '1', '1.00000000', '651', '0.00153846', '1', '2019-06-01 06:42:10', '2019-06-01 06:42:08');
INSERT INTO `hb_trades` VALUES ('8982', '10000', '1558632744228699', 'bttusdt', '34', '1', '2', '1', '650', '1.01975250', '0.00156885', '0.002039505000000000', '2019-06-01 08:07:23', '2019-06-01 08:07:20');
INSERT INTO `hb_trades` VALUES ('8983', '10000', '1558632744228699', 'bttusdt', '35', '1', '1', '1', '1.00000000', '636', '0.00157480', '1', '2019-06-01 08:07:26', '2019-06-01 08:07:24');
INSERT INTO `hb_trades` VALUES ('8984', '10000', '1558632744228699', 'bttusdt', '35', '1', '2', '1', '635', '1.02553135', '0.00161501', '0.002051062700000000', '2019-06-01 11:57:55', '2019-06-01 11:57:52');
INSERT INTO `hb_trades` VALUES ('8985', '10000', '1558632744228699', 'bttusdt', '36', '1', '1', '1', '1.00000000', '617', '0.00162338', '1', '2019-06-01 11:57:58', '2019-06-01 11:57:55');
INSERT INTO `hb_trades` VALUES ('8986', '10000', '1558632744228699', 'bttusdt', '36', '1', '2', '1', '616', '1.03674032', '0.00168302', '0.002073480640000000', '2019-06-02 07:36:52', '2019-06-02 07:36:47');
INSERT INTO `hb_trades` VALUES ('8987', '10000', '1558632744228699', 'bttusdt', '37', '1', '1', '1', '1.00000000', '592', '0.00169205', '1', '2019-06-02 07:36:56', '2019-06-02 07:36:51');
INSERT INTO `hb_trades` VALUES ('8988', '10000', '1558632744228699', 'bttusdt', '37', '1', '1', '1', '2.00000000', '1304', '0.00153374', '3', '2019-06-03 15:24:43', '2019-06-03 15:24:35');
INSERT INTO `hb_trades` VALUES ('8989', '10000', '1558632744228699', 'bttusdt', '37', '1', '1', null, '3.00000000', '2148', '0.00139664', '4', '2019-06-04 07:37:01', '2019-06-04 07:36:52');
INSERT INTO `hb_trades` VALUES ('8990', '10000', '1558632744228699', 'bttusdt', '37', '1', '1', null, '5.00000000', '3808', '0.00131302', '8', '2019-06-05 02:08:26', '2019-06-05 02:08:14');
INSERT INTO `hb_trades` VALUES ('8991', '10000', '1558632744228699', 'bttusdt', '37', '1', '1', null, '8.00000000', '6433', '0.00124358', '13', '2019-06-13 07:06:19', '2019-06-13 07:05:48');
INSERT INTO `hb_trades` VALUES ('8992', '10000', '1560428881603233', 'eosusdt', '1', '1', '1', null, '1.0000', '0.1544', '6.4893', '0.0003', '2019-06-13 20:29:33', '2019-06-13 20:28:59');
INSERT INTO `hb_trades` VALUES ('8993', '10000', '1560471743541185', 'ethusdt', '1', '1', '1', null, '1.00', '0.0039', '256.41', '0.0000', '2019-06-14 08:23:09', '2019-06-14 08:22:35');
INSERT INTO `hb_trades` VALUES ('8994', '10000', '1560471743541185', 'ethusdt', '1', '1', '2', '2', '0.0039', '1.02', '261.54', '0.002048826000000000', '2019-06-15 08:10:56', '2019-06-15 08:10:19');
INSERT INTO `hb_trades` VALUES ('8995', '10000', '1560471743541185', 'ethusdt', '2', '1', '1', null, '1.00', '0.0038', '263.16', '0.0000', '2019-06-15 08:11:07', '2019-06-15 08:10:31');
-- ----------------------------
-- Table structure for hb_user
-- ----------------------------
DROP TABLE IF EXISTS `hb_user`;
CREATE TABLE `hb_user` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'Id',
`nickname` varchar(32) NOT NULL COMMENT '昵称',
`email` varchar(32) NOT NULL COMMENT '邮箱',
`phone` varchar(16) DEFAULT NULL COMMENT '手机号',
`password` varchar(64) NOT NULL COMMENT '密码',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_time` datetime NOT NULL COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10002 DEFAULT CHARSET=utf8 COMMENT='用户表';
-- ----------------------------
-- Records of hb_user
-- ----------------------------
INSERT INTO `hb_user` VALUES ('10000', 'haojiaxin_axin@163.com', 'haojiaxin_axin@163.com', null, 'e10adc3949ba59abbe56e057f20f883e', '2019-03-17 22:31:49', '2019-03-17 22:31:49');
INSERT INTO `hb_user` VALUES ('10001', '251140129@qq.com', '251140129@qq.com', null, '25d55ad283aa400af464c76d713c07ad', '2019-03-18 23:43:47', '2019-03-18 23:43:47');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/giteasy/huobi.git
git@gitee.com:giteasy/huobi.git
giteasy
huobi
huobi
master

搜索帮助