v3-Blockchain-Elrond

Number of APIs: 10

  1. Get EGLD block by hash GET {{baseUrl}}/v3/egld/block/:hash

  2. Get current block number GET {{baseUrl}}/v3/egld/block/current

  3. Generate EGLD wallet GET {{baseUrl}}/v3/egld/wallet

  4. Generate EGLD account address from mnemonic GET {{baseUrl}}/v3/egld/address/:mnemonic/:index

  5. Generate EGLD private key POST {{baseUrl}}/v3/egld/wallet/priv

  6. Get EGLD Account balance GET {{baseUrl}}/v3/egld/account/balance/:address

  7. Get EGLD Transaction GET {{baseUrl}}/v3/egld/transaction/:hash

  8. Get count of outgoing EGLD transactions GET {{baseUrl}}/v3/egld/transaction/address/:address

  9. Broadcast signed EGLD transaction POST {{baseUrl}}/v3/egld/broadcast

  10. Send EGLD from account to account POST {{baseUrl}}/v3/egld/transaction