# View FluxNode transactions View a filtered list of the FluxNode's transactions. Endpoint: GET /explorer/fluxtxs Version: 6.6.1 ## Query parameters: - `filter` (string, required) Filter using Ip, Flux address, or Collateral hash Example: "47.22.47.180" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.txid` (string) The transaction id - `data.version` (integer) Version number - `data.type` (string) Type of transaction - `data.updateType` (integer) Update type number - `data.ip` (string) Ip of fluxnode's server - `data.benchTier` (string) Fluxnode tier - `data.collateralHash` (string) Collateral tx hash - `data.collateralIndex` (integer) Collateral tx output index - `data.fluxAddress` (string) Flux address - `data.lockedAmount` (integer) Locked amount in satoshi value - `data.height` (integer) Block height tx was included in