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 1.28.0).

onyx_base_tx_decode

Inactive

Tool of onyx-paid-mcp

declared in 1.28.0

Fetch a Base mainnet transaction by hash and return a human-readable summary: from/to, value (ETH + USD-est), gas used, status, block, input data length, and the function selector decoded if it matches a known signature. Use when a trading agent needs to inspect a tx before or after settlement — pairs with onyx_token_metadata for full context. Reads from Base's public RPC (no key needed). Demo mode returns a synthetic record. (price: $0.002 USDC, tier: metered)

Parameters schema

{
  "type": "object",
  "required": [
    "tx_hash"
  ],
  "properties": {
    "tx_hash": {
      "type": "string",
      "description": "0x-prefixed Base tx hash"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

onyx-paid-mcp

https://github.com/dimitrilaouanis-tech/onyx-mcp

2/7 registries
View full server →
onyx_base_tx_decode — onyx-paid-mcp — PRSM MCP