রিসোর্স লোড হচ্ছে... লোডিং...

ইথেরিয়াম আরপিসি কল করার পদ্ধতি

ব্যবহার করুনexchange.IO()ইথেরিয়াম RPC পদ্ধতি কল করার ফাংশন।

  • ওয়ালেটে ETH এর ব্যালেন্স অনুসন্ধান করুন
    exchange.IO("api", "eth", "eth_getBalance", owner, "latest")   // owner is the specific wallet address
    
  • ETH ট্রান্সফার
    exchange.IO("api", "eth", "send", toAddress, toAmount)   // toAddress is the address of the wallet receiving ETH when transferring, toAmount is the quantity
    
  • গ্যাসের দাম অনুসন্ধান করুন
    exchange.IO("api", "eth", "eth_gasPrice")
    
  • ক্যোয়ারী eth_estimateগ্যাস
    exchange.IO("api", "eth", "eth_estimateGas", data)
    
এবিআই নিবন্ধন করুন সমর্থন কোড