curl --request POST \
--url https://api.example.com/api/v1/onchain/send \
--header 'Authorization: Bearer <token>' \
--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 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount_sat": 1,
"destination": "<string>"
}
'{
"txid": "<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.
Was this page helpful?