Skip to main content
Query a MultiversX account through the Gateway and verify both HTTP status and Gateway response body fields.

Prerequisites

1. Read An Account

Expected shape:

2. Simulate A Transaction

Use /transaction/simulate before sending a transaction through any Gateway-compatible path.
The JSON above is an example payload. Replace placeholders with a transaction signed for the sender nonce.

3. Check Body-Level Errors

Gateway-compatible endpoints can return HTTP 200 while the response body carries an observer error.

Verify

You have a valid quickstart result when:
  • The account request returns HTTP 200.
  • The response body has error: "".
  • data.account.nonce is present.
  • The simulation response body does not include an observer error.

Common Failure

Next Steps