v3-Blockchain-Ethereum

Number of APIs: 13

  1. Get Ethereum Transaction GET {{baseUrl}}/v3/ethereum/transaction/:hash

  2. Get Ethereum block by hash GET {{baseUrl}}/v3/ethereum/block/:hash

  3. Get count of outgoing Ethereum transactions GET {{baseUrl}}/v3/ethereum/transaction/count/:address

  4. Get Ethereum transactions by address GET {{baseUrl}}/v3/ethereum/account/transaction/:address?pageSize=10&offset=0

  5. Generate Ethereum wallet GET {{baseUrl}}/v3/ethereum/wallet

  6. Generate Ethereum account address from Extended public key GET {{baseUrl}}/v3/ethereum/address/:xpub/:index

  7. Generate Ethereum private key POST {{baseUrl}}/v3/ethereum/wallet/priv

  8. Get current block number GET {{baseUrl}}/v3/ethereum/block/current

  9. Send Ethereum / ERC20 from account to account POST {{baseUrl}}/v3/ethereum/transaction

  10. Invoke Smart Contract method POST {{baseUrl}}/v3/ethereum/smartcontract