diff --git a/speed1 b/speed1 new file mode 100644 index 0000000..4a4befd --- /dev/null +++ b/speed1 @@ -0,0 +1,48 @@ +{ + "markets": [ + { + "baseMarket": "btc", + "quoteMarket": "inr", + "minBuyAmount": 0.001, + "minSellAmount": 0.001, + "fee": { + "bid": { + "maker": 0.001, + "taker": 0.0025 + }, + "ask": { + "maker": 0.001, + "taker": 0.0025 + } + }, + "basePrecision": 4, + "quotePrecision": 2, + "low": "460001.01", + "high": "505000.0", + "last": "480102.0", + "open": 505002, + "volume": "0.2071", + "sell": "490000.0", + "buy": "485001.0", + "type": "SPOT" + "Status": "active" + }, + ... + ], + "assets": [ + { + "type": "inr", + "name": "Rupee", + "withdrawFee": 0, + "minWithdrawAmount": 50, + "maxWithdrawAmount": 50000, + "minDepositAmount": 500, + "confirmation": 5, + "deposit": "enabled", + "withdrawal": "enabled" + + }, + ... + ] +} +]