You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

solana_address_info

Inactive

Tool of dime-experiment-tools

declared in 0.1.0

Given a Solana mainnet address, returns SOL balance (lamports + SOL) and up to 10 most recent transaction signatures with status. Uses public mainnet RPC.

Parameters schema

{
  "type": "object",
  "required": [
    "address"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 25,
      "minimum": 1,
      "description": "Number of recent sigs (1-25). Default 5."
    },
    "address": {
      "type": "string",
      "description": "base58 Solana address"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

dime-experiment-tools

1/7 registries
View full server →
solana_address_info — dime-experiment-tools — PRSM MCP