BSC USDC Transfer Function
This endpoint allows the user to transfer BSC USDC asset.
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/bsc-usdc-transfer
Request Body
userEmail*
Required
Sender Email
receiverAddress*
Required
Receivers Address
sendAddress*
Required
Sender address
Amount*
Required
Amount to be sent
passKey*
String
Security Authentication
Last updated