logo-guardarian

API Documentation

Guardarian features a fully developed API which allows for a fast integration for your service.

See API Documentation

Introduction

What the Guardarian API is for

Guardarian lets partners offer their customers a way to buy, sell and swap crypto without building an exchange. Partners connect once through the API or the widget, and Guardarian handles payments, KYC, the exchange itself and the payout.

How an integration works

Guardarian runs the whole exchange, from taking payment to sending out the crypto. On partner side, you show the customer a rate, create the transaction through the API, and send the customer to Guardarian checkout using the link that comes back in the response. On Guardarian side, we collect the payment, run KYC, perform the exchange and send the funds to the customer's wallet or bank account. You follow the transaction to its final status through webhooks, or by requesting the transaction by its ID.

How to get started

  • Sign a contract with Guardarian

  • Receive access to your partner account

  • Get your API token from the partner account

  • Build your exchange rate calculator using the estimate endpoint

  • Implement the required requests

  • Monitor transaction status through webhooks

See API Documentation