Skip to main content
POST
/
api
/
v1
/
wallet
/
transfer
/
token
cURL
curl --request POST \
  --url https://dash.betteruseblockchain.com/api/v1/wallet/transfer/token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "network": "<string>",
  "to": "<string>",
  "contractAddress": "<string>",
  "amount": "<string>",
  "digits": 123,
  "fromPrivateKey": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

Body

application/json
  • ETH, XDC, BSC, POL, GLRM Request
  • ALGO Request
network
string
required
to
string
required
contractAddress
string
required
amount
string
required
digits
integer
required
fromPrivateKey
string
required

Response