/
ER
ergoplatform
/
Ergo Node API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3w ago
Details
Filter operations
blockchain
21
blocks
11
emission
2
info
1
inputs
1
mining
6
nipopow
4
node
1
outputs
4
peers
7
scan
8
script
5
transactions
13
post
Submit an Ergo transaction to unconfirmed pool to send it over the network
post
Submit an Ergo transaction given as hex-encoded transaction bytes to unconfirmed pool to send it over the network
post
Checks an Ergo transaction without sending it over the network. Checks that transaction is valid and its inputs are in the UTXO set. Returns transaction identifier if the transaction is passing the checks.
post
Checks an Ergo transaction without sending it over the network given in form of hex-encoded transaction bytes. Checks that transaction is valid and its inputs are in the UTXO set. Returns transaction identifier if the transaction is passing the checks.
get
Get current pool of the unconfirmed transactions pool
head
Check if given transaction is unconfirmed in pool
get
Get unconfirmed transaction from pool
get
Get list of unconfirmed transactions ids
post
Get list of unconfirmed transactions by their ids
post
Finds unconfirmed transactions by ErgoTree hex of one of its output or input boxes (if present in UtxoState)
get
Get histogram (waittime, (n_trans, sum(fee)) for transactions in mempool. It contains "bins"+1 bins, where i-th elements corresponds to transaction with wait time [i*maxtime/bins, (i+1)*maxtime/bins), and last bin corresponds to the transactions with wait time >= maxtime.
get
Get recommended fee (in nanoErgs) for a transaction with specified size (in bytes) to be proceeded in specified time (in minutes)
get
Get expected wait time for the transaction with specified fee and size
utils
9
utxo
8
wallet
27
transactions
Get list of unconfirmed transactions ids
get
/transactions/unconfirmed/transactionIds
Response
List of unconfirmed transaction ids
string[]
required
Changes