v1
latestOpenAPI 3.1.02026-07-262343124.1 KBList payments
Retrieve paginated payments with optional filters.
Query parameters
RFC3339 timestamp, inclusive
RFC3339 timestamp, exclusive
Filter by token symbol (e.g. USDC). CAIP-19 identifiers are not supported. Accepts a single value or multiple repeated params:
- Single: ?token_symbol=USDC
- Multiple: ?token_symbol=USDC&token_symbol=EURC
Deprecated. This parameter will be removed in a future API version. Use token_symbol param instead.
Filter by CAIP-2 chain ID. Comma-separated for multiple.
Field to sort by
Sort direction
Opaque pagination cursor — use the value from nextCursor in the previous response.
Page size (default 50, max 200)
Filter by payment status. Accepts a single value or multiple repeated params:
- Single: ?status=succeeded
- Multiple: ?status=succeeded&status=processing
Substring search on the merchant-provided reference ID. Between 3 and 35 characters. Allowed characters: ASCII letters, digits, and /-:.,+.
Filter by merchant ID. Accepts a single value or multiple repeated params:
- Single: ?merchantId=acme-store-1
- Multiple: ?merchantId=acme-store-1&merchantId=widget_co
[ "acme-store-1" ]
Headers
Optional WalletConnect Pay API version override. If omitted, the partner's pinned version is used.
Response
Payments with statistics
Example response
{
"data": [
{
"buyer": {
"accountCaip10": "eip155:8453:0x1234567890abcdef1234567890abcdef12345678",
"accountProviderName": "MetaMask"
},
"transaction": {
"networkId": "8453"
}
}
],
"stats": {
"totalRevenue": [
{
"currency": "USD"
}
]
}
}