Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Sup guys, can someone help me with Elrond API in general and erdgo sdk in particualr? I'm trying to send a transaction to testnet, but receiving weird error. My transaction goes in request body like this { "nonce": 11, "value": "1230000000", "receiver": "erd1_OMITTED", "sender": "erd1_OMITTED", "gasPrice": 1000000000, "gasLimit": 50000, "signature": "SIGNATURE OMITTED", "chainID": "T", "version": 1 } But i'm receiving this response from API {"statusCode":400,"message":"Sender must be provided","error":"Bad Request"} It worked a week ago at least, today i'm getting errors only. Sender and receiver addresses are valid, tx signature is valid too. Have contract changed?