---
title: "GET /transfers/parentSubaccountNumber"
method: GET
path: "/transfers/parentSubaccountNumber"
---

# GET /transfers/parentSubaccountNumber

`GET /transfers/parentSubaccountNumber`

## Query parameters

- `address` string, required
- `parentSubaccountNumber` number, double, required
- `limit` number, double
- `createdBeforeOrAtHeight` number, double
- `createdBeforeOrAt` string
- `page` number, double

## Response `200`

Ok

- ParentSubaccountTransferResponse
  - `pageSize` integer
  - `totalResults` integer
  - `offset` integer
  - `transfers` TransferResponseObject[], required
    - `id` string, required
    - `sender` object, required
      - `subaccountNumber` integer
      - `address` string, required
    - `recipient` object, required
      - `subaccountNumber` integer
      - `address` string, required
    - `size` string, required
    - `createdAt` string, required
    - `createdAtHeight` string, required
    - `symbol` string, required
    - `type` 'TRANSFER_IN' | 'TRANSFER_OUT' | 'DEPOSIT' | 'WITHDRAWAL', required
    - `transactionHash` string, required

## Changes

> 50 revisions in range; 1 could not be searched.

- **2024-05-16** `e85a98abf3da` — 4 info
  - added the new optional `query` request parameter `page`
  - added the optional property `offset` to the response with the `200` status
  - added the optional property `pageSize` to the response with the `200` status
  - added the optional property `totalResults` to the response with the `200` status
- **2024-05-14** `90fd32395633` — 2 breaking, 4 warning
  - the `transfers/items/recipient/subaccountNumber` response's property type/format changed from `integer`/`int32` to `number`/`double` for status `200`
  - the `transfers/items/sender/subaccountNumber` response's property type/format changed from `integer`/`int32` to `number`/`double` for status `200`
  - deleted the `query` request parameter `page`
  - removed the optional property `offset` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/dydxprotocol/apis/indexer-api/changes/transfers/parentSubaccountNumber/get.md)

---

[API](https://skmtc.dev/dydxprotocol/apis/indexer-api.md) · [All operations](https://skmtc.dev/dydxprotocol/apis/indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dydxprotocol/indexer-api/revisions/5005547cef75/schema)
