v3-Blockchain-Ethereum
Number of APIs: 13
-
Get Ethereum Transaction GET {{baseUrl}}/v3/ethereum/transaction/:hash
-
Get Ethereum block by hash GET {{baseUrl}}/v3/ethereum/block/:hash
-
Get count of outgoing Ethereum transactions GET {{baseUrl}}/v3/ethereum/transaction/count/:address
-
Get Ethereum transactions by address GET {{baseUrl}}/v3/ethereum/account/transaction/:address?pageSize=10&offset=0
-
Generate Ethereum wallet GET {{baseUrl}}/v3/ethereum/wallet
-
Generate Ethereum account address from Extended public key GET {{baseUrl}}/v3/ethereum/address/:xpub/:index
-
Generate Ethereum private key POST {{baseUrl}}/v3/ethereum/wallet/priv
-
Get current block number GET {{baseUrl}}/v3/ethereum/block/current
-
Send Ethereum / ERC20 from account to account POST {{baseUrl}}/v3/ethereum/transaction
-
Invoke Smart Contract method POST {{baseUrl}}/v3/ethereum/smartcontract