UNPKG
exchanges
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
bitcoin exchanges
github.com/zhouningyi/exchanges
zhouningyi/exchanges
exchanges
/
schemas
/
balance.json
14 lines
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"balance"
,
"desc"
:
"balance"
,
"columns"
:
{
"coin"
:
{
"type"
:
[
"STRING"
,
12
]
,
"unique"
:
true
,
"index"
:
true
}
,
"borrow_balance"
:
"DOUBLE"
,
"locked_balance"
:
"DOUBLE"
,
"balance"
:
"DOUBLE"
}
}