Accounts

List accounts

List all accounts in your app.

get/v1/accounts

Query parameters

cursorstring
limitnumber nullable
searchstring

Optional search term to filter accounts by display name, account ID, or wallet address.

Headers

privy-app-idstring required

ID of your Privy app.

Response

Paginated list of accounts.

next_cursorstring nullable required

Cursor for fetching the next page of results, or null if no more results.

Changes

No recorded changes to this endpoint across all 46 revisions of this API.