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

# FDX 4.6 API

## Official Documentation

This page doesn't include the full FDX specification. To obtain it, you must [register on the official FDX website](https://financialdataexchange.org/).

However, we've included a list of available FDX 4.6 endpoints and some general information about them here.

## Available Endpoints

The query parameters listed are those supported by default. Particular instances of Data Access may support more.

| FDX endpoint                                            | Supported Query Parameters                                                                                                                         | Description                                                       |
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| `/fdx/v4/accounts/{accountId}/transactions`             | `startTime`<br />`endTime`<br />`offset`<br />`limit`                                                                                              | Returns a list of FDX transactions.                               |
| `/fdx/v4/accounts/{accountId}`                          | ---                                                                                                                                                | Returns details for the specified account.                        |
| `/fdx/v4/accounts`                                      | `accountIds`<br />`offset`<br />`limit`                                                                                                            | Returns a collection of lightweight FDX accounts.                 |
| `/fdx/v4/capability`                                    | ---                                                                                                                                                | Returns the capabilities of the FDX API.                          |
| `/fdx/v4/customers/current`                             | ---                                                                                                                                                | Returns PII including name, dob, email, addresses, phone numbers. |
| `/fdx/v4/accounts/{accountId}/statements`               | `startTime`<br />`endTime`<br />`offset`<br />`limit`                                                                                              | Returns paginated list of available statements.                   |
| `/fdx/v4/accounts/{accountId}/statements/{statementId}` | Specify content type in HTTP Accept header. Values may be: `application/pdf`<br />`image/gif`<br />`image/jpeg`<br />`image/tiff`<br />`image/png` | Returns statement.                                                |
