Ask Your Question
0

What does the error message "Mandatory parameter 'timestamp' was not sent, was empty/null, or malformed" mean when attempting to create an order on Binance using REST API in C++?

asked 2022-12-28 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-02-04 15:00:00 +0000

ladyg gravatar image

The error message "Mandatory parameter 'timestamp' was not sent, was empty/null, or malformed" indicates that a required parameter, namely the timestamp parameter, was either not sent at all, sent as empty or null, or was not properly formatted. This can happen when using the Binance REST API in C++ if the code does not properly include the timestamp parameter in the request or if there are formatting errors in the timestamp value. The timestamp parameter is used to ensure the validity and security of the request, so it is crucial to include it properly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-28 11:00:00 +0000

Seen: 11 times

Last updated: Feb 04 '23