List stock-picker calls for one day (paid).
Returns structured stock-picker calls for AI-agent consumption. Covers one UTC effective calendar day, not a range. Defaults to latest day with picks. Use date=YYYY-MM-DD for a specific day or period=latest as an explicit alias. Do not send both. Rows without publishedAt may use extraction time internally. Returns 404 when no picks exist for the resolved day — do not pay on 404.
Headers
MPP (Payment HTTP Authentication Scheme): after HTTP 402, retry with Authorization: Payment <credential>.
x402 v2: after HTTP 402, retry with the encoded payment payload from the PAYMENT-REQUIRED challenge (same header name as in @x402/core HTTP transport).
Query Parameters
UTC effective calendar day to return. Mutually exclusive with period. When omitted, the server resolves the latest day with picks.
^\d{4}-\d{2}-\d{2}$When latest, same as omitting date (latest effective day with picks). Mutually exclusive with date.
latest Maximum number of stock-pick calls returned (1-500). Defaults to 200.
1 <= x <= 500Response
Stock-picker calls after successful payment.
Single UTC effective calendar day returned (publishedAt, or extraction time internally when publication time is missing).
Same as dateUsed for single-day responses.
Same as dateUsed for single-day responses.
Server timestamp when the response was generated.
Number of stock-pick items returned.
x >= 0Stock-picker calls for the resolved single day.

