config_service initial

This commit is contained in:
Cryptoval Trading Technologies
2023-09-27 23:34:51 +00:00
commit a2bbb40802
8 changed files with 1650 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"USD": {
"pricing": {
"method": "fixed"
, "value": 1.0
}
, "qty_precision": "0.01"
}
"BTC": {
"pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-BTC-USD"
}
, "qty_precision": "0.00000001"
}
}