๐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
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
Last updated