BitoPro Asset Worth icon

BitoPro Asset Worth

Retrieve total asset worth from BitoPro in TWD

Overview

This node retrieves the total asset worth from the BitoPro cryptocurrency exchange in TWD (New Taiwan Dollar). It fetches the user's account balances, filters out assets with zero amount, converts all asset values to TWD using current ticker prices, and sums them up to provide a total asset worth. This node is useful for users who want to monitor their portfolio value on BitoPro in a single currency (TWD).

Use Case Examples

  1. A cryptocurrency trader wants to see the total value of their holdings on BitoPro in TWD to assess their portfolio performance.
  2. A financial dashboard integrates this node to display the real-time total worth of assets held on BitoPro in TWD.

Output

JSON

  • assets - Array of assets with their currency and value in TWD
  • total - Total asset worth in TWD

Dependencies

  • BitoPro API

Troubleshooting

  • Common issues include API authentication errors due to incorrect or missing API key, secret key, or email credentials. Ensure the credentials are correctly set up.
  • Errors may occur if the API response format changes or if the ticker data for a currency pair is unavailable. Verify the API endpoint status and currency pairs.
  • Network or HTTP request failures can cause the node to throw errors. Check network connectivity and API service availability.

Links

  • BitoPro API Documentation - Official API documentation for BitoPro exchange, useful for understanding endpoints and authentication.

Discussion