CPA auction: my bids
cpa_auction_get_user_bidsRetrieve active CPA auction bids for your Avito listings, including current bid price, expiration time, and available bid options. Paginated results for efficient browsing.
Instructions
Reads active and available CPA auction bids for the user's listings (read-only, does not change spending). For each listing returns the current bid pricePenny (in kopecks per action), its validity time expirationTime (RFC3339; absent — valid indefinitely), and the list of available bids availablePrices. Paginated via the fromItemID cursor. To change bids, use cpa_auction_save_item_bids. Limit 200 requests/min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batchSize | No | Page size — number of listings in the response (1–200, default 200). | |
| fromItemID | No | Pagination cursor: ID of the last listing from the previous page (default 0 — from the start). |