BTC Transfer Function
This endpoint allows the user to transfer BTC asset.
Last updated
This endpoint allows the user to transfer BTC asset.
Last updated
To initiate a token transfer with the API, the required parameters are:
userEmail - The email address of the authenticated user initiating the transfer
receiverAddress - The wallet address to send the tokens to
sendAddress - The wallet address to send tokens from (must belong to user)
amount - The number of tokens to send
passKey - The withdrawal passkey of the sendAddress wallet for authorization. This provides an additional security measure to verify the transaction.
POST
https://dev-api.altra.click/wallet/btc-transfer
Name | Type | Description |
---|---|---|
userEmail*
Required
Sender Email
receiverAddress*
Required
Receivers Address
sendAddress*
Required
Sender address
Amount*
Required
Amount to be sent
passKey*
String
Security Authentication