> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Funding Instruments

> Lists Reddit Ads funding instruments (payment sources) for an account, filterable by status

Lists Reddit Ads funding instruments (payment sources) for an account, filterable by status. Use the returned IDs as funding\_instrument\_id in reddit\_ads\_create\_campaign.

|                      |                                       |
| -------------------- | ------------------------------------- |
| **App**              | Reddit Ads                            |
| **Operation ID**     | `reddit_ads_list_funding_instruments` |
| **Type**             | Action                                |
| **Connection**       | `reddit_ads` (required)               |
| **Credits per run**  | 1                                     |
| **Agent / MCP tool** | Yes                                   |

## Inputs

| Field          | Type                       | Required | Default | Description                                                                                                                              |
| -------------- | -------------------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `account`      | DynamicAccount             | Yes      | -       | Select the Reddit Ads account to list funding instruments for.                                                                           |
| `mode`         | string or SelectableOption | No       | -       | Optional status filter. Options: 'SELECTABLE' (default: active now or starting within 30 days), 'ACTIVE', 'INACTIVE', 'UPCOMING', 'ALL'. |
| `search_query` | string                     | No       | -       | Optional search text applied server-side.                                                                                                |
| `limit`        | integer                    | No       | `100`   | Maximum number of funding instruments to return. Default: 100.                                                                           |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns the list of funding instruments.

**Fields**: dynamic (depend on the inputs)
