Get a Manifold user
manifold_get_userRetrieve public profile data for a Manifold user, including balance, profit, and bio. Identify by username or user ID.
Instructions
Public profile for a Manifold user: balance, profit, market/trade counts, bio and creation date. Identify by username or by user id. Example: { username: 'DZC' }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | User id (use instead of username) | |
| username | No | Handle, e.g. DZC (the @username) |