Prerequisites
1. Read An Account
- cURL
- TypeScript
- Python
- Rust
2. Simulate A Transaction
Use/transaction/simulate before sending a transaction through any Gateway-compatible path.
3. Check Body-Level Errors
Gateway-compatible endpoints can return HTTP200 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.nonceis present.- The simulation response body does not include an observer error.

