Query event stream from most recent
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
Query parameters
The maximum number of events to return.
Response
Latest events
Example response
[
{
"data": {
"height": 104,
"hash": "1f31c605c0a5d54b65fa39dc8cb4db025be63c66280279ade9338571a9e63d35",
"previousBlockHash": "7639350b31f3ce07ff976ebae772fef1602b30a10ccb8ca69047fe0fe8b9083c",
"cryptoCode": "BTC",
"confirmations": 1
}
}
]Changes
Changed in 10 of the 40 revisions of this API.23718
- ○
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
- ○
- ○
api operation id
GetLatestwas addedapi-operation-id-added
- ○
- ▲
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
- ○
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
- ●
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
- ○
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
- ▲
- ○
api tag
Eventsaddedapi-tag-added
- ○
- ○
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
- ▲