v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Fiat

Get user's fiat accounts

Returns the IDs of all external fiat accounts (used for offramping) for the user

get/v1/users/{user_id}/fiat/accounts

Path parameters

user_idstring required

The ID of the user to get fiat accounts for

Query parameters

provider'bridge' | 'bridge-sandbox' required

Valid set of onramp providers

Example:bridge

Headers

privy-app-idstring required

ID of your Privy app.

Response

List of fiat accounts

Example response

{
  "accounts": [
    {
      "account_type": "us",
      "bank_name": "Chase",
      "currency": "usd",
      "id": "a068d2dd-743a-4011-9b62-8ad33cc7a7be",
      "last_4": "7899"
    }
  ]
}