Skip to content

Latest commit

 

History

History
99 lines (75 loc) · 4.35 KB

index.md

File metadata and controls

99 lines (75 loc) · 4.35 KB

EON API Documentation

Following endpoints are available on EON node:

Ethereum RPC commands

/ethv1

Blocks endpoints

/block/findById
/block/findLastIds
/block/findIdByHeight
/block/best
/block/currentHeight
/block/findBlockInfoById
/block/getFeePayments
/block/getForwardTransfers
/block/startForging
/block/stopForging
/block/forgingInfo
/block/generate

Transaction endpoints

/transaction/createLegacyEIP155Transaction
/transaction/createEIP1559Transaction
/transaction/createLegacyTransaction
/transaction/sendTransaction
/transaction/signTransaction
/transaction/decodeTransactionBytes
/transaction/createSmartContract
/transaction/allTransactions

Backward transfers:

/transaction/withdrawCoins
/transaction/allWithdrawalRequests

Forge stakes management:

/transaction/makeForgerStake
/transaction/spendForgingStake
/transaction/allForgingStakes
/transaction/myForgingStakes

Restricted forgers management:

/transaction/openForgerList
/transaction/allowedForgerList

ZENDao related:

/transaction/sendKeysOwnership
/transaction/getKeysOwnership
/transaction/removeKeysOwnership
/transaction/getKeysOwnerScAddresses

Key rotation:

/transaction/createKeyRotationTransaction

Wallet endpoints

/wallet/createPrivateKey25519
/wallet/createPrivateKeySecp256k1
/wallet/createVrfSecret
/wallet/allPublicKeys
/wallet/getBalance
/wallet/getTotalBalance
/wallet/getAllBalances
/wallet/importSecret
/wallet/exportSecret
/wallet/dumpSecrets
/wallet/importSecrets

Mainchain related endpoints

/mainchain/genesisBlockReferenceInfo
/mainchain/bestBlockReferenceInfo
/mainchain/blockReferenceInfoBy
/mainchain/blockReferenceByHash
/mainchain/mainchainHeaderInfoByHash

Node management endpoints

/node/allPeers
/node/connectedPeers
/node/peer
/node/info
/node/sidechainId
/node/storageVersions
/node/connect
/node/disconnect
/node/addToBlacklist
/node/removeFromBlacklist
/node/blacklistedPeers
/node/stop