Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
Overview
This node integrates with the Zendry API to perform various operations related to cryptocurrency, payments, Pix receipts, webhooks, account balance, and checkout processes. Specifically, for the 'Crypto' resource and 'Get USDT Quotation' operation, it fetches the current USDT (Tether) cryptocurrency quotation from the Zendry API. This is useful for workflows that require up-to-date cryptocurrency pricing information, such as financial applications, trading bots, or payment processing systems that accept USDT.
Use Case Examples
- A user wants to get the latest USDT price to display on a dashboard.
- A payment system needs to convert USDT amounts to local currency based on the current quotation.
- A trading bot fetches USDT quotations to make buy/sell decisions.
Output
JSON
json- The JSON response from the Zendry API containing the USDT quotation details
Dependencies
- Zendry API with authentication credentials
Troubleshooting
- Common issues include authentication errors if the Zendry API credentials are missing or invalid.
- Network errors or timeouts when calling the Zendry API endpoint.
- API errors if the endpoint for USDT quotation is temporarily unavailable or returns unexpected data.
Links
- Zendry API Crypto USDT Quotation - Official documentation for the Zendry API endpoint to get USDT cryptocurrency quotations.
