cURL
curl --request POST \ --url https://dash.betteruseblockchain.com/api/v1/wallet/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "network": "<string>", "to": "<string>", "fromPrivateKey": "<string>", "amount": "<string>" } '
{ "data": { "txId": "<string>" } }
Transfer assets between wallets on the specified blockchain.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The blockchain network (e.g., ETH, BSC, POL, XDC, GLMR)
The recipient's address
The sender's private key
The amount to transfer
Transfer successful
Show child attributes
Transaction Hash