cURL
Transactions
Broadcast a signed transaction
Broadcasts a previously signed transaction to the blockchain. Only transactions belonging to the integrator can be broadcasted. The transaction must be in pending status and not expired.
POST
cURL
Authorizations
Use this format: ApiKey <your_api_key>
Path Parameters
Transaction ID
Example:
"tx-uuid-abc123"
Query Parameters
Integrator ID (required for ADMIN/INTERNAL scope)
Example:
"uuid-integrator-id"
Body
application/json
Broadcast parameters
RPC URL for broadcasting (optional, uses default if not provided)
Example:
"https://api.avax.network/ext/bc/C/rpc"