binance / binance-api-postman

Postman collection for Binance Public API, including spot, margin, futures, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signature error in Futures

franrc opened this issue · comments

Hi!

I'm trying to test the binance Futures API but I always get:

{
"code": -1022,
"msg": "Signature for this request is not valid."
}

I have this restrictions for the API

Captura de pantalla 2021-07-29 a las 6 13 40

I have the correct API key and Secret key on my postman environment, but I'm getting the error with all requests which the signature is required.

Captura de pantalla 2021-07-29 a las 6 15 15

What I'm doing wrong?

Thanks in advance.

commented

This may be caused due to incorrect API credentials. Please confirm that you are using the correct environment and the correct environment variables.

close the ticket due to no response.