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
@Zhangtianai you must to add last parameter too, source (string)
please try this : curl http://127.0.0.1:18080/ -d '{"method": "order.put_market", "params": [1, "BTCBCH", 1, "10","0.002","web"]}'
curl http://127.0.0.1:18080/ -d '{"method": "order.put_market", "params": [1, "BTCBCH", 1, "10","0.002"],"id": 1}'
{
"error": {
"message": "invalid argument",
"code": 1
},
"result": null,
"id": 1
}
The text was updated successfully, but these errors were encountered: