संसाधन लोड हो रहा है... लोड करना...

एथेरियम आरपीसी कॉल करने की विधि

उपयोग करेंexchange.IO()एथेरियम आरपीसी विधि को कॉल करने के लिए कार्य।

  • वॉलेट में ईटीएच की शेष राशि की क्वेरी करें
    exchange.IO("api", "eth", "eth_getBalance", owner, "latest")   // owner is the specific wallet address
    
  • ईटीएच हस्तांतरण
    exchange.IO("api", "eth", "send", toAddress, toAmount)   // toAddress is the address of the wallet receiving ETH when transferring, toAmount is the quantity
    
  • क्वेरी gasPrice
    exchange.IO("api", "eth", "eth_gasPrice")
    
  • क्वेरी eth_estimateगैस
    exchange.IO("api", "eth", "eth_estimateGas", data)
    
एबीआई पंजीकृत करें समर्थन कोड