curl --request POST \
--url https://api.example.com/api/v1/onchain/sync \
--header 'Authorization: Bearer <token>'{
"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 \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base64url-encoded auth token
Synced on-chain wallet
Was this page helpful?