Query event stream
Retrieves a stream of events for the specified cryptocurrency.
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
Query parameters
Will query all events which happened after this event ID; the first event has ID 1 (default: 0).
If no events have been received since lastEventId, the call will block (default: false).
Limit the maximum number of events to return (default: null).
Response
Event stream retrieved successfully.
Example response
[
{
"data": {
"height": 104,
"hash": "1f31c605c0a5d54b65fa39dc8cb4db025be63c66280279ade9338571a9e63d35",
"previousBlockHash": "7639350b31f3ce07ff976ebae772fef1602b30a10ccb8ca69047fe0fe8b9083c",
"cryptoCode": "BTC",
"confirmations": 1
}
}
]Changes
Changed in 8 of the 40 revisions of this API.24818
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/metadata/chunkto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/inputs/items/keyIndexto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/outputs/items/keyIndexto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/balanceChangefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/inputsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/outputsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/replaceablefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/replacingfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/metadatato the response with the200statusresponse-optional-property-added
- ●
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/inputs/items/featureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/outputs/items/featureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/inputs/items/featureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/outputs/items/featureto the response with the200statusresponse-optional-property-added
- ○
- ▲
added the new path request parameter
cryptoCodenew-request-path-parameter
- ▲
the response property
items/databecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewBlockEvent]/confirmationsbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewBlockEvent]/cryptoCodebecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewBlockEvent]/hashbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewBlockEvent]/heightbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewBlockEvent]/previousBlockHashbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/cryptoCodebecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/derivationStrategybecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/outputsbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/trackedSourcebecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionDatabecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionData/confirmationsbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionData/inputsbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionData/inputs/items/indexbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionData/inputs/items/inputIndexbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionData/inputs/items/transactionIdbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionData/outputsbecame optional for the status200response-property-became-optional
- ▲
the response property
items/data/oneOf[NewTransactionEvent]/transactionData/transactionIdbecame optional for the status200response-property-became-optional
- ▲
the response property
items/eventIdbecame optional for the status200response-property-became-optional
- ▲
the response property
items/typebecame optional for the status200response-property-became-optional
- ○
api operation id
EventStreamwas addedapi-operation-id-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/inputsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/outputs/items/addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/inputs/items/keyPathto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/data/oneOf[NewTransactionEvent]/transactionData/outputs/items/addressto the response with the200statusresponse-optional-property-added
- ▲
- ▲
added
NewBlockEventNewTransactionEventto theitems/dataresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
items/dataresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
deleted the
pathrequest parametercryptoCoderequest-parameter-removed
- ●
added the new
newblockenum value to theitems/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
newtransactionenum value to theitems/typeresponse property for the response status200response-property-enum-value-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
the response property
items/databecame required for the status200response-property-became-required
- ○
the response property
items/eventIdbecame required for the status200response-property-became-required
- ○
the response property
items/typebecame required for the status200response-property-became-required
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲