The cross-merchant discovery index: every resource a merchant has opted into the public index, newest first. Pass merchant instead to read one merchant's resources — the per-merchant read is not paginated and is not limited to listed ones.
Nothing is listed by default. Listing only decides whether a discovery reader is shown a resource; an unlisted resource is still payable by anyone holding its URL, because the URL is the access control.
Query Parameters
Page size. Defaults to 50, capped at 100.
Opaque cursor from the previous page's nextCursor.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/x402/resources"{ "resources": [ { "id": "string", "url": "string", "description": "string", "mimeType": "string" } ], "nextCursor": "string"}Remove a resource from the public index
Previous Page
Every listed obligation an agent can pay
Invoices with an outstanding balance and fixed-amount payment links, across every merchant, newest first — what an agent reads before it has met anyone. Each entry carries the price a `402` would actually quote, so a reader deciding whether to pay need not ask each one. Draft, void and paid-in-full invoices, disabled and expired links, and open-amount links never appear and never quote, listed or not.