Holding
A Holding Wallet is a wallet that is created when the user requests to create their first virtual wallet for a given blockchain. This wallet will be used to centralize all deposits made to all virtual wallets on such blockchain. Whenever a deposit is done on a Virtual Wallet, the tokens get transferred to the Holding Wallet almost immediately.
This module allows users to get a Holding Wallet balance, information (Alias, address and id) and to withdraw tokens from it.
Was this section helpful?
Endpoints
GET
/virtual-wallets/holding/balance?blockchain=blockchain
GET
/virtual-wallets/holding?blockchain=blockchain
POST
/virtual-wallets/holding/withdraw/{blockchain}
Was this section helpful?