v1
latestOpenAPI 3.0.02026-07-17120114186.8 KBbus
Get all transactions
Returns all transactions in the transaction pool.
get/bus/txpool/transactions
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
}
]
}
]