---
title: "Get all funds requests"
method: GET
path: "/funds_requests"
tags: ["Funds Requests"]
---

# Get all funds requests

`GET /funds_requests`

Retrieve a list of all funds requests submitted by partnered banks and financial institutions

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string
- `customer_id` string
- `fraud` boolean
- `notice_date_starting_on` string
- `notice_date_ending_on` string

## Response `200`

List of funds requests

- object
  - `count` integer, required — The number of items returned
  - `data` FundsRequest[], required
    - `id` string, required — A UUID that uniquely identifies a resource
    - `deposit_id` string — A UUID that uniquely identifies a resource
    - `customer_id` string — A UUID that uniquely identifies a resource
    - `amount` string — Amount of the deposit, represented as a decimal string. Examples include "100.25", "0.1", "1.234567" etc. It is denominated in the source currency of the deposit.
    - `currency` 'usdb' | 'usdc' | 'usdt' | 'usd' | 'pyusd'
    - `payment_rail` string — The source payment rail of the deposit
    - `fraud` boolean — Whether the funds request was fraudulent or not
    - `notice_date` string — Date that Bridge was notified about the funds request from our banking partner, in the format YYYY-MM-DD
    - `imad` string — (Wire only) The IMAD of a wire deposit, if available
    - `trace_number` string — (ACH only) The trace number of an ACH deposit, if available
    - `bank_transaction_id` string — (Non-wire and Non-ACH only) In cases where an identifier tied to a public financial system is not available, we may instead provide a unique identifier that identifies the transaction for the relevant bank or financial institution
    - `created_at` string, date-time — Time of creation of the funds request
    - `deposit_created_at` string, date-time — Time of creation of the associated deposit

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
