Search x402 transfers
Returns a paginated list of x402 transfers matching the given filters. Supports cursor-based pagination via pageAfter / pageBefore.
Filtering by status requires at least one of from, to, or nonce
in the same request. If you supply status on its own, or alongside
only network, token, or a date range, the request returns 400.
Searching every transfer in a given status isn’t supported.
Query Parameters
Filter by sender address.
Filter by recipient address.
Filter by CAIP-2 network identifier (e.g., eip155:11155111).
Filter by transfer status. Requires at least one of from, to, or nonce in the same request; otherwise the request returns 400.
received, batched, confirmed, completed, failed Filter by token type.
USDC Filter by EIP-3009 nonce.
Filter transfers created on or after this date.
Filter transfers created on or before this date.
Number of results per page.
x >= 1Cursor for the next page of results.
Cursor for the previous page of results.
Response
Paginated list of transfers