Skip to main content
GET
List merchant discovery info

Query Parameters

payTo
string
required

The merchant's payment address to look up. This is the onchain address that payment requirements route funds to. A blockchain address. Format varies by network (e.g., 0x-prefixed for EVM, base58 for Solana).

Required string length: 1 - 128
Example:

"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"

limit
integer
default:20

The number of resources to return per page.

offset
integer
default:0

The offset of the first resource to return.

Response

Successfully retrieved merchant discovery info.

Response containing x402 resources associated with a merchant payment address. The resources list is empty when no active resources are found.

x402Version
enum<integer>
required

The version of the x402 protocol.

Available options:
1,
2
Example:

2

payTo
string
required

A blockchain address. Format varies by network (e.g., 0x-prefixed for EVM, base58 for Solana).

Required string length: 1 - 128
Example:

"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"

resources
object[]
required

List of discovered x402 resources associated with the merchant's payTo address. This list is empty when no active resources are found.

Example:
pagination
object
required

Pagination information for the response.

Example: