# Transfers

Retrieve detailed transfers information via one of our 6 transfers' endpoints.

You can retrieve more detailed information by using the correct includes. Per endpoint you can find the details including base URL, parameters, includes and more.

* **GET All Transfers:** returns all the transfers available within your subscription.
* **GET Transfers by ID:** returns transfer information from your requested transfer ID.
* **GET Latest Transfers:** returns the latest transfers available within your subscription.
* **GET Transfers Between Date Range:** returns the transfers from a certain date range.
* **GET Transfers by Team ID:** returns the transfers from your requested team ID.
* **GET Transfers by Player ID:** returns the transfers from your requested player ID.

<figure><img src="/files/I1N9bf3GErc6FuWqK84r" alt=""><figcaption></figcaption></figure>

#### Include options

[`sport`](https://docs.sportmonks.com/v3/core-api/) [`player`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#player) [`type`](https://docs.sportmonks.com/v3/core-api/) [`fromTeam`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#team) [`toTeam`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#team) [`position`](https://docs.sportmonks.com/v3/core-api/) [`detailedPosition`](https://docs.sportmonks.com/v3/core-api/)

**Related Entities:**

Get an overview and explanation of all the fields returned in the API response. The related entities for the transfers' endpoints are:

* [Transfer](/v3/endpoints-and-entities/entities/other.md#transfers)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/transfers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
