Address history on the protocol
get_address_historyWhat has this address done on the protocol? Public chain events only, with no enrichment beyond them.
Auctions originated, bids placed, positions open and closed, and a summary of outcomes. No clustering, no labelling and no inferred identity: nothing in the response is not already public on-chain. Any address may be queried by anyone; no authorisation is needed.
This is the supervisor page's data source — the read a person uses to check what an agent they supervise has actually done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The address to inspect. Any valid Ethereum address; it need not be the caller. | |
| network | No | Network. Default 'arbitrum-one' (mainnet). Use 'arbitrum-sepolia' for the testnet deployment, which carries a far deeper book — but note the two run different contract builds, so a testnet observation is not a mainnet fact. |