Zendry API 1.0 icon

Zendry API 1.0

Integração com Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout)

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

  1. A user wants to get the latest USDT price to display on a dashboard.
  2. A payment system needs to convert USDT amounts to local currency based on the current quotation.
  3. 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

Discussion