WAX icon

WAX

Interact with the WAX blockchain

Overview

The node interacts with the WAX blockchain, specifically providing functionality to verify a WAX account. This operation is useful when you need to confirm the existence or validity of a given WAX account name on the blockchain. Practical scenarios include validating user input before performing transactions, checking account status in automated workflows, or integrating account verification into larger blockchain-based applications.

Properties

Name Meaning
API Endpoint The URL of the WAX blockchain API endpoint to connect to. Default is https://wax.greymass.com.
Account Name The WAX blockchain account name to verify.

Output

The node outputs JSON data representing the result of the account verification operation. This typically includes details confirming whether the specified account exists and possibly additional metadata about the account as returned by the WAX blockchain API.

No binary data output is indicated.

Dependencies

  • Requires access to a WAX blockchain API endpoint (default: https://wax.greymass.com).
  • Optionally uses an API key credential for authentication if configured.
  • No other external dependencies are explicitly required.

Troubleshooting

  • Common issues:

    • Incorrect or unreachable API endpoint URL may cause connection failures.
    • Invalid or misspelled account names will result in verification failure or errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Errors related to network or API response issues will be thrown; enabling "Continue On Fail" allows workflow continuation with error details in output.
    • Authentication errors may occur if the API requires credentials and they are missing or invalid.

Links and References

Discussion