cURL
curl --request POST \ --url https://api.velumx.xyz/api/v1/broadcast \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "txHex": "<string>", "feeAmount": "<string>", "userId": "<string>" } '
{ "txid": "<string>", "status": "<string>" }
Sponsor and broadcast a raw Stacks transaction hex (Legacy/Compatibility mode).
Broadcast result