API Reference
Users
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (10)
Click an endpoint to jump to its details.
/users/{userId}/admin-restore-activitiesAdmin: restore activities for a user (e.g. after lock from 2 token suspends in 5 mins)
/users/add-fiat-accountAdd fiat account to user
/users/meGet current user
/users/meUpdate current user
/users/me/become-merchantBecome a merchant
/users/me/change-passwordChange password (passkey or 2FA always required)
/users/me/phone-historyHistoric list of phone numbers for the current user
/users/me/restore-activitiesRestore withdrawals and transfers (step-up: passkey, 2FA, or PIN). Use after suspending via alert link or POST /users/me/suspend-activities.
/users/me/suspend-activitiesSuspend withdrawals and transfers (step-up required). Restore later via POST /users/me/restore-activities.
/users/searchSearch users
/users/{userId}/admin-restore-activitiesAdmin: restore activities for a user (e.g. after lock from 2 token suspends in 5 mins)
No detailed description provided for this operation in the OpenAPI spec.
/users/add-fiat-accountAdd fiat account to user
No detailed description provided for this operation in the OpenAPI spec.
/users/meGet current user
No detailed description provided for this operation in the OpenAPI spec.
/users/meUpdate current user
No detailed description provided for this operation in the OpenAPI spec.
/users/me/become-merchantBecome a merchant
Adds the merchant role to the current user. Idempotent if already a merchant. Optional body for business info.
/users/me/change-passwordChange password (passkey or 2FA always required)
No detailed description provided for this operation in the OpenAPI spec.
/users/me/phone-historyHistoric list of phone numbers for the current user
No detailed description provided for this operation in the OpenAPI spec.
/users/me/restore-activitiesRestore withdrawals and transfers (step-up: passkey, 2FA, or PIN). Use after suspending via alert link or POST /users/me/suspend-activities.
No detailed description provided for this operation in the OpenAPI spec.
/users/me/suspend-activitiesSuspend withdrawals and transfers (step-up required). Restore later via POST /users/me/restore-activities.
No detailed description provided for this operation in the OpenAPI spec.
/users/searchSearch users
No detailed description provided for this operation in the OpenAPI spec.