📈Transfer
Needs Wallet Authentication
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
401
Unauthorized
application/json
500
Internal Server Error
application/json
401001
application/json
401002
application/json
401003
application/json
401004
application/json
post
POST /api/v1/transfer/tokens/binance/{key} HTTP/1.1
Host: www.dyorbackend.tk
Accept: */*
{
"ok": true,
"result": {
"txId": "0xc3e88985615871b642b47dee03e26a1704543a93456afa1f2fe029ca75b8404c"
}
}
Needs Wallet Authentication
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
401
Unauthorized
application/json
500
Internal Server Error
application/json
401001
application/json
401002
application/json
401003
application/json
401004
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