cURL
curl --request GET \ --url https://api.pay.walletconnect.com/v1/merchants \ --header 'Api-Key: <api-key>'
200
Example
{ "merchants": [ { "id": "<string>", "name": "<string>", "email": "<string>", "status": "<string>", "iconUrl": "<string>", "createdAt": "<string>" } ], "totalCount": 0, "nextCursor": "<string>" }
Filter by merchant status
active
inactive
suspended
Search by merchant name or ID (case-insensitive)
1 - 256
Opaque pagination cursor. Use value from nextCursor.
nextCursor
Page size (default 20, max 100)
1 <= x <= 100
Merchants list
Show child attributes
-9007199254740991 <= x <= 9007199254740991