info_onchain_get_address_transactions
Paginated transfers; BTC items include inputs/outputs/tx_status. partial_upstream_response when upstream total>0 but list unparseable. Chain aliases same as get_address_info. Profile→get_address_info. 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 id (eth, trx, bsc, btc, sol, base, arb, ...); default eth. | |
| limit | No | Max rows; default 20, max 400; maps to explorer page_size. Some filters apply only to GET list paths. | |
| address | Yes | On-chain address. | |
| tx_type | No | transfer | contract_call | token_transfer | all (default). | |
| end_time | No | End Unix seconds. | |
| start_time | No | Start Unix seconds; pair with end_time; absolute wins over time_range. | |
| time_range | No | Relative window vs start/end: 1h|24h|1d|7d|30d|90d as [now-Δ, now]. Ignored if start_time or end_time set. | |
| to_address | No | Filter recipient; maps to explorer GET to or POST body to. BlockInfo path ignores. | |
| from_address | No | Filter sender; maps to explorer GET from or POST transfers from. BlockInfo path ignores. | |
| min_value_usd | No | If >0, keep rows with value_usd >= threshold (same semantics as get_address_info min_value_usd). May map to explorer query when supported. | |
| nonzero_value | No | If true, drop zero-amount token_transfer rows; passes nonzero_value to explorer POST when used. | |
| upstream_raw_mode | No | off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full. | |
| include_upstream_raw | No | Prefer false (default). If true, include new_explorer_address_*_raw and per-item source_raw; large payload, not for public clients. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| count | Yes | ||
| items | Yes | ||
| limit | No | ||
| total | Yes | ||
| address | Yes | ||
| sources | No | ||
| tx_type | Yes | ||
| end_time | No | ||
| start_time | No | ||
| time_range | No | ||
| duration_ms | Yes | ||
| data_quality | No | ||
| transactions | Yes | ||
| min_value_usd | No | ||
| nonzero_value | No | ||
| quality_reasons | No | ||
| new_explorer_address_transfers_raw | No | ||
| new_explorer_address_transactions_raw | No | ||
| new_explorer_address_token_transfers_raw | No | ||
| new_explorer_address_sol_transactions_raw | No | ||
| new_explorer_address_internal_transactions_raw | No |