curl --request POST \
--url https://api.example.com/api/v1/onchain/send \
--header 'Content-Type: application/json' \
--data '
{
"amount_sat": 1,
"destination": "<string>"
}
'{
"txid": "<string>"
}Sends the specified amount to an on-chain address. Broadcasts the transaction immediately at a fee rate targeting confirmation within three blocks and returns the transaction ID.
curl --request POST \
--url https://api.example.com/api/v1/onchain/send \
--header 'Content-Type: application/json' \
--data '
{
"amount_sat": 1,
"destination": "<string>"
}
'{
"txid": "<string>"
}Was this page helpful?