You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
return the raw transaction data. If verbose is 'true', returns an Object with information about 'txid'. If verbose is 'false' or omitted, returns a string that is serialized, hex-encoded data for 'txid'.
@@ -207,7 +243,7 @@ return the raw transaction data. If verbose is 'true', returns an Object with in
207
243
208
244
#### URL Parameters
209
245
210
-
1. hex encoded txid `String` required
246
+
1. hex encoded txid `String`(required)
211
247
212
248
#### Query Parameters
213
249
@@ -274,6 +310,33 @@ return the raw transaction data. If verbose is 'true', returns an Object with in
274
310
"blocktime": 1545086356
275
311
}
276
312
313
+
## Send Single Raw Transaction
314
+
315
+
Send single raw transactions to network.
316
+
317
+
**URL** : `v2/rawtransactions/sendRawTransaction`
318
+
319
+
**Method** : `GET`
320
+
321
+
**Auth required** : NO
322
+
323
+
#### URL Parameters
324
+
325
+
1. hex `String`. (required)
326
+
327
+
#### Result
328
+
329
+
txids `String` containing the txid of the transaction
330
+
331
+
#### Examples
332
+
333
+
curl -X GET "https://rest.bitcoin.com/v2/rawtransactions/sendRawTransaction/01000000013ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a000000006a4730440220540986d1c58d6e76f8f05501c520c38ce55393d0ed7ed3c3a82c69af04221232022058ea43ed6c05fec0eccce749a63332ed4525460105346f11108b9c26df93cd72012103083dfc5a0254613941ddc91af39ff90cd711cdcde03a87b144b883b524660c39ffffffff01807c814a000000001976a914d7e7c4e0b70eaa67ceff9d2823d1bbb9f6df9a5188ac00000000" -H "accept: */*"
0 commit comments