v3-Blockchain-XinFin

Number of APIs: 11

  1. Generate XDC private key POST {{baseUrl}}/v3/xdc/wallet/priv

  2. Generate XDC wallet GET {{baseUrl}}/v3/xdc/wallet

  3. Generate XDC account address from Extended public key GET {{baseUrl}}/v3/xdc/address/:xpub/:index

  4. Get current block number GET {{baseUrl}}/v3/xdc/block/current

  5. Get XDC block by hash GET {{baseUrl}}/v3/xdc/block/:hash

  6. Get XDC Account balance GET {{baseUrl}}/v3/xdc/account/balance/:address

  7. Get XDC Transaction GET {{baseUrl}}/v3/xdc/transaction/:hash

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

  9. Invoke Smart Contract method POST {{baseUrl}}/v3/xdc/smartcontract

  10. Send XDC / ERC20 from account to account POST {{baseUrl}}/v3/xdc/transaction