Skip to content

Account Identity

Use bullpen identity show when you need to inspect a public Bullpen account identity by exact Bullpen username or Bullpen user ID.

This is a read-only account lookup. It never reads by wallet address or changes local credentials.

Command

bullpen identity show <USERNAME_OR_USER_ID> [--output table|json]

<USERNAME_OR_USER_ID> must be an exact Bullpen username or Bullpen user ID. Wallet addresses are rejected. For public Polymarket wallet analytics, use bullpen polymarket data trader-profile <ADDRESS> instead.

Example

bullpen identity show <USERNAME_OR_USER_ID> --output json

Output

Table output groups the returned public account profile into identity, social, metrics, stats, and top-trade sections.

JSON output is for scripts and agents. Read schema_version, kind, subject, and profile. Inside profile, expect public account fields such as user, bio, follow_counts, metrics, stats, and top_trades when those fields are available. Treat omitted optional fields as unavailable, and tolerate extra fields in future versions.

Not Exposed

Search, editing, and account-deletion review are not available.