Ultron.
Tool reference / Ultron

get_wallet_holdings

Read bounded Alchemy raw ERC-20 balances. Explicit truncation; metadata and prices require separate verification.

Updated September 8, 2026 · Independent beta

Discover wallet tokens

Read bounded Alchemy raw ERC-20 balances. Explicit truncation; metadata and prices require separate verification.

Permission and calling convention

Required scope: chain:read. This tool reads data or account-owned state.

This tool does not sign or broadcast a transaction. Check errors, source timestamps and explicit unavailable fields before using the result.

POST /api/tools/get_wallet_holdings
Authorization: Bearer <ULTRON_ACCESS_KEY>
Content-Type: application/json

Input schema

Inputs are validated against this current schema. Use exact values from live source results rather than substituting a ticker for a contract or a different chain.

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "wallet": {
      "type": "string",
      "minLength": 1,
      "maxLength": 80
    }
  },
  "required": [
    "wallet"
  ],
  "additionalProperties": false
}

Need a concrete starting point?

Build something →Track something →