API Reference
Webhook Endpoints
Register URLs to receive event notifications
Webhook endpoints are URLs on your server that receive POST requests when events occur. You register an endpoint, choose which event types it subscribes to, and My Crypto Server delivers a signed payload for each matching event.
For the full guide on verifying signatures and handling events, see Webhooks.