/
ER
ergoplatform
/
Ergo Node API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 22m ago · Updated 3w ago
View markdown
ergoplatform
Ergo Node API
post
Rescan wallet (all the available full blocks). When fromHeight is set wallet would not see any boxes below it.
v1
latest
OpenAPI 3.0.2
CC0 1.0 Universal
2026-07-17
128
129
208.3 KB
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
utils
9
utxo
8
wallet
27
post
Initialize new wallet with randomly generated seed
post
Create new wallet from existing mnemonic seed
post
Check whether mnemonic phrase is corresponding to the wallet seed
post
Unlock wallet
get
Lock wallet
post
Rescan wallet (all the available full blocks). When fromHeight is set wallet would not see any boxes below it.
get
Get wallet status
post
Update address to be used to send change to
post
Derive new key according to a provided path
get
Derive next key
get
Get total amount of confirmed Ergo tokens and assets
get
Get a list of all wallet-related transactions
get
Get wallet-related transaction by id
get
Get scan-related transactions by scan id
get
Get a list of all wallet-related boxes, both spent and unspent. Set minConfirmations to -1 to get mempool boxes included.
post
Get a list of collected boxes.
get
Get a list of unspent boxes. Set minConfirmations to -1 to have mempool boxes considered.
get
Get summary amount of confirmed plus unconfirmed Ergo tokens and assets
get
Get wallet addresses
post
Generate arbitrary transaction from array of requests.
post
Generate unsigned transaction from array of requests.
post
Sign arbitrary unsigned transaction with wallet secrets and also secrets provided.
post
Generate and send arbitrary transaction
post
Generate and send payment transaction (default fee of 0.001 Erg is used)
post
Get the private key corresponding to a known address
post
Generate signature commitments for inputs of an unsigned transaction
post
Extract hints from a transaction
wallet
Rescan wallet (all the available full blocks). When fromHeight is set wallet would not see any boxes below it.
post
/wallet/rescan
Request body
object
required
fromHeight
integer
required
Response
Wallet rescanned