API Playground
Fetch User
Retrieve detailed information about a user, including their associated wallets, by querying with email
, id
, or referenceId
.
POST
Authorizations
The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.
Body
application/json
This `POST` endpoint allows querying a user by `email`, `id`, or `referenceId`. Use only one field per request. If multiple fields are provided, the priority is `email`, followed by `referenceId`, and then `id`.
Response
200
application/json
A successful response includes the user details and their wallets. Each wallet has a public address and a custody type, which can be `custodial` or `non-custodial`, depending on user control.