Overview
This node retrieves orders from the Omniwallet API. It is useful for scenarios where you need to fetch and process order data from Omniwallet, such as integrating order information into workflows or monitoring order statuses.
Use Case Examples
- Fetching all current orders from Omniwallet to display in a dashboard.
- Automating order data retrieval for further processing or reporting.
Output
JSON
data- The array of orders retrieved from the Omniwallet API
Dependencies
- Omniwallet API key credential required for authentication
Troubleshooting
- Ensure the Omniwallet API credentials are correctly configured and valid to avoid authentication errors.
- Check network connectivity to the Omniwallet API endpoint if requests fail.
- Verify that the API endpoint '/orders' is accessible and the API service is operational.
