---
title: "GET /fdx/accounts/{accountId}/statements"
method: GET
path: "/fdx/accounts/{accountId}/statements"
---

# GET /fdx/accounts/{accountId}/statements

`GET /fdx/accounts/{accountId}/statements`

Search for statements

## Path parameters

- `accountId` string, required

## Query parameters

- `startTime` string
- `endTime` string
- `offset` string
- `limit` string

## Response `200`

OK

- object
  - `page` object
    - `nextOffset` string
  - `statements` object[], required
    - `accountId` string, required — Long-term persistent identity of the account, though not an account number.
    - `statementId` string, required — Long-term persistent identity of the statement.
    - `statementDate` string, required — The date of the statement.
    - `description` string, required — A description of the statement.
    - `links` object[], required — Will only contain one element, which is a link to the /accounts/{accountId}/statements/{statementId} endpoint.
      - `href` string, required
      - `rel` string
      - `action` 'GET'
      - `types` string[]
    - `status` 'pending' | 'available', required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/revisions/773c90f079c5/schema)
