describe_program
ActiveTool of aeX402 RPC (Solana + Robinhood Chain)
Introspect ANY specific program/contract address on a chain. Solana/Slonana: returns executable, owner, data size, and whether it is a known program. EVM (Robinhood/HyperEVM): RPC-verified facts (is-contract, code size, ERC-20 name/symbol/decimals, EIP-1967 proxy → implementation) PLUS Blockscout explorer enrichment (verified-source flag, contract name, token holders/market cap, resolved proxy) when available.
Parameters schema
{
"type": "object",
"required": [
"chain",
"address"
],
"properties": {
"chain": {
"type": "string",
"description": "solana | slonana | robinhood | hyperevm"
},
"address": {
"type": "string",
"description": "Program id (base58, Solana/Slonana) or contract address (0x…, EVM)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
aeX402 RPC (Solana + Robinhood Chain)
1/7 registries