v3-Blockchain-XinFin
Number of APIs: 11
-
Generate XDC private key POST {{baseUrl}}/v3/xdc/wallet/priv
-
Generate XDC wallet GET {{baseUrl}}/v3/xdc/wallet
-
Generate XDC account address from Extended public key GET {{baseUrl}}/v3/xdc/address/:xpub/:index
-
Get current block number GET {{baseUrl}}/v3/xdc/block/current
-
Get XDC block by hash GET {{baseUrl}}/v3/xdc/block/:hash
-
Get XDC Account balance GET {{baseUrl}}/v3/xdc/account/balance/:address
-
Get XDC Transaction GET {{baseUrl}}/v3/xdc/transaction/:hash
-
Get count of outgoing XDC transactions GET {{baseUrl}}/v3/xdc/transaction/count/:address
-
Invoke Smart Contract method POST {{baseUrl}}/v3/xdc/smartcontract
-
Send XDC / ERC20 from account to account POST {{baseUrl}}/v3/xdc/transaction