TWAZI

Balance Fetch

Fetches current balance information from exchanges or wallets.

Inputs

  • Wallet Address required: Exchange connection details
  • Assets required: List of assets to fetch balances for
  • Network: web3 chain network (e.g., Ethereum, Binance Smart Chain, etc.)

Example

{
  "Wallet Address": "0xwallet_address",
  "Assets": "USDT",
  "Network": "Ethereum",
}

Outputs

  • Balance Data: Current balance information for requested assets Available balance
Balance fetch workflow example

On this page

Edit on GitHub