---
title: "Get a list of fiat transactions and their statuses"
method: POST
path: "/v1/users/{user_id}/fiat/status"
tags: ["Fiat"]
---

# Get a list of fiat transactions and their statuses

`POST /v1/users/{user_id}/fiat/status`

Returns a list of fiat transactions and their statuses

## Path parameters

- `user_id` string, required — The ID of the user

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Request body

- object
  - `provider` 'bridge' | 'bridge-sandbox', required — Valid set of onramp providers
  - `tx_hash` string

## Response `200`

Bank deposit instructions for the onramp

- object
  - `transactions` union[], required
    - union
      - object
        - `created_at` string, required
        - `deposit_instructions` OnrampDepositInstructions, required — Bank deposit instructions for an onramp transfer.
          - `account_holder_name` string
          - `amount` string, required
          - `bank_account_number` string
          - `bank_address` string
          - `bank_beneficiary_address` string
          - `bank_beneficiary_name` string
          - `bank_name` string
          - `bank_routing_number` string
          - `bic` string
          - `currency` 'usd' | 'eur', required — Supported fiat currencies.
          - `deposit_message` string
          - `iban` string
          - `payment_rail` 'sepa' | 'ach_push' | 'wire', required — Supported fiat payment rails.
        - `destination` object, required
          - `address` string, required
          - `chain` string, required
          - `currency` string, required
          - `privy_user_id` string
        - `id` string, required
        - `is_sandbox` boolean, required
        - `receipt` object
          - `final_amount` string, required
          - `transaction_hash` string
        - `status` 'awaiting_funds' | 'in_review' | 'funds_received' | 'payment_submitted' | 'payment_processed' | 'canceled' | 'error' | 'undeliverable' | 'returned' | 'refunded', required — Status of an onramp or offramp transfer.
        - `type` 'onramp', required
      - object
        - `created_at` string, required
        - `deposit_instructions` OfframpDepositInstructions, required — Deposit instructions for an offramp transfer.
          - `amount` string, required
          - `chain` 'ethereum' | 'base' | 'arbitrum' | 'polygon' | 'optimism', required — Supported blockchain chains for onramp and offramp.
          - `currency` 'usdc', required — Supported crypto assets for onramp and offramp.
          - `from_address` string, required
          - `to_address` string, required
        - `destination` object, required
          - `currency` string, required
          - `external_account_id` string, required
          - `payment_rail` string, required
        - `id` string, required
        - `is_sandbox` boolean, required
        - `receipt` object
          - `final_amount` string, required
          - `transaction_hash` string
        - `status` 'awaiting_funds' | 'in_review' | 'funds_received' | 'payment_submitted' | 'payment_processed' | 'canceled' | 'error' | 'undeliverable' | 'returned' | 'refunded', required — Status of an onramp or offramp transfer.
        - `type` 'offramp', required

---

[API](https://skmtc.net/privy-io/apis/privy-api.md) · [All operations](https://skmtc.net/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privy-io/privy-api/versions/bb2eb34156cc/schema)
