Skip to main content

Crypto tutorial

The Crypto API provides operations related to crypto payments. This includes retrieving a quote.

Retrieving a quote

Retrieving a crypto quote can be done by making a GET request to the /v1/crypto/quote endpoint. To get the quote, you need to provide the following details:

  • cryptoSymbol: The crypto symbol for the quote.
  • fiatAmount: The fiat amount for the crypto quote.
  • fiatCurrency: The fiat currency for the crypto quote.

For more details, please refer to the Get quote API documentation.