WallexPay
  • General Description
  • Integration Guide
    • Deposits
    • What is Crypto Payment Form?
    • Withdrawals
    • Exchanges
    • Callbacks
    • Payment Terminal
    • Futures
    • Invoices
  • API Documentation
    • Obtaining API Keys
    • Authorization
    • API Reference
    • Callback Examples
  • Confirmations and Limits
  • Crosschain Recovery Policy
  • FAQ
  • How to Start
    • Introduction
    • API Set Up Stage
    • User Permissions
    • Limits and Cold Addresses
    • Balance Management
    • Bank Accounts and Fiat Transactions
    • Transaction and Address Tracking
    • Starting Point of API Testing
Powered by GitBook
On this page

Was this helpful?

  1. Integration Guide

Exchanges

Contains exchanges description and provides closer look at its features

PreviousWithdrawalsNextCallbacks

Last updated 4 years ago

Was this helpful?

While on-the-fly deposits and withdrawals are possible and mostly oriented towards end users, there is a way perform conversion of funds (either crypto to fiat, fiat to crypto or crypto-crypto) with existing merchant balances as long as the exchange pair by the processing. The exchange feature is available via as well as backoffice, the latter option suits Business Wallet integration type the most in case on-the-fly exchange wasn't used initially.

There are 3 API methods that are associated with exchanges: - a request that doesn't perform an exchange by itself, but allows to obtain an actual ratio for the subsequent exchange. It can be used both as for obtaining general information about the actual rates for a crypto exchange as well as receiving and fixating exchange ratio for. The obtained ratio is viable for one minute, after that another request for an actual ratio calculation should be sent; - allows to perform an exchange with fixed ratio obtained from the request above. Note - the required parameter "price" can be obtained from the method above. - allows to perform an exchange without specifying the ratio beforehand, this method uses an actual ratio from a trading platform at the moment of sending this request to our API.

Note The exchange feature via the backoffice is implemented via the method, the exchange ratio changes every minute and is automatically displayed within the respective tab.

The minimum exchange amount is equivalent to 0.003 BTC (This limit does not relate to the on-the-fly deposits and withdrawals. In order to get the actual information about the on-the-fly transactions please refer to the section).

More detailed information about min limits of exchange operations for particular currencies must be obtained via API (see ) because they may vary dynamically.

is supported
Confirmations and Limits
API
v2/exchange/calculate
fixed exchange API method
v2/exchange/fixed
v2/exchange/now
v2/exchange/fixed
this API call