x ads list funding instruments
x_ads_list_funding_instrumentsList payment sources for an X Ads account with pagination and filtering. Retrieve funding instruments by account ID, cursor, or IDs to manage billing options.
Instructions
List funding instruments (payment sources) for an ads account Native X fields and pagination are preserved; monetary fields ending in _micro are millionths of the account currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of records to return per page (1-1000). | |
| cursor | No | Pagination cursor from a previous response. | |
| sort_by | No | Sort order as attribute-direction, e.g. created_at-asc or updated_at-desc. | |
| account_id | Yes | X Ads account ID from X_ADS_ACCOUNT_IDS. | |
| with_deleted | No | Include soft-deleted funding instruments (default false). | |
| with_total_count | No | Include the total_count response attribute (default false; exclusive with cursor). | |
| funding_instrument_ids | No | Comma-separated funding instrument IDs to fetch specific records (max 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |