api

Get a list of Transfers

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.

get/api/v1/transfer_request

Response

OK

Changes