curl --request POST \
--url https://api.example.com/api/v1/onchain/sync{
"message": "<string>"
}Syncs the on-chain wallet state with the chain source. Fetches new blocks and transactions, updates the UTXO set, and re-submits any stale unconfirmed transactions to the mempool.
curl --request POST \
--url https://api.example.com/api/v1/onchain/sync{
"message": "<string>"
}Synced on-chain wallet
Was this page helpful?