Several news reads in one paid call
news_batchUp to 10 headlines / ai / crypto / search reads behind ONE payment (POST /news/batch). Each request names a route and carries that route's own parameters — including since with a cursor, so one batch can advance several polls at once. data.results[i] is exactly the single-route answer for requests[i], in order, each with its own next_cursor to store per feed. Every element is validated before any payment is asked for. Paid: call without x_payment to receive this call's exact terms (amount, asset, network), sign them, then call again with x_payment. The free pricing tool lists every price at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests | Yes | 1 to 10 reads, answered in order. | |
| x_payment | No | Optional signed x402 payment payload (base64, what the X-PAYMENT header carries). Omit to receive the exact payment terms; sign them (e.g. @x402/fetch) and call again with this argument to settle and get the data. |