Endpoint from which I can query account information (total wallet balance for spot, futures, cash, margin. etc) from the beginning of this year?

I require support for an endpoint from which I can query account information (total wallet balance for spot, futures, cash, margin. etc) from the beginning of this year.

Please try with this endpoint:

https://binance-docs.github.io/apidocs/spot/en/#daily-account-snapshot-user_data

you are able to set the startTime to the beginning of the year

How do I specify the startTime and endTime parameters? Ive tried doing it with epoch timestamps in milliseconds but its giving me an error (-1022). Even if I specify startTime less than 3 months ago or abs(startTime - endTime) < 3 months

code 1022 is saying the signature error, what’s your parameters in the request?