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
InactiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
dime-experiment-tools
1/7 registries