Returns all active x402-gated resources registered to a merchant, identified by their payTo wallet address.
This endpoint is publicly accessible — no API key is required. It is useful for buyers and AI agents that want to discover which resources are payable to a specific merchant wallet.
Results are paginated using limit and offset parameters. The response includes a pagination object with the total count of matching resources.
The wallet address of the merchant. For EVM networks, this is a 0x-prefixed address. For Solana networks, this is a base58-encoded address.
The maximum number of resources to return. Defaults to 25.
1 <= x <= 100The number of resources to skip before returning results. Used for pagination. Defaults to 0.
x >= 0Successfully retrieved the merchant's active resources.