Ultron.
Tool reference / Ultron

get_solana_wallet_history

Read bounded Helius enhanced transactions for an exact Solana address with an optional type filter. Requires the user’s Helius key from secure setup; summaries are not proven trades.

Updated September 8, 2026 · Independent beta

Solana wallet history

Read bounded Helius enhanced transactions for an exact Solana address with an optional type filter. Requires the user’s Helius key from secure setup; summaries are not proven trades.

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_solana_wallet_history
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": {
    "address": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$"
    },
    "type": {
      "type": "string",
      "minLength": 1,
      "maxLength": 40,
      "pattern": "^[A-Z_]+$"
    },
    "limit": {
      "default": 20,
      "type": "integer",
      "minimum": 1,
      "maximum": 100
    }
  },
  "required": [
    "address",
    "limit"
  ],
  "additionalProperties": false
}

Need a concrete starting point?

Build something →Track something →