Get transactions
GET TRANSACTIONS
GET
http://localhost:8082/api/events
Search events, if more than one parameter supplied, filtering is executed using logical and
Query Parameters
Name
Type
Description
page
integer
data page
space
string
Transaction space value
key
string
Transaction key value
tag
string
On of the transactions tags value
start
integer
Start timestamp
end
string
End timestamp
height
integer
Block height
{
"events": [
{
"space": "space1",
"key": "test-key1",
"nonce": 3,
"timestamp": 1566131906501,
"memo": "memo",
"value": "test",
"height": 4357,
"hash": "DE8FB8AC4B64ECAED48FD2577349A473064CDB63181674E0932960FCE8EE6397",
"publicKey": "Ud8SI+nIX/XrPss2DEM1B2tdxu0v9NvuuAdABfUMrZk=",
"signature": "S/y/nU6x+IJ3L65PnF4WVCx+mpSEXS7sCwDSRlw4V2nByawaJ8VYuPdnYIRNGxXCtbkqwbRELsmZP7KYUKrHDQ=="
},
{
"space": "space1",
"key": "test-key1",
"nonce": 2,
"timestamp": 1566131631718,
"memo": "memo",
"value": "test",
"height": 4088,
"hash": "C36CFF6215A7AB56777EB3D2C30D505CFEA5CC6BC367E9A33F479364E9279D5D",
"publicKey": "Ud8SI+nIX/XrPss2DEM1B2tdxu0v9NvuuAdABfUMrZk=",
"signature": "YC97umjQ0dluPbhDGsLyaMc2d6aPaLug3MDe6gaDY3i4I3lErTdxs8HAO3LF4jwPn0cBEo8F4bWvT7E/GSLWCg=="
},
{
"space": "space1",
"key": "test-key1",
"nonce": 1,
"timestamp": 1566127054884,
"memo": "memo",
"value": "test",
"height": 264,
"hash": "E85D07EFC81550089BE9E03DA7AA0711C6F46DE6C83B3432086F4097B2F97BD2",
"publicKey": "Ud8SI+nIX/XrPss2DEM1B2tdxu0v9NvuuAdABfUMrZk=",
"signature": "6yL7GBnIlwIdUJx1YpUk0It5XlC8G0AgMVg/IFQTFG22l4JsCdd/RjJuqrD9SbxWqhG/kjuDIc1HljvlhJzkBg=="
}
],
"eventsCount": 3
Last updated
Was this helpful?