curl "https://xenarch.dev/v1/payments/history?wallet=0x1234...abcd&domain=example.com&limit=10"
[ { "url": "/premium-article", "domain": "example.com", "amount_usd": "0.003", "tx_hash": "0xdef456...abc789", "paid_at": "2026-04-10T14:35:00Z" } ]
Get payment history for a wallet address.
wallet
domain
limit
^0x[0-9a-fA-F]{40}$
1 <= x <= 100
Successful Response
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$