Transfer market
get_marketCheck the current transfer market: see every listed player's price, trend, and seller to judge asking prices and decide whether to bid.
Instructions
Get every player currently up for sale, with prices, price trend and who is selling.
closes_at is when the current round of transfers is processed — bids have to be
in before it. Per listing, from_computer marks players Comunio is selling itself
rather than a rival, is_mine marks the manager's own listings, which are not
buyable, and trend shows which way the price is moving.
Compare quoted_price against recommended_price to judge an asking price, and
check get_account for the budget that bounds any bid.
Read-only: fetches current state and changes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| listings | Yes | ||
| closes_at | No | When the current round of transfers is processed. Bids must be in by then. | |
| daily_transfers_processed | Yes | Whether today's transfer round has already run |