Skip to main content
POST
/
broadcast
Broadcast Sponsored Hex (v4)
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
txHex
string
required
feeAmount
string
userId
string

Response

200 - application/json

Broadcast result

txid
string
status
string