Broadcast transaction
Broadcasts the specified transaction.
Request body
Example request
{
"siacoinInputs": [
{
"unlockConditions": {
"timelock": 92813,
"publicKeys": [
{
"algorithm": "ed25519"
}
]
}
}
],
"fileContracts": [
{
"windowStart": 92813,
"windowEnd": 92813,
"revisionNumber": 246
}
],
"fileContractRevisions": [
{
"unlockConditions": {
"timelock": 92813,
"publicKeys": [
{
"algorithm": "ed25519"
}
]
},
"windowStart": 92813,
"windowEnd": 92813,
"revisionNumber": 246
}
],
"siafundInputs": [
{
"unlockConditions": {
"timelock": 92813,
"publicKeys": [
{
"algorithm": "ed25519"
}
]
}
}
],
"signatures": [
{
"timelock": 92813
}
]
}Response
Successfully broadcast transaction
Changes
Changed in 6 of the 50 revisions of this API.2722
- ▲
removed the media type
text/plainfor the response with the status500response-media-type-removed
- ○
api tag
busaddedapi-tag-added
- ▲
- ▲
added the pattern
^fcid:[0-9a-fA-F]{64}$to the request propertyfileContractRevisions/items/parentID/allOf[FileContractID]/request-property-pattern-added
- ▲
added the pattern
^fcid:[0-9a-fA-F]{64}$to the request propertystorageProofs/items/parentID/allOf[FileContractID]/request-property-pattern-added
- ▲
the
fileContractRevisions/items/parentID/allOf[FileContractID]/request property type/format changed from/tostring/request-property-type-changed
- ▲
the
storageProofs/items/parentID/allOf[FileContractID]/request property type/format changed from/tostring/request-property-type-changed
- ●
removed
Hash256subschema #2from thefileContractRevisions/items/parentID/allOf[FileContractID]/request propertyallOflistrequest-property-all-of-removed
- ●
removed
Hash256subschema #2from thestorageProofs/items/parentID/allOf[FileContractID]/request propertyallOflistrequest-property-all-of-removed
- ▲
- ▲
added the pattern
^[a-fA-F0-9]{64}$to the request propertyfileContractRevisions/items/unlockConditions/allOf[UnlockConditions]/publicKeys/items/keyrequest-property-pattern-added
- ▲
added the pattern
^[a-fA-F0-9]{64}$to the request propertysiacoinInputs/items/unlockConditions/allOf[UnlockConditions]/publicKeys/items/keyrequest-property-pattern-added
- ▲
added the pattern
^[a-fA-F0-9]{64}$to the request propertysiafundInputs/items/unlockConditions/allOf[UnlockConditions]/publicKeys/items/keyrequest-property-pattern-added
- ▲
- ▲
added
BlockHeightsubschema #2to thefileContractRevisions/items/unlockConditions/allOf[UnlockConditions]/timelockrequest propertyallOflistrequest-property-all-of-added
- ▲
added
BlockHeightsubschema #2to thefileContractRevisions/items/windowEndrequest propertyallOflistrequest-property-all-of-added
- ▲
added
BlockHeightsubschema #2to thefileContractRevisions/items/windowStartrequest propertyallOflistrequest-property-all-of-added
- ▲
added
BlockHeightsubschema #2to thefileContracts/items/windowEndrequest propertyallOflistrequest-property-all-of-added
- ▲
added
BlockHeightsubschema #2to thefileContracts/items/windowStartrequest propertyallOflistrequest-property-all-of-added
- ▲
added
BlockHeightsubschema #2to thesiacoinInputs/items/unlockConditions/allOf[UnlockConditions]/timelockrequest propertyallOflistrequest-property-all-of-added
- ▲
added
BlockHeightsubschema #2to thesiafundInputs/items/unlockConditions/allOf[UnlockConditions]/timelockrequest propertyallOflistrequest-property-all-of-added
- ▲
added
BlockHeightsubschema #2to thesignatures/items/timelockrequest propertyallOflistrequest-property-all-of-added
- ▲
added
Signaturesubschema #2to thesignatures/items/signaturerequest propertyallOflistrequest-property-all-of-added
- ▲
the
fileContractRevisions/items/unlockConditions/allOf[UnlockConditions]/timelockrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
the
fileContractRevisions/items/windowEndrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
the
fileContractRevisions/items/windowStartrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
the
fileContracts/items/windowEndrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
the
fileContracts/items/windowStartrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
the
siacoinInputs/items/unlockConditions/allOf[UnlockConditions]/timelockrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
the
siafundInputs/items/unlockConditions/allOf[UnlockConditions]/timelockrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
the
signatures/items/signaturerequest property type/format changed fromstring/byteto/request-property-type-changed
- ▲
the
signatures/items/timelockrequest property type/format changed frominteger/uint64to/request-property-type-changed
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲