Me
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: All authenticated users
Environments: Live <!— NoLiveOnlyEndpoints trait stubs onMe with WrongEnvironmentError.live() on Demo —>
Rate Limit: 10 requests per hour, 30-second back-off, counts failed requests only
Returns a summary of the calling user — the user identified by the access token on the request. Use it to confirm which user a token belongs to and to surface account context right after authentication.
The response includes the user’s userId, name, fullName, and email; whether the email is verified (emailVerified) and whether the account is a trial (isTrial); the organizationName and currentAccountPlan; and the user’s current market-data subscriptions (currentMDSubs), currentBalance, and active plugins (activePlugins).
This endpoint operates against Live. On Demo it returns an error indicating the request must be sent to the Live server.
Common Failure Scenarios
HTTP 401).Error Messages