Skip to main content
POST
/
api
/
v1
/
wallet
/
transfer
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>"
  }
}

Authorizations

Authorization
string
header
required

Body

application/json
  • ETH, BSC, POL, XDC and GLMR Request
  • BTC Request
  • ALGO Request
network
string
required
to
string
required
fromPrivateKey
string
required
amount
string
required

Response

data
object
  • ETH, XDC, BSC, POL Response
  • ALGO Response
  • GLMR Response