Tài nguyên đang được tải lên... tải...

Phương pháp gọi Ethereum RPC

Sử dụngexchange.IO()chức năng để gọi phương thức Ethereum RPC.

  • Tìm kiếm số dư ETH trong ví
    exchange.IO("api", "eth", "eth_getBalance", owner, "latest")   // owner is the specific wallet address
    
  • Chuyển ETH
    exchange.IO("api", "eth", "send", toAddress, toAmount)   // toAddress is the address of the wallet receiving ETH when transferring, toAmount is the quantity
    
  • Query gasPrice
    exchange.IO("api", "eth", "eth_gasPrice")
    
  • truy vấn eth_estimateGas
    exchange.IO("api", "eth", "eth_estimateGas", data)
    
Đăng ký ABI Mã hỗ trợ