Skip to content

Commit

Permalink
lossable_unit_cc_bought_jpy -> lossable_unit_cc_bought_ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
seii-saintway committed Jan 31, 2021
1 parent e88dfa8 commit 18e1199
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 69 deletions.
24 changes: 16 additions & 8 deletions README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@
"text/plain": [
"{'assets': [{'asset': 'jpy',\n",
" 'amount_precision': 4,\n",
" 'onhand_amount': '502004.0359',\n",
" 'onhand_amount': '347199.5639',\n",
" 'locked_amount': '0.0000',\n",
" 'free_amount': '502004.0359',\n",
" 'free_amount': '347199.5639',\n",
" 'stop_deposit': False,\n",
" 'stop_withdrawal': False,\n",
" 'withdrawal_fee': {'threshold': '30000.0000',\n",
Expand Down Expand Up @@ -276,9 +276,9 @@
" 'withdrawal_fee': '0.150000'},\n",
" {'asset': 'eth',\n",
" 'amount_precision': 8,\n",
" 'onhand_amount': '0.00000000',\n",
" 'locked_amount': '0.00000000',\n",
" 'free_amount': '0.00000000',\n",
" 'onhand_amount': '0.02470000',\n",
" 'locked_amount': '0.02460000',\n",
" 'free_amount': '0.00010000',\n",
" 'stop_deposit': False,\n",
" 'stop_withdrawal': False,\n",
" 'withdrawal_fee': '0.00500000'},\n",
Expand All @@ -300,12 +300,20 @@
" 'withdrawal_fee': '0.00100000'},\n",
" {'asset': 'xlm',\n",
" 'amount_precision': 7,\n",
" 'onhand_amount': '0.0005000',\n",
" 'onhand_amount': '0.0000000',\n",
" 'locked_amount': '0.0000000',\n",
" 'free_amount': '0.0005000',\n",
" 'free_amount': '0.0000000',\n",
" 'stop_deposit': False,\n",
" 'stop_withdrawal': False,\n",
" 'withdrawal_fee': '0.0100000'},\n",
" {'asset': 'qtum',\n",
" 'amount_precision': 8,\n",
" 'onhand_amount': '0.00000000',\n",
" 'locked_amount': '0.00000000',\n",
" 'free_amount': '0.00000000',\n",
" 'stop_deposit': False,\n",
" 'stop_withdrawal': False,\n",
" 'withdrawal_fee': '0.0100000'}]}"
" 'withdrawal_fee': '0.01000000'}]}"
]
},
"execution_count": 4,
Expand Down
Loading

0 comments on commit 18e1199

Please sign in to comment.