WALLET: Liquidity Pool Transfer

This Endpoints allows users to transfer liquidity between their self-custody wallet and their Hybrid Wallet. The latter allows for trading, secure-send, purchasing of NFT's and many more features to be used and executed.

Using either SELF_CUSTODY or HYBRID as the destination will define the direction of the transaction.

WALLET: Transfer Liquidity between Wallets

post

This Endpoints allows users to transfer liquidity between their self-custody wallet and their Hybrid Wallet. The latter allows for trading, secure-send, purchasing of NFT's and many more features to be used and executed.

Using either SELF_CUSTODY or HYBRID as the destination will define the direction of the transaction.

Note: The encrypted master password must be hashed the same way as when setting the master password (by first calling the master_password_seed endpoint and hashing it with the concatinated password (Described in the Set Master Password Endpoint documentation).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"destination":"HYBRID","source_currency":"ETH","source_amount":0.0025,"2fa_code":"712424","enc_master_password":"ec0c179f3d6d2b0b64f5b46d705ee7e7fda4d3b0dd8a4e7bee41f9es13a9796d1","seed_key":"R0g0VkQyalZpenNYS2JTa25QU1ZGc2Ns"}
Responses
post
/wallet/transfer
200

OK

Last updated

Was this helpful?