Get all transactions
Returns all transactions in the transaction pool.
Response
Successfully retrieved transactions
Example response
[
{
"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
}
]
}
]Changes
Changed in 6 of the 50 revisions of this API.1318
- ▲
removed the media type
text/plainfor the response with the status500response-media-type-removed
- ○
api tag
busaddedapi-tag-added
- ▲
- ▲
the
items/fileContractRevisions/items/parentID/allOf[FileContractID]/response's property type/format changed from/tostring/for status200response-property-type-changed
- ▲
the
items/storageProofs/items/parentID/allOf[FileContractID]/response's property type/format changed from/tostring/for status200response-property-type-changed
- ○
removed
Hash256subschema #2from theitems/fileContractRevisions/items/parentID/allOf[FileContractID]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
Hash256subschema #2from theitems/storageProofs/items/parentID/allOf[FileContractID]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
the
items/fileContractRevisions/items/parentID/allOf[FileContractID]/response's property pattern^fcid:[0-9a-fA-F]{64}$was added for the status200response-property-pattern-added
- ○
the
items/storageProofs/items/parentID/allOf[FileContractID]/response's property pattern^fcid:[0-9a-fA-F]{64}$was added for the status200response-property-pattern-added
- ▲
- ○
the
items/fileContractRevisions/items/unlockConditions/allOf[UnlockConditions]/publicKeys/items/keyresponse's property pattern^[a-fA-F0-9]{64}$was added for the status200response-property-pattern-added
- ○
the
items/siacoinInputs/items/unlockConditions/allOf[UnlockConditions]/publicKeys/items/keyresponse's property pattern^[a-fA-F0-9]{64}$was added for the status200response-property-pattern-added
- ○
the
items/siafundInputs/items/unlockConditions/allOf[UnlockConditions]/publicKeys/items/keyresponse's property pattern^[a-fA-F0-9]{64}$was added for the status200response-property-pattern-added
- ○
- ▲
the
items/fileContractRevisions/items/unlockConditions/allOf[UnlockConditions]/timelockresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ▲
the
items/fileContractRevisions/items/windowEndresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ▲
the
items/fileContractRevisions/items/windowStartresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ▲
the
items/fileContracts/items/windowEndresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ▲
the
items/fileContracts/items/windowStartresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ▲
the
items/siacoinInputs/items/unlockConditions/allOf[UnlockConditions]/timelockresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ▲
the
items/siafundInputs/items/unlockConditions/allOf[UnlockConditions]/timelockresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ▲
the
items/signatures/items/signatureresponse's property type/format changed fromstring/byteto/for status200response-property-type-changed
- ▲
the
items/signatures/items/timelockresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ○
added
BlockHeightsubschema #2to theitems/fileContractRevisions/items/unlockConditions/allOf[UnlockConditions]/timelockresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
BlockHeightsubschema #2to theitems/fileContractRevisions/items/windowEndresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
BlockHeightsubschema #2to theitems/fileContractRevisions/items/windowStartresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
BlockHeightsubschema #2to theitems/fileContracts/items/windowEndresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
BlockHeightsubschema #2to theitems/fileContracts/items/windowStartresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
BlockHeightsubschema #2to theitems/siacoinInputs/items/unlockConditions/allOf[UnlockConditions]/timelockresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
BlockHeightsubschema #2to theitems/siafundInputs/items/unlockConditions/allOf[UnlockConditions]/timelockresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
BlockHeightsubschema #2to theitems/signatures/items/timelockresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
Signaturesubschema #2to theitems/signatures/items/signatureresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ○
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
- ▲