๐Ÿ“ˆTransfer

Transfer tokens on the Binance blockchain.

post

his route transfers tokens on the Binance blockchain.The route first uses the transfer function of the smart contract to create a transaction.The route then broadcasts the transaction to the Binance blockchain.

body
Path parameters
keystringRequired
Responses
200
Successful
application/json
post
POST /api/v1/transfer/tokens/binance/{key} HTTP/1.1
Host: www.dyorbackend.tk
Accept: */*
{
  "ok": true,
  "result": {
    "txId": "0xc3e88985615871b642b47dee03e26a1704543a93456afa1f2fe029ca75b8404c"
  }
}

Transfer tokens on the Ethereum blockchain.

post

This route transfers tokens on the Ethereum blockchain.The route first uses the transfer function of the smart contract to create a transaction.The route then broadcasts the transaction to the Ethereum blockchain.

body
Path parameters
keystringRequired
Responses
200
Successful
application/json
post
POST /api/v1/transfer/tokens/ethereum/{key} HTTP/1.1
Host: www.dyorbackend.tk
Accept: */*
{
  "ok": true,
  "result": {
    "txId": "0xc3e88985615871b642b47dee03e26a1704543a93456afa1f2fe029ca75b8404c"
  }
}

Last updated