Settings
Configure your Radix API integration. Manage the IP addresses permitted to call the API and register the webhook URL that receives real-time event notifications.
What You Can Configure
Control which server IP addresses are authorised to make API calls. Submitting a new list replaces the existing whitelist entirely — always include all permitted IPs in a single request.
Register the URL that Radix will POST event notifications to — such as transfer status changes and payment receipts. Only one webhook URL is active at a time; updating it replaces the previous one.
The Whitelist IP endpoint overwrites your entire current whitelist. If you omit an IP that was previously allowed, it will lose access immediately. Always pass the full list of permitted IPs in every call.
Both endpoints require a valid Bearer token. Obtain one from the Access Token endpoint and pass it as Authorization: Bearer <token>.