You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"setprice\",\"base\":\"KMD\",\"rel\":\"WBTC-PLG20\",\"price\":0.0000125,\"volume\":10}"
{"error":"rpc:211] dispatcher_legacy:141] lp_ordermatch:4506] Max rel vol 0.000125 is too low, required: 0.01"}
so i can't post orders for less than 0.01 WBTC-PLG20, which is ~220 USD
in the above setprice call i tried do post a bid for WBTC-PLG20 worth 10 KMD ~2.6 USD at market price... with volume 1000 KMD ~260 USD it works
can we please change this?
i am using latest mm2 from dev branch: http://195.201.0.6/dev/mm2-89f720751-Linux-CI.zip
The text was updated successfully, but these errors were encountered:
cipig
changed the title
min_volume for PLG20 can't be lower than 0.01 (0.01 WBTC ~220 USD)
min_volume for PLG20 order can't be lower than 0.01 (0.01 WBTC ~220 USD)
Jan 27, 2023
so i can't post orders for less than 0.01 WBTC-PLG20, which is ~220 USD
in the above
setprice
call i tried do post a bid for WBTC-PLG20 worth 10 KMD ~2.6 USD at market price... withvolume
1000 KMD ~260 USD it workscan we please change this?
i am using latest mm2 from dev branch: http://195.201.0.6/dev/mm2-89f720751-Linux-CI.zip
The text was updated successfully, but these errors were encountered: