problem with fapi/v1/order - not worked

I get errors “Signature for this request is not valid”
while requesting information about an order
but after several trying request was return valid response.
new orders are successfully opened without errors

what problem with this request ?

Request:
https://fapi.binance.com/fapi/v1/order?timestamp=1687653487185&origClientOrderId=6006168362655827589&symbol=QTUMUSDT&signature=60e64c3a6bd8a082ba8a2e4dff09eb8398e077ba6e7e54c07651c372417072ab

Log:

In testnet i receive next answer

Thanks for the feedback.

The error from the testnet seems caused by the server side issue. Could you please try again and see if it works.

We have a collection of scripts that written in different languages

it should be able to debug the signature issue.

@dino ,
to check the signature from my screen, I executed the script and as a result I received the same signature as in the request

request(first record in screen from top msg)
https://fapi.binance.com/fapi/v1/order?timestamp=1687653476013&origClientOrderId=6006168362655827589&symbol=QTUMUSDT&signature=eb6a5816ddca9c08a89ee34a93da74117ebb388c3793903acc65f20244c26db8

check:
echo -n “timestamp=1687653476013&origClientOrderId=6006168362655827589&symbol=QTUMUSDT” | openssl dgst -sha256 -hmac “***************************”
(stdin)= eb6a5816ddca9c08a89ee34a93da74117ebb388c3793903acc65f20244c26db8

  1. in Testnet i still receive Gateway error