cURL
curl --request POST \ --url https://api.rem.money/v1/wallets/{id}/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "txHash": "<string>", "expectedAmount": "<string>", "expectedSender": "<string>" } '
{ "verified": true, "amount": "<string>", "sender": "<string>", "txHash": "<string>" }
Cryptographically confirm a USDC payment was received before fulfilling an agentic request.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Verification result