Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useveil.co/llms.txt

Use this file to discover all available pages before exploring further.

List transactions

veil transactions list
Prints one line per transaction: ID, type, status, amount in, and amount out.

Flags

FlagDescription
--status <status>Filter by status (e.g. pending, completed, failed)
--type <offramp|deposit>Filter by transaction type
--limit <1-100>Maximum number of results (default: API default)
--offset <n>Skip the first n results for pagination
--liveList production transactions

Pagination

When a result set has more pages, the CLI prints a summary line:
Total: 250 | Limit: 20 | Offset: 0 | Has more: true
Retrieve the next page with --offset:
veil transactions list --limit 20 --offset 20