En la carga de los recursos... Cargando...

Método de llamada de Ethereum RPC

Utilice elexchange.IO()función para llamar al método Ethereum RPC.

  • Consulta el saldo de ETH en la billetera
    exchange.IO("api", "eth", "eth_getBalance", owner, "latest")   // owner is the specific wallet address
    
  • Transferencia de ETH
    exchange.IO("api", "eth", "send", toAddress, toAmount)   // toAddress is the address of the wallet receiving ETH when transferring, toAmount is the quantity
    
  • Precio de la consulta de gas
    exchange.IO("api", "eth", "eth_gasPrice")
    
  • Encuesta et_estimateGas
    exchange.IO("api", "eth", "eth_estimateGas", data)
    
Registro de la ABI Código de soporte