CLI Client: tidal logs¶
tidal logs is the read-only history surface for recent kick attempts and scan runs exposed by the API.
Subcommands¶
kicks: recent kick attemptsscans: recent scan runsshow: one detailed run record
Common Invocations¶
Recent kicks:
tidal logs kicks
Only confirmed kicks:
tidal logs kicks --status CONFIRMED
Filter to one source or auction:
tidal logs kicks --source 0xSource
tidal logs kicks --auction 0xAuction
Recent scan runs:
tidal logs scans
Inspect one historical run:
tidal logs show <run_id>
Notes¶
- These commands are safe to use without broadcast credentials.
--jsonis useful when exporting or post-processing historical data.- The data comes from the server-side audit tables, not from local CLI state.