Skip to content

fix: add all missing fields to JSON output across all endpoints#60

Merged
suhailkakar merged 3 commits intomainfrom
fix/complete-json-output-fields
Mar 30, 2026
Merged

fix: add all missing fields to JSON output across all endpoints#60
suhailkakar merged 3 commits intomainfrom
fix/complete-json-output-fields

Conversation

@suhailkakar
Copy link
Copy Markdown
Member

@suhailkakar suhailkakar commented Mar 30, 2026

Note

Medium Risk
Changes multiple CLI JSON output schemas (adds fields and wraps some responses), which can break downstream scripts expecting the previous structure. Logic is mostly mapping/formatting, so runtime risk is low aside from compatibility issues.

Overview
Expands JSON output across bridge, CLOB, and data commands to include previously omitted fields (e.g., owners/maker addresses, images/icons/slugs, extra order/trade metadata, user profile fields, and leaderboard/builder branding fields).

Adjusts a few JSON shapes to better match API responses, notably wrapping bridge supported_assets JSON under { "supported_assets": [...], "note": ... } and enriching nested structures like trades’ maker_orders.

Written by Cursor Bugbot for commit b3b7dbf. This will update automatically on new commits. Configure here.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@suhailkakar suhailkakar merged commit 4b5a749 into main Mar 30, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants