v3-Blockchain-Elrond
Number of APIs: 10
-
Get EGLD block by hash GET {{baseUrl}}/v3/egld/block/:hash
-
Get current block number GET {{baseUrl}}/v3/egld/block/current
-
Generate EGLD wallet GET {{baseUrl}}/v3/egld/wallet
-
Generate EGLD account address from mnemonic GET {{baseUrl}}/v3/egld/address/:mnemonic/:index
-
Generate EGLD private key POST {{baseUrl}}/v3/egld/wallet/priv
-
Get EGLD Account balance GET {{baseUrl}}/v3/egld/account/balance/:address
-
Get EGLD Transaction GET {{baseUrl}}/v3/egld/transaction/:hash
-
Get count of outgoing EGLD transactions GET {{baseUrl}}/v3/egld/transaction/address/:address
-
Broadcast signed EGLD transaction POST {{baseUrl}}/v3/egld/broadcast
-
Send EGLD from account to account POST {{baseUrl}}/v3/egld/transaction