CPA auction: my bids
cpa_auction_get_user_bidsReads active CPA auction bids for your listings: returns current bid price, expiration time, and available bid options with pagination support.
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 |
|---|---|---|---|
| fromItemID | No | Pagination cursor: ID of the last listing from the previous page (default 0 — from the start). | |
| batchSize | No | Page size — number of listings in the response (1–200, default 200). |