Skip to main content

How Do I Access User Profile Data?

View user profile details and related metadata using the authenticated profile endpoint.

Updated over 2 months ago

To access user profile data, use the User Profile API. This endpoint retrieves information linked to the authenticated Stage Wallet, such as:

  • Username

  • Email address

  • Wallet address

  • Creation date

  • Country and locale

  • TPA ownership data

Make a GET request to the endpoint with a valid Bearer token in the Authorization header. The API responds with the user's full profile data, enabling your app to personalize experiences or manage user-linked assets.

Did this answer your question?