Merchant Wallet

Merchant wallet is a wallet designed to deposit and withdraw funds by creating a payout. It can be created via interface in Wallets section.

Features:

  • View a balance
  • Deposit funds
  • Withdraw funds
  • View transactions
  • View statistics

Working with payout wallets via API:

Data on wallets and available assets in them can be received by using the method POST https://public-gateway.calypso.finance/api/v1/pub/payout/asset/all;

Example:

To get a merchant wallet address to deposit funds:

  1. Send API request POST https://public-gateway.calypso.finance/api/v1/pub/payout/asset/all
  2. In the response, find the link for payout in required currency by navigating through the “currency” fields in the “assets” array
  3. Copy a wallet address for required currency from the field “address” and transfer funds to this address