Created
January 16, 2019 10:05
-
-
Save toniqhz/65a9f4d957693d5ce99c144a2dd80936 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"USDC": { | |
"exchanges": { | |
"binance": { | |
"MinDeposit": 0, | |
"Fee": { | |
"Deposit": 0, | |
"Withdraw": 3 | |
}, | |
"deposit_address": "0x1ae659f93ba2fc0a1f379545cf9335adb75fa547" | |
}}, | |
"token": { | |
"name": "USD coin", | |
"symbol": "USDC", | |
"active": true, | |
"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", | |
"decimals": 6, | |
"internal": true | |
}, | |
"pwis_equation": { | |
"ask": { | |
"a": "13.131313", | |
"b": "-0.33333", | |
"c": "0", | |
"min_min_spread": "0.005", | |
"price_multiply_factor": "0.45" | |
}, | |
"bid": { | |
"a": "13.131313", | |
"b": "-0.33333", | |
"c": "0", | |
"min_min_spread": "0.005", | |
"price_multiply_factor": "0.45" | |
} | |
}, | |
"target_qty": { | |
"set_target": { | |
"total_target": "56", | |
"reserve_target": "38", | |
"transfer_threshold": "0.2", | |
"rebalance_threshold": "0.33" | |
} | |
}, | |
"rebalance_quadratic": { | |
"rebalance_quadratic": { | |
"a": "0.00000357143", | |
"b": "0.0002285714", | |
"c": "0.99976786" | |
} | |
} | |
}, | |
"PAX": { | |
"exchanges": { | |
"binance": { | |
"MinDeposit": 0, | |
"Fee": { | |
"Deposit": 0, | |
"Withdraw": 3 | |
}, | |
"deposit_address": "0x1ae659f93ba2fc0a1f379545cf9335adb75fa547" | |
}}, | |
"token": { | |
"name": "PAXOS Standard", | |
"symbol": "PAX", | |
"active": true, | |
"address": "0x8e870d67f660d95d5be530380d0ec0bd388289e1", | |
"decimals": 18, | |
"internal": true | |
}, | |
"pwis_equation": { | |
"ask": { | |
"a": "13.131313", | |
"b": "-0.33333", | |
"c": "0", | |
"min_min_spread": "0.005", | |
"price_multiply_factor": "0.45" | |
}, | |
"bid": { | |
"a": "13.131313", | |
"b": "-0.33333", | |
"c": "0", | |
"min_min_spread": "0.005", | |
"price_multiply_factor": "0.45" | |
} | |
}, | |
"target_qty": { | |
"set_target": { | |
"total_target": "56", | |
"reserve_target": "38", | |
"transfer_threshold": "0.2", | |
"rebalance_threshold": "0.33" | |
} | |
}, | |
"rebalance_quadratic": { | |
"rebalance_quadratic": { | |
"a": "0.00000357143", | |
"b": "0.0002285714", | |
"c": "0.99976786" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment