HI,
sorry by advance because it will certainly a basic question … But i’m a real beginner and i still lock …
i have download the api collection for postman and I have this problem …
I wish create a sell order with a variable price … more precisely : market price + x%
but for the price value, i can only enter a number. I tried to configurate the value of this key by : body>raw> and code in json the key.
That doesn’t work :
{
“code”: -1104,
“msg”: “Not all sent parameters were read; read ‘6’ parameter(s) but was sent ‘7’.”
}
i tries also to create a variable in the environnment and put it as a value . It doesn’t work too :
{
“code”: -1022,
“msg”: “Signature for this request is not valid.”
}
thank you by advance to sharing me your knowledge
(ps : i have check the other answer close to my subject. Each time that speak about " nodle" is it javascript ? that means i necessary need to use it to fix my problem ? because i don’t practice it :s )