List all webhook events delivered to your endpoints, with delivery status.
| Event | When it fires |
|---|---|
accept.confirmed | An inbound USDC deposit has been confirmed onchain |
transfer.settled | A transfer has settled on its target chain |
transfer.failed | A transfer failed compliance, routing, or onchain submission |
redeem.completed | A fiat redemption has completed at the destination bank |
redeem.failed | A redemption failed at the bank or compliance layer |
X-REM-Signature header (HMAC-SHA256 of the raw body, keyed by your webhook secret). Verify with @rem-money/sdk:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.