Skip to main content
GET
List external fiat accounts

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

user_id
string
required

The DID of the user to list external fiat accounts for.

Query Parameters

provider
enum<string>
required

Supported fiat orchestration providers.

Available options:
bridge
environment
enum<string>

The Privy API environment.

Available options:
sandbox,
production
Example:

"sandbox"

Response

200 - application/json

A list of external fiat accounts.

A list of external fiat accounts linked to a user.

accounts
ExternalFiatAccount · object[]
required
next_cursor
string | null
required