Actions9
- Account Actions
- Token Actions
- Asset Actions
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 blockchain account within an automation workflow. For example, before performing transactions or querying account-specific data, you might want to verify that the account name is valid and recognized on the WAX blockchain.
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 request. 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 can use an API key credential for authentication if configured in n8n (not mandatory).
- No other external dependencies are explicitly required.
Troubleshooting
- Common issues:
- Incorrect or misspelled account names will likely cause verification to fail.
- Network connectivity problems or incorrect API endpoint URLs may prevent successful communication with the WAX blockchain.
- Error messages:
- Errors related to invalid account names or non-existent accounts will be returned from the blockchain API and surfaced in the node’s output.
- Connection errors or timeouts indicate issues reaching the specified API endpoint; verify the endpoint URL and network access.
- To resolve errors, ensure the account name is correct, the API endpoint is reachable, and any required credentials are properly configured.
Links and References
- WAX Blockchain Official Site
- Greymass WAX API Documentation (for API endpoint reference)