В процессе загрузки ресурсов... загрузка...

Способ вызова Ethereum RPC

Используйтеexchange.IO()функция для вызова метода Ethereum 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)
    
Регистрировать ABI Код поддержки