Skip to content
Alchemy Logo

Send Transaction (GET)

GET
https://dogecoin-mainnet.g.alchemy.com/v2/{apiKey}/api/v2/sendtx/{hex}

Broadcasts a signed raw Dogecoin transaction encoded as a hex string in the path. Returns the transaction ID on success. The example value below is the hex of an already-confirmed Dogecoin transaction; re-sending it will respond with the Bitcoin-Core -27: transaction already in block chain error. Substitute your own signed raw-transaction hex to broadcast. For larger payloads, use the POST variant.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

stringrequired

Hex-encoded raw transaction bytes.

Responses

200

Transaction broadcast result.

400

Malformed request.

Was this page helpful?