Hi, I am using the 1inch-sdk-go to create orders. I have noticed that the PlaceOrder function intermittently fails with a 400 Bad Request error, reporting an "invalid signature" despite using the correct private key and methodology.
This error does not occur consistently, most of times it works well.
{
"description": "invalid signature",
"error": "Bad Request",
"meta": [],
"statusCode": 400
}