info_onchain_get_transaction
One transaction by hash; fields sparse if upstream thin. Token view→get_token_onchain. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain e.g. eth, bsc, btc; default eth. | |
| tx_hash | Yes | Transaction hash. Response may omit fields when upstream data is incomplete. | |
| upstream_raw_mode | No | off (default) | lite | full. Prefer off for public MCP; only full adds detail raw. include_upstream_raw=true forces full. | |
| include_upstream_raw | No | Prefer false (default). If true, include explorer_detail_raw and blockinfo_detail_raw; large payload, not for public clients. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| chain | Yes | ||
| value | No | ||
| tx_fee | No | ||
| sources | No | ||
| to_tags | No | ||
| tx_hash | Yes | ||
| tx_tags | No | ||
| gas_used | No | ||
| from_tags | No | ||
| value_usd | No | ||
| block_time | No | ||
| tx_fee_usd | No | ||
| duration_ms | Yes | ||
| method_name | No | ||
| block_height | No | ||
| contract_ret | No | ||
| data_quality | No | ||
| instructions | No | ||
| program_logs | No | ||
| quality_reasons | No | ||
| token_transfers | No | ||
| sol_balance_change | No | ||
| explorer_detail_raw | No | ||
| blockinfo_detail_raw | No | ||
| token_balance_change | No | ||
| internal_transactions | No |