---
title: "Legacy broadcast transaction using the path."
method: GET
path: "/api/v1/sendtx/{hex}"
tags: ["Legacy"]
---

# Legacy broadcast transaction using the path.

`GET /api/v1/sendtx/{hex}`

Bitcore Insight-compatible V1 broadcast route for Bitcoin-type coins.

Load estimate: High; validates and forwards to the backend, with cost
growing with transaction size and backend mempool policy checks.

## Path parameters

- `hex` string, required

## Response `200`

Broadcast result.

- SendTransactionResponse
  - `result` string, required — Broadcast transaction id/hash.

## Other responses

- `default` — Public API error. Public validation errors are HTTP 400; internal errors are HTTP 500.

---

[API](https://skmtc.net/trezor/apis/blockbook-api.md) · [All operations](https://skmtc.net/trezor/apis/blockbook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trezor/blockbook-api/versions/aef157c19369/schema)
