List transfers

This endpoint returns a list of transfers, with support for filtering by time range, transfer type, and settlement date.

Use this call to track transfer history and to retrieve recurring transfers created previously.


Main request parameters

  • dateCreated[ge] / dateCreated[le]: Creation date range for the transfer.

  • transferDate[ge] / transferDate[le]: Settlement date range for the transfer.

  • type: Transfer type (Pix or TED).


Listing behavior

  • The response is paginated
  • Results are ordered by creation date
  • Supports both one-time and recurring transfers

When to use

Use this endpoint to:

  • Retrieve transfer history
  • Monitor processed transfers
  • Build financial reports or dashboards

Example of filter

Filter by creation date: GET https://api.asaas.com/v3/transfers?dateCreated=2019-05-02

Query Params
string
string
string
string
string
Responses

403

Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json