onyx_base_tx_decode
InactiveTool of onyx-paid-mcp
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"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries