---
title: "Get a list of Transfers"
method: GET
path: "/v1/transfer_request"
tags: ["v1"]
---

# Get a list of Transfers

`GET /v1/transfer_request`

This endpoint retrieves a list of all the transfer requests you have made to the Truepill ecosystem.<br/><br/>List transfers utilizes an optional pagination functionality when retrieving a large number of transfers. By default, this endpoint retrieves 50 transfers at a time, starting with the earliest transfers.<br/><br/>For example, if you were looking to retrieve the 70-80th transfers made to Truepill, you would use a pagination of 1 (zero base indexing).<br/><br/>To paginate, append a `?` at the end of the API endpoint along with the `page=[PAGE_NUMBER]`, and replace<br/><br/>`[PAGE_NUMBER]` with an integer.<br/><br/>If the pagination value surpasses the number of transfers in the system, an empty array `[]` will be returned.<br/><br/>This endpoint retrieves 50 transfers at a time, starting with the earliest-made transfers. If you have a large number of transfers and are looking to retrieve more recent transfers, you will need to paginate.

## Response `200`

OK

---

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