Skip to main content
The Blnk CLI does not use a global --format flag. Output depends on the command you run and the flags you pass.

Output modes

The CLI picks a format from the command you run; there is no global --format switch. Use this table to know what to expect before you pipe output elsewhere.
ModeWhen you see itTypical commands
TablePaginated list with column headers and a footerblnk ledgers list, blnk balances list, …
SummaryLabeled fields after create or single-resource fetchblnk ledgers create, blnk ledgers list --id <id>
JSONPretty-printed API objectAny command with --json where supported

Table output

Resource list commands (without --id) render an ASCII table with column headers, then a footer with total results and page number. Tables are meant for scanning many records in the terminal, not for machine parsing.
1

List resources

Run any resource list command without --id:
200 Success

Summary output

After create or when you run list --id without --json, the CLI prints a short labeled block with the fields most people need day to day. This is the default human-readable detail view; switch to JSON when you need every API field.
200 Success

JSON output

Pass --json on supported commands to print the raw Core API response as pretty-printed JSON. Ideal for scripts, jq, or comparing CLI behavior to your HTTP integration.
200 Success