# View transaction history View transaction history of selected address. Endpoint: GET /explorer/transactions Version: 6.6.1 ## Query parameters: - `address` (string, required) Flux address to look up tx history Example: "t1edbnsYnGXxyYNt4kJJPhZktDWNaKwkznY" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.address` (string) Flux address - `data.transactions` (array) - `data.transactions.txid` (string) The transaction id - `data.transactions.height` (integer) Block height of transaction