Completed transfers
get_transfersRetrieve completed transfers with actual paid prices to calibrate your bids. See what players really went for, including quoted prices and settlement details.
Instructions
Get transfers that have already completed, newest first, with what was actually paid.
This is settled prices rather than quotes: what players really went for in this
league. Use it to calibrate a bid, since the market only says what a player is
listed at. Each transfer also carries quoted_price, what the player was valued
at, so paying over or under the odds is visible without another call.
from_computer means bought from Comunio, to_computer sold back to it, and
involves_me marks the signed-in manager's own deals. offered_at is when the
bid went in and settled_at when it went through. summary totals each kind and
the money that changed hands.
limit caps how many transfers come back and defaults to 20, which is a default
rather than a maximum: this endpoint returns as many as it is asked for. Raise it
to look further back — a larger value costs one extra request only when there is
more history than one page holds.
Read-only: fetches history and changes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| has_more | Yes | Whether older transfers exist beyond what was fetched | |
| transfers | Yes | Newest first |