Prerequisites
- Register as a Saber merchant โ reach out to our team if you havenโt.
- Set up your keys โ every API call needs an authentication signature; see Configuring Your Keys.
- Create a user โ see Registering Users.
- Configure your webhooks โ Saber sends a webhook at each milestone; see Webhook Configuration.
Implementation
Step 1: Deposit crypto into Saber
Fetch a deposit address for the user (or use an internal transfer instead):symbol and network are required; one address is returned per (symbol, network) pair. API Reference.
Step 2: Wait for a success callback
Once your crypto deposit hits our systems, we send a webhook to your configured endpoint:Step 3: Initiate a sell crypto transaction
- Confirm the userโs KYC is complete โ see User KYC if not.
- Confirm the user has a valid Indian bank account โ see Add Bank Account if not.
- Call the sell API: