Skip to main content
⚙️

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.

🌐 IP whitelist management🔔 Webhook configuration

What You Can Configure

🌐
IP Whitelist

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.

🔔
Key Webhook

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.

IP whitelist is replaced, not appended

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.

Bearer token required

Both endpoints require a valid Bearer token. Obtain one from the Access Token endpoint and pass it as Authorization: Bearer <token>.

Endpoints